me
/
guix
Archived
1
0
Fork 0

gnu: gourmet: Adjust install phase.

* gnu/packages/nutrition.scm (gourmet)[arguments]: Adjust custom
'install phase.
master
Efraim Flashner 2020-01-28 10:15:43 +02:00
parent 2545ab2a0c
commit 84c10c3b22
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'install (replace 'install
(lambda* (#:key make-flags #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(invoke "python" "setup.py" "install" "--prefix" (invoke "python" "setup.py" "install" "--prefix"
(assoc-ref %outputs "out"))))))) (assoc-ref outputs "out")))))))
(home-page "https://thinkle.github.io/gourmet/") (home-page "https://thinkle.github.io/gourmet/")
(synopsis "Recipe organizer") (synopsis "Recipe organizer")
(description (description