diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-05 23:44:11 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-05 23:44:11 +0200 |
commit | ca8de35e9060f0c8cdf4bb5cc2a3313e730af30d (patch) | |
tree | 6546003308d3d4f925cf0dfdb12da4ec28263188 /Makefile.am | |
parent | 396aab8e6931556ba4b206b1bc7b306d30c01551 (diff) | |
parent | 42639cc98091518c6bbb09db24925c2c599a0a2d (diff) | |
download | guix-ca8de35e9060f0c8cdf4bb5cc2a3313e730af30d.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 474575c9f2..7898a3648a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -274,10 +274,10 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm # Auxiliary files for packages. AUX_FILES = \ gnu/packages/aux-files/emacs/guix-emacs.el \ - gnu/packages/aux-files/linux-libre/4.16-arm.conf \ - gnu/packages/aux-files/linux-libre/4.16-arm64.conf \ - gnu/packages/aux-files/linux-libre/4.16-i686.conf \ - gnu/packages/aux-files/linux-libre/4.16-x86_64.conf \ + gnu/packages/aux-files/linux-libre/4.17-arm.conf \ + gnu/packages/aux-files/linux-libre/4.17-arm64.conf \ + gnu/packages/aux-files/linux-libre/4.17-i686.conf \ + gnu/packages/aux-files/linux-libre/4.17-x86_64.conf \ gnu/packages/aux-files/linux-libre/4.14-arm.conf \ gnu/packages/aux-files/linux-libre/4.14-i686.conf \ gnu/packages/aux-files/linux-libre/4.14-x86_64.conf \ |