preferLocalBuild: set to true for wrappers and fetchers
This commit is contained in:
@@ -6,6 +6,8 @@ stdenv.mkDerivation {
|
||||
installPhase = "mkdir -p $out";
|
||||
unpackPhase = "sourceRoot=.";
|
||||
propagatedBuildInputs = packages;
|
||||
|
||||
preferLocalBuild = true;
|
||||
} // {
|
||||
# For compatability with XFree86.
|
||||
buildClientLibs = true;
|
||||
|
||||
Reference in New Issue
Block a user