telepathy-mission-control: propagate required dependencies
This commit is contained in:
parent
478744612f
commit
3949c5bfd7
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
telepathy-glib
|
||||
python3
|
||||
]; # ToDo: optional stuff missing
|
||||
|
||||
|
@ -28,6 +27,10 @@ stdenv.mkDerivation rec {
|
|||
makeWrapper
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
telepathy-glib
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
preFixup = ''
|
||||
|
|
Loading…
Reference in a new issue