me
/
guix
Archived
1
0
Fork 0

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>
master
Petr Hodina 2022-01-09 23:08:42 +01:00 committed by Guillaume Le Vaillant
parent 4a7bbfeef6
commit 5c2032f7c9
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 0 additions and 27 deletions

View File

@ -1033,33 +1033,6 @@ perform specific functions, for example, pcbnew (Editing PCB), eeschema (editing
electrical diagrams), gerbview (viewing Gerber files) and others.") electrical diagrams), gerbview (viewing Gerber files) and others.")
(license license:gpl3+))) (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 (define-public kicad-doc
(package (package
(name "kicad-doc") (name "kicad-doc")