From 758704102848fb930f4ebba5945784cd8a64668d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 28 Oct 2013 22:54:27 +0100 Subject: build-system/{cmake,perl}: Don't use (guix build gnu-build-system). Previously references to '%standard-phases' in builder-side code would refer to the wrong one. * guix/build-system/cmake.scm (cmake-build): Remove (guix build gnu-build-system) from the default MODULES value. * guix/build-system/perl.scm (perl-build): Likewise. --- guix/build-system/cmake.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'guix/build-system/cmake.scm') diff --git a/guix/build-system/cmake.scm b/guix/build-system/cmake.scm index 9461b19a2e..38f11cb3c3 100644 --- a/guix/build-system/cmake.scm +++ b/guix/build-system/cmake.scm @@ -65,7 +65,6 @@ (guix build gnu-build-system) (guix build utils))) (modules '((guix build cmake-build-system) - (guix build gnu-build-system) (guix build utils)))) "Build SOURCE using CMAKE, and with INPUTS. This assumes that SOURCE provides a 'CMakeLists.txt' file as its build system." -- cgit v1.2.3