gnu: gtk: Do not manually move /bin.
The Meson build system now takes care of that itself, just like the GNU build system. * gnu/packages/gtk.scm (gtk) [arguments]: Remove /bin from the list of moved directory in the move-files phase.
This commit is contained in:
parent
311255adc0
commit
2bde53c594
1 changed files with 0 additions and 2 deletions
|
@ -1198,7 +1198,6 @@ (define-public gtk
|
|||
(lambda _
|
||||
(for-each mkdir-p
|
||||
(list
|
||||
(string-append #$output:bin "/bin")
|
||||
(string-append #$output:bin "/share/applications")
|
||||
(string-append #$output:bin "/share/icons")
|
||||
(string-append #$output:bin "/share/man")
|
||||
|
@ -1210,7 +1209,6 @@ (define-public gtk
|
|||
(string-append #$output dir)
|
||||
(string-append #$output:bin dir)))
|
||||
(list
|
||||
"/bin"
|
||||
"/share/applications"
|
||||
"/share/icons"
|
||||
"/share/man"
|
||||
|
|
Loading…
Reference in a new issue