diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-03-14 19:50:47 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-03-14 19:52:44 +0200 |
commit | 7af3daa7576e4b60825de9beb3ab77235f4e4fce (patch) | |
tree | 18fd1ea171e05ac2a708cdc367da7c6f3bdc0995 | |
parent | 4d00185d66c9bd047dfe3077ed89a6a6129429ee (diff) |
gnu: librsvg-next: Adjust to changes in cargo-build-system.
* gnu/packages/gnome.scm (librsvg-next)[arguments]: Add flag to not
install source.
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b795cae145..11bbee6e2a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3386,7 +3386,8 @@ library.") (build-system cargo-build-system) (outputs '("out" "doc")) (arguments - `(#:modules + `(#:install-source? #f + #:modules ((guix build cargo-build-system) (guix build utils) ((guix build gnu-build-system) #:prefix gnu:)) |