fix makewrapper
This commit is contained in:
parent
d596295ae5
commit
d3db9105bc
1 changed files with 5 additions and 0 deletions
|
@ -13,5 +13,10 @@ in
|
||||||
url = "https://github.com/recyclarr/recyclarr/releases/download/v${version}/recyclarr-${os}-${arch}.tar.xz";
|
url = "https://github.com/recyclarr/recyclarr/releases/download/v${version}/recyclarr-${os}-${arch}.tar.xz";
|
||||||
inherit hash;
|
inherit hash;
|
||||||
};
|
};
|
||||||
|
postInstall = ''
|
||||||
|
wrapProgram $out/bin/recyclarr \
|
||||||
|
--prefix PATH : ${prev.lib.makeBinPath [prev.git]} \
|
||||||
|
--prefix "LD_LIBRARY_PATH : ${prev.lib.makeLibraryPath [prev.icu prev.openssl prev.zlib]}"
|
||||||
|
'';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue