diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-10-18 08:30:14 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-10-18 11:36:31 +0300 |
commit | 003dc790fdccb2e762edbe09abbc1b6f24f18de0 (patch) | |
tree | f2032bb94b2ff3ba3615d41f7b37e5b2d0221239 /gnu/packages/gnome.scm | |
parent | d45992833b4c290de041afaae50eb386d5ea944e (diff) |
Revert "build: cargo-build-system: Disable tests by default."
This reverts commit 37667443074a6de29f7665868f102111d62f0af9.
This change needs more discussion.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5fcc9409ef..865ff3b9d7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3513,7 +3513,6 @@ for dealing with different structured file formats.") (outputs '("out" "doc" "debug")) (arguments (list - #:tests? #~(not (%current-target-system)) #:install-source? #f #:modules '((guix build cargo-build-system) |