diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-06-29 19:13:49 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-30 17:06:42 +0200 |
commit | 25280065814aecd7ce56baf4866b0c05acf8028b (patch) | |
tree | 6c7bc32aff322623031b99a3ca54e8cbbc90de8b /gnu | |
parent | 1b0668272cb44d78a94b65ae0e004903b78e4138 (diff) | |
download | patches-25280065814aecd7ce56baf4866b0c05acf8028b.tar patches-25280065814aecd7ce56baf4866b0c05acf8028b.tar.gz |
build-system/meson: Do not inherit the 'bootstrap' phase.
* guix/build/meson-build-system.scm (%standard-phases): Remove 'bootstrap'.
* gnu/packages/glib.scm (glib)[arguments]: Adjust accordingly.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/glib.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 62543fe114..eae8297531 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -200,7 +200,6 @@ shared NFS home directories.") (arguments `(#:phases (modify-phases %standard-phases - (delete 'bootstrap) (add-before 'build 'pre-build (lambda* (#:key inputs outputs #:allow-other-keys) ;; For tests/gdatetime.c. |