mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
displaylink: switch to makeBinaryWrapper
This commit is contained in:
parent
1551a2e3e2
commit
cacc44a576
@ -4,7 +4,7 @@
|
||||
, util-linux
|
||||
, libusb1
|
||||
, evdi
|
||||
, makeWrapper
|
||||
, makeBinaryWrapper
|
||||
, requireFile
|
||||
}:
|
||||
|
||||
@ -38,7 +38,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip makeWrapper ];
|
||||
nativeBuildInputs = [
|
||||
makeBinaryWrapper
|
||||
unzip
|
||||
];
|
||||
|
||||
unpackPhase = ''
|
||||
runHook preUnpack
|
||||
|
Loading…
Reference in New Issue
Block a user