mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: numix-gtk-theme: Fix installation directory.
* gnu/packages/gnome-xyz.scm (numix-gtk-theme)[arguments]: Replace erroneous use of DESTDIR with INSTALL_DIR in #:make-flags.
This commit is contained in:
parent
ec5a3021c5
commit
a457c55a0a
1 changed files with 4 additions and 1 deletions
|
@ -483,7 +483,10 @@ (define-public numix-gtk-theme
|
|||
"12mw0kr0kkvg395qlbsvkvaqccr90cmxw5rrsl236zh43kj8grb7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags (list (string-append "DESTDIR=" (assoc-ref %outputs "out")))
|
||||
'(#:make-flags
|
||||
(list (string-append "INSTALL_DIR="
|
||||
(assoc-ref %outputs "out")
|
||||
"/share/themes/Numix"))
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue