Merge pull request #29023 from obsidiansystems/deps-reorg

misc pkgs: Reorganize dependencies ahead of #26805
This commit is contained in:
John Ericson
2017-09-05 18:10:32 -04:00
committed by GitHub
14 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake zlib gettext libtool ] ++ xorg.xorgserver.nativeBuildInputs;
propagatedNativeBuildInputs = xorg.xorgserver.propagatedNativeBuildInputs;
propagatedBuildInputs = xorg.xorgserver.propagatedBuildInputs;
enableParallelBuilding = true;