mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
rundeck-cli: makeWrapper → makeBinaryWrapper
(partially cherry picked from commit 7c0d6e3759)
This commit is contained in:
committed by
Matt Sturgeon
parent
835aabc30f
commit
c7d481eed9
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
makeWrapper,
|
||||
makeBinaryWrapper,
|
||||
jre11_minimal,
|
||||
jdk11_headless,
|
||||
versionCheckHook,
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-c6QAgwyRCtoOlS7DEmjyK3BwHV122bilL6H+Hzrv2dQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeBinaryWrapper ];
|
||||
buildInputs = [ jre11_minimal_headless ];
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
Reference in New Issue
Block a user