Skip to content
Snippets Groups Projects
Commit 0ffcf7cc authored by David Hashe's avatar David Hashe Committed by Ludovic Courtès
Browse files

gnu: webkitgtk: Remove unnecessary make flag.


* gnu/packages/webkit.scm (webkitgtk): Remove make-flags.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 356a62b8
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,7 @@ (define-public webkitgtk
"-DPORT=GTK"
(string-append ; uses lib64 by default
"-DLIB_INSTALL_DIR="
(assoc-ref %outputs "out") "/lib"))
#:make-flags '("lib=lib"))) ; uses lib64 by default
(assoc-ref %outputs "out") "/lib"))))
(native-inputs
`(("bison" ,bison)
("gettext" ,gnu-gettext)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment