Skip to content
Snippets Groups Projects
Unverified Commit cb014f64 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: kicad-i18l: Fix typo in… name.

* gnu/packages/engineering.scm (kicad-i18n): New old variable previously…
(kicad-i18l): …this.  Redefine using DEPRECATED-PACKAGE.
(kicad)[arguments, native-inputs]: Adjust accordingly.
parent 5225626f
No related branches found
No related tags found
No related merge requests found
...@@ -823,7 +823,7 @@ (define-public kicad ...@@ -823,7 +823,7 @@ (define-public kicad
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'install-translations (add-after 'install 'install-translations
(lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)
(copy-recursively (assoc-ref inputs "kicad-i18l") (copy-recursively (assoc-ref inputs "kicad-i18n")
(assoc-ref outputs "out")) (assoc-ref outputs "out"))
#t)) #t))
(add-after 'install 'wrap-program (add-after 'install 'wrap-program
...@@ -861,7 +861,7 @@ (define-public kicad ...@@ -861,7 +861,7 @@ (define-public kicad
`(("boost" ,boost) `(("boost" ,boost)
("desktop-file-utils" ,desktop-file-utils) ("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal) ("gettext" ,gettext-minimal)
("kicad-i18l" ,kicad-i18l) ("kicad-i18n" ,kicad-i18n)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("swig" ,swig) ("swig" ,swig)
("zlib" ,zlib))) ("zlib" ,zlib)))
...@@ -887,9 +887,9 @@ (define-public kicad ...@@ -887,9 +887,9 @@ (define-public kicad
electrical diagrams), gerbview (viewing Gerber files) and others.") electrical diagrams), gerbview (viewing Gerber files) and others.")
(license license:gpl3+))) (license license:gpl3+)))
(define kicad-i18l (define kicad-i18n
(package (package
(name "kicad-i18l") (name "kicad-i18n")
(version "5.1.5") (version "5.1.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
...@@ -914,6 +914,9 @@ (define kicad-i18l ...@@ -914,6 +914,9 @@ (define kicad-i18l
translations for KiCad.") translations for KiCad.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public kicad-i18l
(deprecated-package "kicad-i18l" kicad-i18n))
(define-public kicad-symbols (define-public kicad-symbols
(package (package
(name "kicad-symbols") (name "kicad-symbols")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment