From afb54fd1e77f36f09cf370253b9195b3b33d6795 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 10 Jan 2020 22:43:45 +0100 Subject: gnu: lepton-eda: Fix build. This is a follow-up to commit 1101c73c7fb2e0dbba00b45c05bf36ae08bdb6f2. * gnu/packages/engineering.scm (lepton-eda)[arguments]: Ignore inherited phases. --- gnu/packages/engineering.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index b63715d8c2..3f4cdbd172 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus +;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus ;;; Copyright © 2015 Federico Beffa ;;; Copyright © 2016, 2018, 2020 Efraim Flashner ;;; Copyright © 2016 David Thompson @@ -289,7 +289,7 @@ (define-public lepton-eda ;; never runs. See . `(cons "ac_cv_path_MSGMERGE=true" ,flags)) ((#:phases phases '%standard-phases) - `(modify-phases ,phases + `(modify-phases %standard-phases (add-before 'bootstrap 'prepare (lambda _ ;; Some of the scripts there are invoked by autogen.sh. -- cgit v1.2.3