guix-commits
[Top][All Lists]
Advanced

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

21/22: gnu: gnome-shell: Adjust to new #:disallowed-references conventio


From: guix-commits
Subject: 21/22: gnu: gnome-shell: Adjust to new #:disallowed-references convention.
Date: Tue, 30 Mar 2021 17:00:19 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit f27a7c18b6eea7e476cf76c701db1f0cd2fd50c8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Mar 29 10:37:47 2021 +0200

    gnu: gnome-shell: Adjust to new #:disallowed-references convention.
    
    * gnu/packages/gnome.scm (gnome-shell)[arguments]: List gexp-inputs in
      #:disallowed-references.
---
 gnu/packages/gnome.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 624fdf3..f296fa3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès 
<ludo@gnu.org>
 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 ;;; Copyright © 2014, 2016, 2020 Eric Bavier <bavier@posteo.net>
 ;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
@@ -8472,9 +8472,10 @@ properties, screen resolution, and other GNOME 
parameters.")
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
-       #:disallowed-references ((,glib "bin")
-                                ,inkscape ,libxslt
-                                ,ruby-sass)
+       #:disallowed-references ,(list (gexp-input glib "bin")
+                                      (gexp-input inkscape)
+                                      (gexp-input libxslt)
+                                      (gexp-input ruby-sass))
        #:configure-flags
        (list "-Dsystemd=false"
              ;; Otherwise, the RUNPATH will lack the final path component.



reply via email to

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