gnu: webkitgtk: Remove unnecessary make flag.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
David Hashe 2015-05-05 23:49:55 -05:00 committed by Ludovic Courtès
parent 356a62b8e6
commit 0ffcf7cc80

View file

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