bootstrap: mescc-tools-static: Base arguments on version 0.5.2.

* gnu/packages/make-bootstrap.scm (%mescc-tools-static)[arguments]: Use
fixed package-arguments of mescc-tools-0.5.2.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2021-03-14 16:40:48 +01:00
parent 1d684aedf8
commit a9d537594d
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273

View File

@ -3,7 +3,7 @@
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2018, 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2018, 2019, 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
@ -593,7 +593,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
(name "mescc-tools-static")
(arguments
`(#:system "i686-linux"
,@(substitute-keyword-arguments (package-arguments mescc-tools)
,@(substitute-keyword-arguments (package-arguments mescc-tools-0.5.2)
((#:make-flags flags)
`(cons "CC=gcc -static" ,flags)))))))