treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||
sha512 = "caff5111bb6876b7124760bc006e6fa2523efa54b99321a3c9cd8192ea0d5596abc7d70a054b1aac9b20a411407dae7611c7aba870c23bff28eb1643ba499199";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper jre ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ jre ];
|
||||
|
||||
phases = ["unpackPhase" "installPhase"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user