mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: dstat: Fix bogus use of DESTDIR.
* gnu/packages/admin.scm (dstat)[arguments]: Set the standard prefix variable.
This commit is contained in:
parent
5446720292
commit
5c8e8bc556
1 changed files with 2 additions and 3 deletions
|
@ -2693,9 +2693,8 @@ (define-public dstat
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no make check
|
`(#:tests? #f ; no make check
|
||||||
#:make-flags (let ((out (assoc-ref %outputs "out")))
|
#:make-flags
|
||||||
(list (string-append "DESTDIR=" out)
|
(list (string-append "prefix=" (assoc-ref %outputs "out")))
|
||||||
"prefix=/"))
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-python3-DeprecationWarning
|
(add-after 'unpack 'fix-python3-DeprecationWarning
|
||||||
|
|
Loading…
Reference in a new issue