guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: Remove kicad-i18n.


From: guix-commits
Subject: 03/03: gnu: Remove kicad-i18n.
Date: Fri, 11 Feb 2022 10:48:47 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 5c2032f7c94d6381144afe571c82880eab5a9c1c
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Sun Jan 9 23:08:42 2022 +0100

    gnu: Remove kicad-i18n.
    
    * gnu/packages/engineering.scm (kicad-i18n): Remove variable. i18n is 
handled
      directly now in kicad@6.0.0 package source tree.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/engineering.scm | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 753085508c..71fbbef78d 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1033,33 +1033,6 @@ perform specific functions, for example, pcbnew (Editing 
PCB), eeschema (editing
 electrical diagrams), gerbview (viewing Gerber files) and others.")
     (license license:gpl3+)))
 
-(define kicad-i18n
-  (package
-    (name "kicad-i18n")
-    (version (package-version kicad))
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://gitlab.com/kicad/code/kicad-i18n.git";)
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0y51l0r62cnxkvpc21732p3cx7pjvaqjih8193502hlv9kv1j9p6"))))
-    (build-system cmake-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (delete 'build)
-         (delete 'check))))
-    (native-inputs
-     `(("gettext" ,gettext-minimal)))
-    (home-page (package-home-page kicad))
-    (synopsis "KiCad GUI translations")
-    (description "This package contains the po files that are used for the GUI
-translations for KiCad.")
-    (license license:gpl3+)))
-
 (define-public kicad-doc
   (package
     (name "kicad-doc")



reply via email to

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