gnu: autotrace: Don't build static library.
* gnu/packages/graphics.scm (autotrace)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
7d21f5b1b6
commit
5fcbbe37c0
@ -324,7 +324,8 @@ objects!")
|
||||
"0fsg13pg72ac51l3fkzvyf7h9mzbvfxp9vfjfiwkyvx6hbm83apj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
(list #:configure-flags #~'("--disable-static")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-pkg-config-file
|
||||
(lambda _
|
||||
|
Loading…
x
Reference in New Issue
Block a user