From 6d45fa725acb42c10a2c204fb610129714449322 Mon Sep 17 00:00:00 2001 From: Pontus Stenetorp Date: Sat, 5 Mar 2022 16:12:02 +0000 Subject: [PATCH] surf: set PREFIX for both build and install Fixes #162727 as the WebKitWebExtension will now load properly. --- pkgs/applications/networking/browsers/surf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/surf/default.nix b/pkgs/applications/networking/browsers/surf/default.nix index 7bf3ee9e75b0..c79aa1d6f1d6 100644 --- a/pkgs/applications/networking/browsers/surf/default.nix +++ b/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.