1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

kwindowsystem: add missing dependencies

This commit is contained in:
Peter Hoeg 2017-10-19 16:20:40 +08:00
parent c62686fb43
commit 6aeaadfb8a

View file

@ -1,6 +1,7 @@
{
mkDerivation, lib, copyPathsToStore,
extra-cmake-modules,
libpthreadstubs, libXdmcp,
qtbase, qttools, qtx11extras
}:
@ -11,7 +12,7 @@ mkDerivation {
broken = builtins.compareVersions qtbase.version "5.7.0" < 0;
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qttools qtx11extras ];
buildInputs = [ libpthreadstubs libXdmcp qttools qtx11extras ];
propagatedBuildInputs = [ qtbase ];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
preConfigure = ''