surf: set PREFIX for both build and install

Fixes #162727 as the WebKitWebExtension will now load properly.
main
Pontus Stenetorp 2 years ago
parent 3cb36ada9d
commit 6d45fa725a
No known key found for this signature in database
GPG Key ID: D430287500E6483C
  1. 2
      pkgs/applications/networking/browsers/surf/default.nix

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
inherit patches;
installFlags = [ "PREFIX=$(out)" ];
makeFlags = [ "PREFIX=$(out)" ];
# Add run-time dependencies to PATH. Append them to PATH so the user can
# override the dependencies with their own PATH.

Loading…
Cancel
Save