summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-25gnu: Add hplip-minimal....* gnu/packages/cups.scm (hplip-minimal): New variable. * gnu/packages/scanner.scm (sane-backends)[inputs]: Replace hplip with hplip-minimal. * doc/guix.texi (Printing Services): Change example code to use hplip-minimal in place of hplip. Add note explaining when use hplip. Efraim Flashner
2018-07-24gnu: syncthing: Update to 0.14.49....* gnu/packages/syncthing.scm (syncthing): Update to 0.14.49. [source]: Remove obsolete patch. [inputs]: Remove go-github-com-kardianos-osext. * gnu/packages/patches/syncthing-fix-crash.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari
2018-07-24gnu: go-github-com-syncthing-notify: Update to 0.0.0-1.cdf89c4....* gnu/packages/syncthing.scm (go-github-com-syncthing-notify): Update to 0.0.0-1.cdf89c4. Leo Famulari
2018-07-24gnu: go-github-com-thejerf-suture: Update to 2.0.3-0.3f1fb62....* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): Update to 2.0.3-0.3f1fb62. Leo Famulari
2018-07-25gnu: java-tomcat: Strip timestamps...* gnu/package/web.scm (java-tomcat)[arguments]: Add phase 'strip timestamps. Makes build deterministic. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Björn Höfling
2018-07-25gnu: java-tomcat: Remove bundled jars....* gnu/packages/web.scm (java-tomcat)[source]: Add snippet to remove bundled jars. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Björn Höfling
2018-07-25gnu: java-tomcat: Update to 8.5.32....* gnu/packages/web.scm (java-tomcat): Update to 8.5.32. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Björn Höfling
2018-07-25gnu: java: Use java-javaee-servletapi instead of java-tomcat....* gnu/packages/java.scm(java-eclipse-sisu-inject)[inputs]: Remove java-tomcat, add java-javaee-servletapi. (logback-core)[inputs]: Likewise. * gnu/packages/maven.scm (maven-wagon-provider-test)[inputs]: Likewise. * gnu/packages/web.scm (java-eclipse-jetty-webapp)[inputs]: Likewise. (java-eclipse-jetty-server)[inputs]: Likewise. (java-eclipse-jetty-http)[inputs]: Likewise. (java-eclipse-jetty-jmx)[inputs]: Likewise. (java-eclipse-jetty-io)[inputs]: Likewise. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Björn Höfling
2018-07-25gnu: Add java-javaee-servletapi....* gnu/packages/java.scm (java-javaee-servletapi): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Björn Höfling
2018-07-25gnu: java: Use java-classpathx-servletapi instead of java-tomcat where possible....* gnu/package/java.scm (java-commons-jxpath)[inputs]: Remove java-tomcat, add java-classpathx-servletapi. (java-guice-servlet)[inputs]: Likewise. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Björn Höfling
2018-07-25gnu: java-logback-core: Add file-name field....* gnu/package/java.scm (java-logback-core)[source]: Add file-name field. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Björn Höfling
2018-07-25gnu: java-guice: Remove jars....* gnu/packages/java.scm (java-guice)[source]: Add snippet to delete jar-files. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Björn Höfling
2018-07-24gnu: fuse: Update to 2.9.8 [fixes CVE-2018-10906]....* gnu/packages/linux.scm (fuse): Update to 2.9.8. Marius Bakke
2018-07-24ruby-build-system: Make phase "replace-git-ls-files" handle more cases....* guix/build/ruby-build-system.scm (replace-git-ls-files): Modify. Danny Milosavljevic
2018-07-24gnu: Add ruby-rspec-its....* gnu/packages/ruby.scm (ruby-rspec-its): New variable. Danny Milosavljevic
2018-07-24gnu: Add ruby-childprocess....* gnu/packages/ruby.scm (ruby-childprocess): New variable. Danny Milosavljevic
2018-07-24import: PyPI: Update redirected URL....* guix/import/pypi.scm (guix-package->pypi-name, pypi->guix-package): Update docstrings. (pypi-package?): Test for pypi.org, too. (pypi-fetch): s/pypi.python.org/pypi.org/ * tests/pypi.scm ("guix-package->pypi-name, new URL style", "pypi->guix-package", "pypi->guix-package, wheels"): Likewise. Marius Bakke
2018-07-24gnu: linux-libre: Update to 4.17.9....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.9. (%linux-libre-hash): Update hash. Mark H Weaver
2018-07-24gnu: linux-libre@4.14: Update to 4.14.57....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.57. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2018-07-24gnu: linux-libre@4.9: Update to 4.9.114....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.114. Mark H Weaver
2018-07-24gnu: linux-libre@4.4: Update to 4.4.143....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.143. Mark H Weaver
2018-07-24gnu: go-github-com-yookoala-realpath: Fix license....* gnu/packages/golang.scm (go-github-com-yookoala-realpath)[license]: Change to EXPAT. Ludovic Courtès
2018-07-24gnu: lightdm: Take 'nologin' from the 'shadow' package....Reported by brendarn on #guix. * gnu/packages/display-managers.scm (lightdm)[inputs]: Use SHADOW instead of UTIL-LINUX. Ludovic Courtès
2018-07-24gnu: xorg-server: Apply patch to fix screen rotation on KMS....Fixes <https://bugs.freedesktop.org/show_bug.cgi?id=106715>. * gnu/packages/patches/xorg-server-rotate-fb.patch: New file. * gnu/packages/xorg.scm (xorg-server)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès
2018-07-24gnu: mpv: Update to 0.29.0....* gnu/packages/video.scm (mpv): Update to 0.29.0. Rutger Helling
2018-07-23gnu: python-asn1crypto: Update to 0.24.0....* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 0.24.0. Efraim Flashner
2018-07-23gnu: python-asn1crypto: Don't use unstable tarball....* gnu/packages/python-crypto.scm (python-asn1crypto)[source]: Replace autogenerated tarball with git checkout. Efraim Flashner
2018-07-23gnu: wesnoth: Update to 1.14.4 [fixes CVE-2018-1999023]....* gnu/packages/games.scm (wesnoth): Update to 1.14.4. Leo Famulari
2018-07-23gnu: xorg: Update home-pages....* gnu/packages/xorg.scm (perl-x11-protocol-other, perl-x11-xcb) (perl-x11-protocol)[home-page]: Update to redirected home-pages. Julien Lepiller
2018-07-23gnu: arb: Update to 2.14.0....* gnu/packages/algebra.scm (arb): Update to 2.14.0. [arguments]: Substitute invoke for system*. [license]: Change to lgpl2.1+. Kei Kebreau
2018-07-23gnu: Add guile-pfds....* gnu/packages/guile.scm (guile-pfds): New variable. Ludovic Courtès
2018-07-23gnu: Switch several packages to 'guile-build-system'....* gnu/packages/guile.scm (guile-minikanren)[build-system]: Set to GUILE-BUILD-SYSTEM. [arguments]: Remove. [inputs]: Rename to 'native-inputs'. (guile-miniadapton): Likewise. (guile-colorized): Likewise. (guile-irregex): Likewise, but rewrite 'arguments' field with custom phases. (guile-gdbm-ffi): Likewise, and move patch to the 'origin' form. (guile-simple-zmq): Likewise, and change 'propagated-inputs' to 'inputs'. (jupyter-guile-kernel): Likewise. Ludovic Courtès
2018-07-23build-system: Add 'guile-build-system'....* guix/build-system/guile.scm, guix/build/guile-build-system.scm: New files. * Makefile.am (MODULES): Add them. * doc/guix.texi (Build Systems): Document 'guile-build-system'. Ludovic Courtès
2018-07-23gnu: aspell: Allow filters to be found....Reported by Pierre-Antoine Rouby. * gnu/packages/aspell.scm (aspell)[arguments]: Add 'set-filter-path' phase. Ludovic Courtès
2018-07-23system: '.guile' skeleton now recommends 'guile-colorized'....* gnu/system/shadow.scm (default-skeletons)[".guile"]: Recommend 'guile-colorized'. Ludovic Courtès
2018-07-23gnu: wine-staging: Update to 3.13....* gnu/packages/wine.scm (wine-staging): Update to 3.13. Rutger Helling
2018-07-23gnu: wine-staging-patchset-data: Update to 3.13....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.13. Rutger Helling
2018-07-23gnu: qtox: Update to 1.16.3....* gnu/packages/messaging.scm (qtox): Update to 1.16.3. [inputs]: Change ffmpeg-3.4 to ffmpeg. Rutger Helling
2018-07-23gnu: c-toxcore: Update to 0.2.4....* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.4. Rutger Helling
2018-07-22gnu: hyperrogue: Update to 10.4j....* gnu/packages/games.scm (hyperrogue): Update to 10.4j. [arguments]: Modify 'configure' phase and substitute invoke for system*. Kei Kebreau
2018-07-22gnu: emacs-pulseaudio-control: Update to 20180627....* gnu/packages/emacs.scm (emacs-pulseaudio-control): Update to 20180627. Pierre Neidhardt
2018-07-22gnu: Add demlo....* gnu/packages/music.scm (demlo): New variable. Pierre Neidhardt
2018-07-22gnu: Add go-github-com-wtolson-go-taglib....* gnu/packages/golang.scm (go-github-com-wtolson-go-taglib): New variable. Pierre Neidhardt
2018-07-22gnu: Add go-github-com-michiwend-gomusicbrainz....* gnu/packages/golang.scm (go-github-com-michiwend-gomusicbrainz): New variable. Pierre Neidhardt
2018-07-22gnu: Add go-github-com-michiwend-golang-pretty....* gnu/packages/golang.scm (go-github-com-michiwend-golang-pretty): New variable. Pierre Neidhardt
2018-07-22gnu: Add go-github-com-kr-text....* gnu/packages/golang.scm (go-github-com-kr-text): New variable. Pierre Neidhardt
2018-07-22gnu: Add go-github-com-stevedonovan-luar....* gnu/packages/golang.scm (go-github-com-stevedonovan-luar): New variable. Pierre Neidhardt
2018-07-22gnu: Add go-gitlab-com-ambrevar-damerau....* gnu/packages/golang.scm (go-gitlab-com-ambrevar-damerau): New variable. Pierre Neidhardt
2018-07-22gnu: Add go-github-com-yookoala-realpath....* gnu/packages/golang.scm (go-github-com-yookoala-realpath): New variable. Pierre Neidhardt
2018-07-22gnu: Add go-gitlab-com-ambrevar-golua-unicode....* gnu/packages/golang.scm (go-gitlab-com-ambrevar-golua-unicode): New variable. Pierre Neidhardt