diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-03 00:22:12 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:02 +0100 |
commit | 066398768de6d0ed833970832bc5e5f88677416e (patch) | |
tree | 0ebd09f83d96149700c6e8a48c9d8636e75a1411 | |
parent | 600037b3752f1c8f0da38a89c1c3561f23d7ce27 (diff) | |
download | guix-066398768de6d0ed833970832bc5e5f88677416e.tar.gz guix-066398768de6d0ed833970832bc5e5f88677416e.zip |
gnu: libspiro: Do not build static libraries.
* gnu/packages/fontutils.scm (libspiro)[arguments]: New field.
-rw-r--r-- | gnu/packages/fontutils.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 2254b3509a..97d4cae872 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -535,6 +535,8 @@ using the above tables.") (base32 "0m63x97b7aciviijprvy85gm03p2jsgslxn323zl9zn7qz6d3ir4")))) (build-system gnu-build-system) + (arguments + '(#:configure-flags '("--disable-static"))) (synopsis "Clothoid to bezier conversion library") (description "Raph Levien's Spiro package as a library. A mechanism for drawing |