rofi-pass: use makeBinaryWrapper

This commit is contained in:
Pol Dellaiera
2025-09-11 08:20:16 +02:00
parent b0dee4f69d
commit 1656b18a4f
+2 -2
View File
@@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
makeWrapper,
makeBinaryWrapper,
unstableGitUpdater,
coreutils,
util-linux,
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
hash = "sha256-1lPNj47vTPLBK7mVm+PngV8C/ZsjJ2EN4ffXGU2TlQo=";
};
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeBinaryWrapper ];
dontBuild = true;