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
commit e7eaee7da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.