diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:12:27 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:30:06 -0400 |
commit | cc78392923e534f181ef451c177c607b32349213 (patch) | |
tree | fb0349ef725e93cfb3de8b9730b86ce2ec66f167 /Makefile.am | |
parent | 08d1a8b1381db3851330031e1309892a28345029 (diff) | |
download | guix-cc78392923e534f181ef451c177c607b32349213.tar guix-cc78392923e534f181ef451c177c607b32349213.tar.gz |
gnu: Remove linux-libre@4.1.
* gnu/packages/linux.scm (linux-libre-4.1): Remove variable.
* gnu/packages/aux-files/linux-libre/4.1-i686.conf,
gnu/packages/aux-files/linux-libre/4.1-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ab145065d6..5dc04de35c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -282,8 +282,6 @@ AUX_FILES = \ gnu/packages/aux-files/linux-libre/4.9-x86_64.conf \ gnu/packages/aux-files/linux-libre/4.4-i686.conf \ gnu/packages/aux-files/linux-libre/4.4-x86_64.conf \ - gnu/packages/aux-files/linux-libre/4.1-i686.conf \ - gnu/packages/aux-files/linux-libre/4.1-x86_64.conf \ gnu/packages/aux-files/run-in-namespace.c # Templates, examples. |