gnu: gourmet: Adjust install phase.
* gnu/packages/nutrition.scm (gourmet)[arguments]: Adjust custom 'install phase.master
parent
2545ab2a0c
commit
84c10c3b22
|
@ -66,9 +66,9 @@
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'install
|
||||
(lambda* (#:key make-flags #:allow-other-keys)
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(invoke "python" "setup.py" "install" "--prefix"
|
||||
(assoc-ref %outputs "out")))))))
|
||||
(assoc-ref outputs "out")))))))
|
||||
(home-page "https://thinkle.github.io/gourmet/")
|
||||
(synopsis "Recipe organizer")
|
||||
(description
|
||||
|
|
Reference in New Issue