me
/
guix
Archived
1
0
Fork 0

gnu: ripgrep: Don't install sources.

* gnu/packages/rust-apps.scm (ripgrep)[arguments]: Don't install
sources.

Change-Id: Ib1b2b4eb3ba52a6a4d59603c4a4ba5d674c98581
Efraim Flashner 2023-11-19 13:25:24 +02:00
parent 48cc479ca1
commit 84ca518b26
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1180,6 +1180,7 @@ more.")
#:modules ((ice-9 match)
(guix build cargo-build-system)
(guix build utils))
#:install-source? #f
#:phases
(modify-phases %standard-phases
(add-after 'build 'install-manpage