Merge pull request #162911 from ninjin/surf-unbreak

surf: set PREFIX for both build and install
This commit is contained in:
Joachim F
2022-03-13 12:45:43 +01:00
committed by GitHub
@@ -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.