wl-freeze: fix missing dependency (#514931)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-01 14:04:03 +00:00
committed by GitHub
+5 -1
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
makeWrapper,
installShellFiles,
jq,
procps,
psmisc,
@@ -26,7 +27,10 @@ stdenv.mkDerivation (finalAttrs: {
dontConfigure = true;
dontBuild = true;
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [
makeWrapper
installShellFiles
];
installPhase = ''
runHook preInstall