gnu: snooze: Fix installation destination.

* gnu/packages/suckless.scm (snooze)[arguments]: Remove bogus $(DESTDIR)
from #:make-flags to install in $(PREFIX).

Reported by Christopher Howard <christopher@librehacker.com>
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-27 00:12:34 +02:00
parent ebc2740637
commit 89d8417b37
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -923,7 +923,6 @@ (define-public snooze
`(#:tests? #f ; There are no tests.
#:make-flags
(list (string-append "CC=" ,(cc-for-target))
(string-append "DESTDIR=" %output)
;; Set prefix path to root of package path in store instead
;; of /usr/local.
(string-append "PREFIX=" %output))