diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-05-07 14:32:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-05-07 14:32:36 +0200 |
commit | 538cc2e0165a32d3c5de9022f522f37880b60f5d (patch) | |
tree | c27a357bdb68676c0739ebc6e8ba270f8e387ee6 /Makefile.am | |
parent | ce2df078d7b8e8d44b831270421513bd04429866 (diff) | |
download | guix-538cc2e0165a32d3c5de9022f522f37880b60f5d.tar guix-538cc2e0165a32d3c5de9022f522f37880b60f5d.tar.gz |
Remove now unneeded (guix build gnome) module.
* guix/build/gnome.scm: Remove.
* Makefile.am (MODULES): Update accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 22bbdca13c..14e9e4a4b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,7 +59,6 @@ MODULES = \ guix/build/download.scm \ guix/build/cmake-build-system.scm \ guix/build/git.scm \ - guix/build/gnome.scm \ guix/build/gnu-build-system.scm \ guix/build/gnu-dist.scm \ guix/build/linux-initrd.scm \ |