guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62873] [PATCH gnome-team 4/4] gnu: gtk+-3: Fix build.


From: Liliana Marie Prikler
Subject: [bug#62873] [PATCH gnome-team 4/4] gnu: gtk+-3: Fix build.
Date: Thu, 13 Apr 2023 15:33:22 +0200

meson-build-system now sets bindir, so we don't need to move the files.

* gnu/packages/gtk.scm (gtk+-3)[arguments]: Do not attempt to move /bin.
---
 gnu/packages/gtk.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index e49115ad0e..64058fbf66 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1208,7 +1208,6 @@ (define-values (out bin doc)
                        (assoc-ref outputs "doc")))
              (for-each mkdir-p
                        (list
-                        (string-append bin "/bin")
                         (string-append bin "/share/applications")
                         (string-append bin "/share/icons")
                         (string-append bin "/share/man")
@@ -1220,7 +1219,6 @@ (define-values (out bin doc)
                           (string-append out dir)
                           (string-append bin dir)))
                        (list
-                        "/bin"
                         "/share/applications"
                         "/share/icons"
                         "/share/man"))
-- 
2.39.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]