Skip to content
Snippets Groups Projects
Unverified Commit 5c8e8bc5 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: dstat: Fix bogus use of DESTDIR.

* gnu/packages/admin.scm (dstat)[arguments]: Set the standard prefix
variable.
parent 54467202
No related branches found
No related tags found
No related merge requests found
...@@ -2693,9 +2693,8 @@ (define-public dstat ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment