Age | Commit message (Expand) | Author |
---|---|---|
2019-11-13 | services: dbus: Add description....* gnu/services/dbus.scm (dbus-root-service-type)[description]: New field. | Ludovic Courtès |
2019-11-13 | daemon: Don't include <linux/fs.h>....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>. | Ludovic Courtès |
2019-11-13 | tests: "make check-system" uses Guix built with (guix self)....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'. | Ludovic Courtès |
2019-11-13 | gnu: Add josm....* gnu/packages/geo.scm (josm): New variable. | Julien Lepiller |
2019-11-13 | guix: svn: Allow dropping externals....* guix/build/svn.scm (svn-fetch): Allow to ignore externals. * guix/svn-download.scm (svn-reference, svn-multi-reference): Add recursive? field. | Julien Lepiller |
2019-11-13 | gnu: Add java-commons-jcs....* gnu/packages/java.scm (java-commons-jcs): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-commons-dbcp....* gnu/packages/java.scm (java-commons-dbcp): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-commons-pool....* gnu/packages/java.scm (java-commons-pool): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-jboss-transaction-api-spec....* gnu/packages/java.scm (java-jboss-transaction-api-spec): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-svg-salamander....* 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. | Julien Lepiller |
2019-11-13 | gnu: Add java-jmapviewer....* gnu/packages/geo.scm (java-jmapviewer): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-openjfx-media....* gnu/packages/java.scm (java-openjfx-media): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-openjfx-graphics....* gnu/packages/java.scm (java-openjfx-graphics): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-openjfx-base....* gnu/packages/java.scm (java-openjfx-base): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-openjfx-build....* gnu/packages/java.scm (java-openjfx-build): New variable. | Julien Lepiller |
2019-11-13 | gnu: javacc: Install binaries....* gnu/packages/java.scm (javacc)[arguments]: Add install-bin phase. | Julien Lepiller |
2019-11-13 | gnu: Add java-metadata-extractor....* gnu/packages/java.scm (java-metadata-extractor): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-xmp....* gnu/packages/java.scm (java-xmp): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-jsonp-impl....* gnu/packages/java.scm (java-jsonp-impl): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-jsonp-api....* gnu/packages/java.scm (java-jsonp-api): New variable. | Julien Lepiller |
2019-11-13 | gnu: Add java-signpost-core....* gnu/packages/web.scm (java-signpost-core): New variable. | Julien Lepiller |
2019-11-13 | gnu: antlr3: Fix building after changes in ant-build-system....* gnu/packages/java.scm (antlr3, antlr3-3.1, antlr3-3.3): Fix copying resources causing an error message later in the bootstrap chain. | Julien Lepiller |
2019-11-13 | gnu: pfff: Don't use unstable tarball....* gnu/packages/textutils.scm (pfff)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: utfcpp: Don't use unstable tarball....* gnu/packages/textutils.scm (utfcpp)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: enca: Don't use unstable tarball....* gnu/packages/textutils.scm (enca)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: vis: Don't use unstable tarball....* gnu/packages/text-editors.scm (vis)[source]: Download released tarball. | Efraim Flashner |
2019-11-13 | gnu: libsrtp: Don't use unstable tarball....* gnu/packages/telephony.scm (libsrtp)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: clusterssh: Update to 1.8.2....* gnu/packages/ssh.scm (clusterssh): Update to 1.8.2. | Efraim Flashner |
2019-11-13 | gnu: python-sphinx-gallery: Don't use unstable tarball....* gnu/packages/sphinx.scm (python-sphinx-gallery)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: sonic: Don't use unstable tarball....* gnu/packages/speech.scm (sonic)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: hstr: Don't use unstable tarball....* gnu/packages/shellutils.scm (hstr)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: iniparser: Don't use unstable tarball....* gnu/packages/samba.scm (iniparser)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: dotherside: Update to 0.6.4....* gnu/packages/qt.scm (dotherside): Update to 0.6.4. | Efraim Flashner |
2019-11-13 | gnu: dotherside: Don't use unstable tarball....* gnu/packages/qt.scm (dotherside)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: vim-neocomplete: Don't use unstable tarball....* gnu/packages/vim.scm (vim-neocomplete)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: luakit: Don't use unstable tarball....* gnu/packages/web-browsers.scm (luakit)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: qmpbackup: Don't use unstable tarball....* gnu/packages/virtualization.scm (qmpbackup)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: efl: Update to 1.23.2....* gnu/packages/enlightenment.scm (efl): Update to 1.23.2. | Efraim Flashner |
2019-11-13 | gnu: ocproxy: Don't use unstable tarball....* gnu/packages/vpn.scm (ocproxy)[source]: Download using git-fetch. | Efraim Flashner |
2019-11-13 | gnu: lynx: Fix errors with TLS 1.3 hosts....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. | Clément Lassieur |
2019-11-13 | gnu: minixml: Adjust to updated upstream tarball....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. | Tobias Geerinckx-Rice |
2019-11-13 | gnu: guile-redis: Don't use unstable tarball....* gnu/packages/guile-xyz.scm (guile-redis)[source]: Use git-fetch and git-file-name. | Efraim Flashner |
2019-11-13 | gnu: texlive-latex-pdfx: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-pdfx)[source]: Use file-name. | Efraim Flashner |
2019-11-13 | gnu: texlive-latex-xmpincl: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-xmpincl)[source]: Use file-name. | Efraim Flashner |
2019-11-13 | gnu: texlive-latex-changepage: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-changepage)[source]: Use file-name. | Efraim Flashner |
2019-11-13 | gnu: texlive-latex-mflogo: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-mflogo)[source]: Use file-name. | Efraim Flashner |
2019-11-13 | gnu: texlive-standalone: Declare source file-name....* gnu/packages/tex.scm (texlive-standalone)[source]: Use file-name. | Efraim Flashner |
2019-11-13 | gnu: texlive-booktabs: Declare source file-name....* gnu/packages/tex.scm (texlive-booktabs)[source]: Use file-name. | Efraim Flashner |
2019-11-13 | gnu: texlive-latex-xkeyval: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-xkeyval)[source]: Use file-name. | Efraim Flashner |
2019-11-13 | gnu: java-eclipse-sisu-plexus: Update to 0.3.4....* gnu/packages/java.scm (java-eclipse-sisu-plexus): Update to 0.3.4. | Efraim Flashner |