mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
kde4.base: added cmake to inputs
svn path=/nixpkgs/branches/stdenv-updates/; revision=10201
This commit is contained in:
parent
2412e8364b
commit
4bfa9fdc40
@ -9,4 +9,5 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [kdepimlibs libusb];
|
propagatedBuildInputs = [kdepimlibs libusb];
|
||||||
|
buildInputs = [cmake];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user