GNU bug report logs - #62873
[PATCH gnome-team 0/5] Merge master into gnome-team

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sat, 15 Apr 2023 21:53:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 62873 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 62873 <at> debbugs.gnu.org
Subject: [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





This bug report was last modified 2 years and 16 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.