diff options
-rw-r--r-- | gnu/packages/golang-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0d6debcac4..8390b905ed 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2019 Brian Leung <[email protected]> ;;; Copyright © 2019, 2021 Vagrant Cascadian <[email protected]> ;;; Copyright © 2019-2021 Martin Becze <[email protected]> -;;; Copyright © 2019-2022 Efraim Flashner <[email protected]> +;;; Copyright © 2019-2022, 2024 Efraim Flashner <[email protected]> ;;; Copyright © 2020 Alex Griffin <[email protected]> ;;; Copyright © 2020 Danny Milosavljevic <[email protected]> ;;; Copyright © 2020 Jack Hill <[email protected]> @@ -2097,7 +2097,8 @@ supports concurrent serializable transactions.") ;; ;; cannot use 4340958203495 (untyped int constant) as int value in ;; argument to z.KeyToHash (overflows) - #:tests? (target-64bit?) + #:tests? (and (target-64bit?) + (not (%current-target-system))) #:import-path "github.com/dgraph-io/ristretto" #:phases #~(modify-phases %standard-phases |