mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: sbcl: Remove obsolete build phase.
* gnu/packages/lisp.scm (sbcl)[arguments]: Remove obsolete build phase "set-HOME".
This commit is contained in:
parent
08dc1de496
commit
a72499b3a5
1 changed files with 1 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
;;; Copyright © 2016 Federico Beffa <beffa@fbengineering.ch>
|
;;; Copyright © 2016 Federico Beffa <beffa@fbengineering.ch>
|
||||||
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
|
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
|
||||||
;;; Copyright © 2016, 2017 Andy Patterson <ajpatter@uwaterloo.ca>
|
;;; Copyright © 2016, 2017 Andy Patterson <ajpatter@uwaterloo.ca>
|
||||||
;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2017, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
|
;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
|
||||||
|
@ -493,10 +493,6 @@ (define (quoted-path input path)
|
||||||
(("\\(deftest grent\\.[12]" all)
|
(("\\(deftest grent\\.[12]" all)
|
||||||
(string-append "#+nil ;disabled by Guix\n" all))))
|
(string-append "#+nil ;disabled by Guix\n" all))))
|
||||||
#t))
|
#t))
|
||||||
;; FIXME: the texlive-union insists on regenerating fonts. It stores
|
|
||||||
;; them in HOME, so it needs to be writeable.
|
|
||||||
(add-before 'build 'set-HOME
|
|
||||||
(lambda _ (setenv "HOME" "/tmp") #t))
|
|
||||||
(replace 'build
|
(replace 'build
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(setenv "CC" "gcc")
|
(setenv "CC" "gcc")
|
||||||
|
|
Loading…
Reference in a new issue