surf: Do not abuse DESTDIR
This commit is contained in:
parent
3d95861fc1
commit
4efe405311
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
inherit patches;
|
inherit patches;
|
||||||
|
|
||||||
installFlags = [ "PREFIX=/" "DESTDIR=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A simple web browser based on WebKit/GTK+";
|
description = "A simple web browser based on WebKit/GTK+";
|
||||||
|
Loading…
Reference in New Issue
Block a user