me
/
guix
Archived
1
0
Fork 0

gnu: git-minimal: Delete trailing #t.

* gnu/packages/version-control.scm (git-minimal)[phases]: Delete trailing #t.
master
Maxim Cournoyer 2022-07-11 17:29:46 -04:00
parent 6117e04f1f
commit fc61ff1d79
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 4 deletions

View File

@ -607,8 +607,7 @@ everything from small to very large projects with speed and efficiency.")
(replace 'patch-makefiles
(lambda _
(substitute* "Makefile"
(("/usr/bin/perl") (which "perl")))
#t))
(("/usr/bin/perl") (which "perl")))))
(delete 'build-subtree)
(delete 'split)
(delete 'install-man-pages)
@ -635,8 +634,7 @@ everything from small to very large projects with speed and efficiency.")
;; Gitweb depends on Perl as well.
(delete-file-recursively
(string-append out "/share/gitweb"))
#t)))))
(string-append out "/share/gitweb")))))))
((#:make-flags flags)
`(delete "USE_LIBPCRE2=yes" ,flags))
((#:configure-flags flags)