1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: git: Fix disallowed references.

This is a follow-up to ad461613d9.

* gnu/packages/version-control.scm (git)[#:disallowed-references]: Explicitly
list disallowed references instead of removing perl.

Fixes: guix/guix#4187 (Transformed git references disallowed perl)
This commit is contained in:
Liliana Marie Prikler
2025-11-11 14:04:35 +01:00
committed by Ian Eure
parent 8eed773a70
commit 94b6528cbd

View File

@@ -611,7 +611,7 @@ everything from small to very large projects with speed and efficiency.")
(arguments
(substitute-keyword-arguments (package-arguments git-minimal)
((#:disallowed-references disallowed-refs ''())
(delq (this-package-native-input "perl") disallowed-refs))
(list (this-package-native-input "bash")))
((#:make-flags flags #~'())
#~(cons "USE_LIBPCRE2=yes" #$flags))
((#:configure-flags flags #~'())