diff options
author | Mathieu Lirzin <mthl@openmailbox.org> | 2015-06-14 20:52:42 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@openmailbox.org> | 2015-06-17 22:16:39 +0200 |
commit | 4192e898a4256bab275f75d744969dfab8e06b6d (patch) | |
tree | f6ae83043d70a50cbec44d6678047832d5111c4d /Makefile.am | |
parent | 2c049216340cf25660b39b3f358ad112cbd1a798 (diff) | |
download | patches-4192e898a4256bab275f75d744969dfab8e06b6d.tar patches-4192e898a4256bab275f75d744969dfab8e06b6d.tar.gz |
list-packages: Move to guix-artwork repository.
In order to integrate the package list in the GuixSD website, the listing of
packages has been moved into the website implementation.
* build-aux/list-packages.scm: Remove file.
* Makefile.am (EXTRA_DIST): Adapt to it.
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 2b84467b0c..c8d701b3ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -264,7 +264,6 @@ EXTRA_DIST = \ build-aux/check-available-binaries.scm \ build-aux/check-final-inputs-self-contained.scm \ build-aux/download.scm \ - build-aux/list-packages.scm \ build-aux/make-binary-tarball.scm \ srfi/srfi-37.scm.in \ srfi/srfi-64.scm \ |