diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-08 00:44:44 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-08 19:37:47 +0100 |
commit | 7570ec5aa96d459aa41ddfaf459a883be89848d4 (patch) | |
tree | 76b5b970ac2bdec0cc594a5c53bdfad35f015c42 /gnu/packages/storage.scm | |
parent | 8d65ae44ac9492b17266aa1bbe04d562e904946a (diff) | |
download | patches-7570ec5aa96d459aa41ddfaf459a883be89848d4.tar patches-7570ec5aa96d459aa41ddfaf459a883be89848d4.tar.gz |
gnu: GCC@7: Update to 7.4.0.
* gnu/packages/gcc.scm (gcc-7): Update to 7.4.0.
[source](patches): Drop 'gcc-libsanitizer-ustat.patch'.
* gnu/packages/storage.scm (ceph)[inputs]: Change from BOOST to BOOST-CXX14,
as GCC 7.4.0 triggers <https://bugs.gnu.org/33605>.
Diffstat (limited to 'gnu/packages/storage.scm')
-rw-r--r-- | gnu/packages/storage.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm index 5051ccd986..4eae37815e 100644 --- a/gnu/packages/storage.scm +++ b/gnu/packages/storage.scm @@ -321,7 +321,7 @@ ("python2-testtools" ,python2-testtools) ("python2-tox" ,python2-tox))) (inputs - `(("boost" ,boost) + `(("boost" ,boost-cxx14) ("curl" ,curl) ("cryptsetup" ,cryptsetup) ("expat" ,expat) |