summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-13daemon: Don't include <linux/fs.h>.Ludovic Courtès
As of GNU libc 2.29, <sys/mount.h> declares all the constants and functions we need, so there's no use in including <linux/fs.h> anymore. This silences annoying warnings like this one: In file included from nix/libstore/local-store.cc:32:0: /gnu/store/…-linux-libre-headers-4.19.56/include/linux/fs.h:108:0: warning: "MS_RDONLY" redefined #define MS_RDONLY 1 /* Mount read-only */ In file included from nix/libstore/local-store.cc:28:0: /gnu/store/…-glibc-2.29/include/sys/mount.h:36:0: note: this is the location of the previous definition #define MS_RDONLY MS_RDONLY * config-daemon.ac: Remove check for <linux/fs.h>. * nix/libstore/build.cc: Remove conditional inclusion of <linux/fs.h>. * nix/libstore/local-store.cc: Remove "#if HAVE_LINUX_FS_H" and inclusion of <linux/fs.h>.
2019-11-13tests: "make check-system" uses Guix built with (guix self).Ludovic Courtès
This is a followup to 7e6d8d366a61f951936ed83371877ce006f679f6. It means that "make check-system" can run tests from (gnu tests install) much faster because it does not need to build a full 'guix' package. * gnu/ci.scm (channel-instance->package): Export. * build-aux/run-system-tests.scm (tests-for-channel-instance): New procedure, with code formerly in 'run-system-tests'. (run-system-tests): Call 'interned-file' for SOURCE, and add call to 'tests-for-channel-instance'.
2019-11-13gnu: Add josm.Julien Lepiller
* gnu/packages/geo.scm (josm): New variable.
2019-11-13guix: svn: Allow dropping externals.Julien Lepiller
* guix/build/svn.scm (svn-fetch): Allow to ignore externals. * guix/svn-download.scm (svn-reference, svn-multi-reference): Add recursive? field.
2019-11-13gnu: Add java-commons-jcs.Julien Lepiller
* gnu/packages/java.scm (java-commons-jcs): New variable.
2019-11-13gnu: Add java-commons-dbcp.Julien Lepiller
* gnu/packages/java.scm (java-commons-dbcp): New variable.
2019-11-13gnu: Add java-commons-pool.Julien Lepiller
* gnu/packages/java.scm (java-commons-pool): New variable.
2019-11-13gnu: Add java-jboss-transaction-api-spec.Julien Lepiller
* gnu/packages/java.scm (java-jboss-transaction-api-spec): New variable.
2019-11-13gnu: Add java-svg-salamander.Julien Lepiller
* gnu/packages/java.scm (java-svg-salamander): New variable. * gnu/packages/patches/java-svg-salamander-Fix-non-det.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2019-11-13gnu: Add java-jmapviewer.Julien Lepiller
* gnu/packages/geo.scm (java-jmapviewer): New variable.
2019-11-13gnu: Add java-openjfx-media.Julien Lepiller
* gnu/packages/java.scm (java-openjfx-media): New variable.
2019-11-13gnu: Add java-openjfx-graphics.Julien Lepiller
* gnu/packages/java.scm (java-openjfx-graphics): New variable.
2019-11-13gnu: Add java-openjfx-base.Julien Lepiller
* gnu/packages/java.scm (java-openjfx-base): New variable.
2019-11-13gnu: Add java-openjfx-build.Julien Lepiller
* gnu/packages/java.scm (java-openjfx-build): New variable.
2019-11-13gnu: javacc: Install binaries.Julien Lepiller
* gnu/packages/java.scm (javacc)[arguments]: Add install-bin phase.
2019-11-13gnu: Add java-metadata-extractor.Julien Lepiller
* gnu/packages/java.scm (java-metadata-extractor): New variable.
2019-11-13gnu: Add java-xmp.Julien Lepiller
* gnu/packages/java.scm (java-xmp): New variable.
2019-11-13gnu: Add java-jsonp-impl.Julien Lepiller
* gnu/packages/java.scm (java-jsonp-impl): New variable.
2019-11-13gnu: Add java-jsonp-api.Julien Lepiller
* gnu/packages/java.scm (java-jsonp-api): New variable.
2019-11-13gnu: Add java-signpost-core.Julien Lepiller
* gnu/packages/web.scm (java-signpost-core): New variable.
2019-11-13gnu: antlr3: Fix building after changes in ant-build-system.Julien Lepiller
* gnu/packages/java.scm (antlr3, antlr3-3.1, antlr3-3.3): Fix copying resources causing an error message later in the bootstrap chain.
2019-11-13gnu: pfff: Don't use unstable tarball.Efraim Flashner
* gnu/packages/textutils.scm (pfff)[source]: Download using git-fetch.
2019-11-13gnu: utfcpp: Don't use unstable tarball.Efraim Flashner
* gnu/packages/textutils.scm (utfcpp)[source]: Download using git-fetch.
2019-11-13gnu: enca: Don't use unstable tarball.Efraim Flashner
* gnu/packages/textutils.scm (enca)[source]: Download using git-fetch.
2019-11-13gnu: vis: Don't use unstable tarball.Efraim Flashner
* gnu/packages/text-editors.scm (vis)[source]: Download released tarball.
2019-11-13gnu: libsrtp: Don't use unstable tarball.Efraim Flashner
* gnu/packages/telephony.scm (libsrtp)[source]: Download using git-fetch.
2019-11-13gnu: clusterssh: Update to 1.8.2.Efraim Flashner
* gnu/packages/ssh.scm (clusterssh): Update to 1.8.2.
2019-11-13gnu: python-sphinx-gallery: Don't use unstable tarball.Efraim Flashner
* gnu/packages/sphinx.scm (python-sphinx-gallery)[source]: Download using git-fetch.
2019-11-13gnu: sonic: Don't use unstable tarball.Efraim Flashner
* gnu/packages/speech.scm (sonic)[source]: Download using git-fetch.
2019-11-13gnu: hstr: Don't use unstable tarball.Efraim Flashner
* gnu/packages/shellutils.scm (hstr)[source]: Download using git-fetch.
2019-11-13gnu: iniparser: Don't use unstable tarball.Efraim Flashner
* gnu/packages/samba.scm (iniparser)[source]: Download using git-fetch.
2019-11-13gnu: dotherside: Update to 0.6.4.Efraim Flashner
* gnu/packages/qt.scm (dotherside): Update to 0.6.4.
2019-11-13gnu: dotherside: Don't use unstable tarball.Efraim Flashner
* gnu/packages/qt.scm (dotherside)[source]: Download using git-fetch.
2019-11-13gnu: vim-neocomplete: Don't use unstable tarball.Efraim Flashner
* gnu/packages/vim.scm (vim-neocomplete)[source]: Download using git-fetch.
2019-11-13gnu: luakit: Don't use unstable tarball.Efraim Flashner
* gnu/packages/web-browsers.scm (luakit)[source]: Download using git-fetch.
2019-11-13gnu: qmpbackup: Don't use unstable tarball.Efraim Flashner
* gnu/packages/virtualization.scm (qmpbackup)[source]: Download using git-fetch.
2019-11-13gnu: efl: Update to 1.23.2.Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.23.2.
2019-11-13gnu: ocproxy: Don't use unstable tarball.Efraim Flashner
* gnu/packages/vpn.scm (ocproxy)[source]: Download using git-fetch.
2019-11-13gnu: lynx: Fix errors with TLS 1.3 hosts.Clément Lassieur
Fixes <https://bugs.gnu.org/38171>. Reported by Bengt Richter <bokr@bokr.com>. See <https://lists.gnu.org/archive/html/lynx-dev/2018-12/msg00009.html>. * gnu/packages/web-browsers.scm (lynx)[inputs, arguments]: Replace GnuTLS with OpenSSL.
2019-11-13gnu: minixml: Adjust to updated upstream tarball.Tobias Geerinckx-Rice
The release tarball was modified in place to add a top-level directory. * gnu/packages/xml (minixml)[source]: Use non-tarbomb URL-FETCH. [arguments]: Remove ‘fix-permissions’ phase.
2019-11-13gnu: guile-redis: Don't use unstable tarball.Efraim Flashner
* gnu/packages/guile-xyz.scm (guile-redis)[source]: Use git-fetch and git-file-name.
2019-11-13gnu: texlive-latex-pdfx: Declare source file-name.Efraim Flashner
* gnu/packages/tex.scm (texlive-latex-pdfx)[source]: Use file-name.
2019-11-13gnu: texlive-latex-xmpincl: Declare source file-name.Efraim Flashner
* gnu/packages/tex.scm (texlive-latex-xmpincl)[source]: Use file-name.
2019-11-13gnu: texlive-latex-changepage: Declare source file-name.Efraim Flashner
* gnu/packages/tex.scm (texlive-latex-changepage)[source]: Use file-name.
2019-11-13gnu: texlive-latex-mflogo: Declare source file-name.Efraim Flashner
* gnu/packages/tex.scm (texlive-latex-mflogo)[source]: Use file-name.
2019-11-13gnu: texlive-standalone: Declare source file-name.Efraim Flashner
* gnu/packages/tex.scm (texlive-standalone)[source]: Use file-name.
2019-11-13gnu: texlive-booktabs: Declare source file-name.Efraim Flashner
* gnu/packages/tex.scm (texlive-booktabs)[source]: Use file-name.
2019-11-13gnu: texlive-latex-xkeyval: Declare source file-name.Efraim Flashner
* gnu/packages/tex.scm (texlive-latex-xkeyval)[source]: Use file-name.
2019-11-13gnu: java-eclipse-sisu-plexus: Update to 0.3.4.Efraim Flashner
* gnu/packages/java.scm (java-eclipse-sisu-plexus): Update to 0.3.4.
2019-11-13gnu: java-eclipse-sisu-plexus: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-eclipse-sisu-plexus)[source]: Use git-fetch and git-file-name.