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:
parent
356a62b8e6
commit
0ffcf7cc80
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue