gnu: mes-minimal: Remove unused variable.
* gnu/packages/make-bootstrap.scm (%mes-minimal): Remove unused 'triplet' variable.master
parent
0236013cd0
commit
8b627a7701
|
@ -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
|
||||
|
|
Reference in New Issue