me
/
guix
Archived
1
0
Fork 0

gnu: dstat: Fix bogus use of DESTDIR.

* gnu/packages/admin.scm (dstat)[arguments]: Set the standard prefix
variable.
master
Tobias Geerinckx-Rice 2020-10-16 16:56:58 +02:00
parent 5446720292
commit 5c8e8bc556
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -2693,9 +2693,8 @@ results (ndiff), and a packet generation and response analysis tool (nping).")
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no make check
#:make-flags (let ((out (assoc-ref %outputs "out")))
(list (string-append "DESTDIR=" out)
"prefix=/"))
#:make-flags
(list (string-append "prefix=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-python3-DeprecationWarning