mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
keycloak: makeWrapper -> makeBinaryWrapper
(cherry picked from commit 5fd5a18fde)
This commit is contained in:
committed by
Michael Daniels
parent
cd7498bc82
commit
93fea8e34a
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchzip,
|
||||
makeWrapper,
|
||||
makeBinaryWrapper,
|
||||
jre_headless,
|
||||
nixosTests,
|
||||
callPackage,
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
makeBinaryWrapper
|
||||
jre_headless
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user