gnu: mescc-tools: Update to 1.2.0.

Fixes <https://issues.guix.gnu.org/49515>.

* gnu/packages/mes.scm (mescc-tools-0.5.2): Remove.
(mescc-tools): Update to 1.2.0.  Use 'git-fetch'.
* gnu/packages/make-bootstrap.scm (%mescc-tools-static): Inherit from
MESCC-TOOLS rather than MESCC-TOOLS-0.5.2.
(%mes-minimal): Inherit from MES rather than MES-0.19.
[arguments]: Remove 'delete-file-recursively' for /mes/scaffold.
This commit is contained in:
Ludovic Courtès 2021-07-25 22:24:21 +02:00
parent 0b9da8b5a2
commit 114a9f1f80
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 32 additions and 64 deletions

View file

@ -585,11 +585,11 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
(define %mescc-tools-static
;; A statically linked MesCC Tools.
(package
(inherit mescc-tools-0.5.2)
(inherit mescc-tools)
(name "mescc-tools-static")
(arguments
`(#:system "i686-linux"
,@(substitute-keyword-arguments (package-arguments mescc-tools-0.5.2)
,@(substitute-keyword-arguments (package-arguments mescc-tools)
((#:make-flags flags)
`(cons "CC=gcc -static" ,flags)))))))
@ -624,7 +624,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
(define-public %mes-minimal
;; A minimal Mes without documentation.
(package
(inherit mes-0.19)
(inherit mes)
(name "mes-minimal")
(native-inputs
`(("guile" ,guile-2.2)))
@ -641,7 +641,6 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
(share (string-append out "/share")))
(delete-file-recursively (string-append out "/lib/guile"))
(delete-file-recursively (string-append share "/guile"))
(delete-file-recursively (string-append share "/mes/scaffold"))
(for-each delete-file
(find-files