me
/
guix
Archived
1
0
Fork 0

gnu: mes-minimal: Remove unused variable.

* gnu/packages/make-bootstrap.scm (%mes-minimal): Remove unused
'triplet' variable.
master
Ludovic Courtès 2021-07-25 20:15:45 +02:00
parent 0236013cd0
commit 8b627a7701
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 23 additions and 24 deletions

View File

@ -623,7 +623,6 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
;; Two packages: first build static, bare minimum content.
(define-public %mes-minimal
;; A minimal Mes without documentation.
(let ((triplet "i686-unknown-linux-gnu"))
(package
(inherit mes-0.19)
(name "mes-minimal")
@ -647,7 +646,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
(for-each delete-file
(find-files
(string-append share "/mes/lib")
"\\.(h|c)")))))))))))
"\\.(h|c)"))))))))))
;; next remove store references.
(define %mes-minimal-stripped