Merge pull request #68627 from Ma27/build-unfree-locally

treewide: build some unfree packages locally
This commit is contained in:
Maximilian Bosch
2019-09-20 23:45:28 +02:00
committed by GitHub
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "0jxq2fiq69q9ly0m6hx2qfybqad22sl42ciw636071khpqgc885f";
};
preferLocalBuild = true;
patches = [ ./java-env-config-fixes.patch ];
nativeBuildInputs = [ makeWrapper ];