Update pkgs/waterfox-bin/default.nix
This commit is contained in:
parent
f983d9e8ba
commit
b75111d3b8
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
cp -r . $out/opt/waterfox
|
||||
|
||||
makeWrapper $out/opt/waterfox/waterfox-bin $out/bin/waterfox \
|
||||
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath finalAttrs.buildInputs}"
|
||||
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath finalAttrs.buildInputs}" \
|
||||
--suffix PATH : "${lib.makeBinPath [ pciutils ]}"
|
||||
|
||||
mkdir -p $out/opt/waterfox/distribution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue