telepathy-mission-control: propagate required dependencies
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user