efraim pushed a commit to branch master
in repository guix.

commit f7295486ac22ba51904b10bbedd518390c81ac57
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Mar 7 11:27:23 2024 +0200

    gnu: guix-icons: Clean-up package.
    
    * gnu/packages/package-management.scm (guix-icons): Don't inherit from
    guix.
    [inputs]: Remove field.
    [home-page]: Use Guix's home-page.
    [license]: Update to cc-by-sa4.0.
    
    Change-Id: Icc14bd16a1746a6d1f95260a0da5f8f5bf7494a7
---
 gnu/packages/package-management.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 5d6bc47b8b..f392c737fe 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2018, 2019 Rutger Helling <[email protected]>
 ;;; Copyright © 2018 Sou Bunnbu <[email protected]>
 ;;; Copyright © 2018, 2019 Eric Bavier <[email protected]>
-;;; Copyright © 2019-2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2019-2024 Efraim Flashner <[email protected]>
 ;;; Copyright © 2019 Jonathan Brielmaier <[email protected]>
 ;;; Copyright © 2020 Mathieu Othacehe <[email protected]>
 ;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <[email protected]>
@@ -682,15 +682,12 @@ overridden by setting the 'current-guix-package' 
parameter."
 
 (define-public guix-icons
   (package
-    (inherit guix)
     (name "guix-icons")
     (version "0.1")
     (source %artwork-repository)
     (build-system trivial-build-system)
     (native-inputs
      (list imagemagick))
-    (inputs
-     '())
     (arguments
      `(#:modules ((guix build utils)
                   (gnu build svg))
@@ -738,10 +735,12 @@ overridden by setting the 'current-guix-package' 
parameter."
                                #:width size
                                #:height size)))
                  sizes))))))
+    (home-page "https://www.gnu.org/software/guix/";)
     (synopsis "GNU Guix icons")
     (description "This package contains GNU Guix icons organized according to
 the Icon Theme Specification.  They can be used by applications querying the
-GTK icon cache for instance.")))
+GTK icon cache for instance.")
+    (license license:cc-by-sa4.0)))
 
 (define-public guix-modules
   (package

Reply via email to