summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gexp: Remove backward compatibility hack for 'imported-files'.•••* guix/gexp.scm (gexp->derivation): Remove #:import-creates-derivation?. (imported-files): Remove #:derivation? and adjust callers. (imported-modules), compiled-modules): Likewise. * guix/packages.scm (patch-and-repack): Adjust 'gexp->derivation' call. Ludovic Courtès2018-07-263-30/+7
* packages: 'patch-and-repack' compresses tarballs again.•••* guix/packages.scm (patch-and-repack): Add missing "a" in "tar cvfa". Fixes a regression introduced in 3e95125e9bd0676d4a9add9105217ad3eaef3ff0 whereby we'd always create uncompressed tarballs. Ludovic Courtès2018-07-261-1/+1
* Merge branch 'master' into core-updatesLudovic Courtès2018-07-2626-409/+554
|\
| * gnu: cabextract: Delete bundled libmspack.•••* gnu/packages/compression.scm (cabextract)[source](modules, snippet): New field. Marius Bakke2018-07-261-1/+7
| * gnu: cabextract: Update to 1.7.•••* gnu/packages/compression.scm (cabextract): Update to 1.7. Marius Bakke2018-07-261-2/+2
| * gnu: fuse: Update source hash.•••The fuse 2.9.8 tarball and signature was modified in place. Both are signed by the same key, at different dates, and the only differences are directory timestamps and a ChangeLog update. * gnu/packages/linux.scm (fuse)[source](sha256): Update. Marius Bakke2018-07-261-1/+1
| * gnu: make-u-boot-package: Don't install "sunxi-spl-with-ecc.bin".•••* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]<#:phases> [install]: Don't install "sunxi-spl-with-ecc.bin". Danny Milosavljevic2018-07-261-1/+12
| * gnu: Add ruby-net-scp.•••* gnu/packages/ruby.scm (ruby-net-scp): New variable. Danny Milosavljevic2018-07-261-0/+26
| * gnu: translate-shell: Fix .el install directory.•••* gnu/packages/dictionaries.scm (translate-shell)[arguments]: Change the install directory during the custom 'emacs-install phase to match with other emacs .el packages. Efraim Flashner2018-07-261-1/+2
| * gnu: java-picard: Fix manifest.•••* gnu/packages/bioinformatics.scm (java-picard)[arguments]: Adjust phase 'edit-classpath-in-manifest for the new manifest generation code. Gábor Boskovits2018-07-261-1/+6
| * gnu: python-qsintilla: Fix building.•••* gnu/packages/qt.scm (python-qscintilla)[arguments]: Extend custom 'configure phase to also patch the 'installed.txt' file. Efraim Flashner2018-07-261-0/+4
| * gnu: linux-libre: Update to 4.17.10.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.10. (%linux-libre-hash): Update hash. Mark H Weaver2018-07-261-2/+2
| * gnu: linux-libre@4.14: Update to 4.14.58.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.58. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-07-261-2/+2
| * gnu: linux-libre@4.9: Update to 4.9.115.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.115. Mark H Weaver2018-07-261-2/+2
| * gnu: linux-libre@4.4: Update to 4.4.144.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.144. Mark H Weaver2018-07-261-2/+2
| * gnu: Remove dangling variable.•••* gnu/packages/xml.scm (libxslt/fixed): Remove. Marius Bakke2018-07-251-9/+0
| * gnu: Update cabextract.org.uk home pages.•••* gnu/packages/compression.scm (libmspack, cabextract)[home-page, source]: Use HTTPS. Marius Bakke2018-07-251-6/+4
| * gnu: libmspack: Don't build static library.•••* gnu/packages/compression.scm (libmspack)[arguments]: Add #:configure-flags. Marius Bakke2018-07-251-0/+2
| * gnu: libmspack: Update to 0.7.•••* gnu/packages/compression.scm (libmspack): Update to 0.7. Marius Bakke2018-07-251-2/+2
| * gnu: hplip-minimal: Simplify expression.•••* gnu/packages/cups.scm (hplip-minimal): Remove unnecessary quotes. Marius Bakke2018-07-251-3/+3
| * gnu: libjpeg-turbo: Don't build static libraries.•••* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke2018-07-251-1/+2
| * gnu: libjpeg-turbo: Update home page.•••* gnu/packages/image.scm (libjpeg-turbo)[home-page]: Use HTTPS. Marius Bakke2018-07-251-1/+1
| * gnu: audit: Don't build static libraries.•••* gnu/packages/admin.scm (audit)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke2018-07-251-1/+2
| * gnu: audit: Update to 2.8.4.•••* gnu/packages/admin.scm (audit): Update to 2.8.4. [arguments]: Remove #:phases. Marius Bakke2018-07-251-15/+5
| * Merge remote-tracking branch 'origin/master' into qt-updatesEfraim Flashner2018-07-25109-2409/+3461
| |\
| | * gnu: Add pscircle.•••* gnu/packages/admin.scm (pscircle): New variable. Oleg Pykhalov2018-07-251-0/+28
| | * gnu: 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 Flashner2018-07-253-5/+25
| | * gnu: 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 Famulari2018-07-243-77/+2
| | * gnu: 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 Famulari2018-07-241-3/+3
| | * gnu: 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 Famulari2018-07-241-3/+3
| | * gnu: 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öfling2018-07-251-0/+8
| | * gnu: 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öfling2018-07-251-1/+7
| | * gnu: 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öfling2018-07-251-2/+2
| | * gnu: 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öfling2018-07-253-9/+9
| | * gnu: Add java-javaee-servletapi.•••* gnu/packages/java.scm (java-javaee-servletapi): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Björn Höfling2018-07-251-0/+31
| | * gnu: 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öfling2018-07-251-2/+2
| | * gnu: 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öfling2018-07-251-0/+1
| | * gnu: 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öfling2018-07-251-0/+4
| | * gnu: fuse: Update to 2.9.8 [fixes CVE-2018-10906].•••* gnu/packages/linux.scm (fuse): Update to 2.9.8. Marius Bakke2018-07-241-2/+2
| | * ruby-build-system: Make phase "replace-git-ls-files" handle more cases.•••* guix/build/ruby-build-system.scm (replace-git-ls-files): Modify. Danny Milosavljevic2018-07-241-1/+2
| | * gnu: Add ruby-rspec-its.•••* gnu/packages/ruby.scm (ruby-rspec-its): New variable. Danny Milosavljevic2018-07-241-0/+23
| | * gnu: Add ruby-childprocess.•••* gnu/packages/ruby.scm (ruby-childprocess): New variable. Danny Milosavljevic2018-07-241-0/+25
| * | gnu: qt: Disable parallel building.•••* gnu/packages/qt.scm (qt)[arguments]: Disable parallel-build. Efraim Flashner2018-07-251-1/+2
| * | gnu: qt: Apply changes from qtbase.•••* gnu/packages/qt.scm (qt)[arguments]: In custom 'configure phase, add flags to specify custom destination directories. Use system pcre. Add flags to support older versions of the linux kernel. Add custom 'patch-mkspecs phase to search in their new location. Add custom 'patch-paths phase to prevent dynamic loading of certain libraries. [native-search-paths]: New field. [license]: Update it. Efraim Flashner2018-07-251-7/+103
| * | Revert "gnu: quassel: Fix building with Qt 5.11."•••This reverts commit 68ddfb2e8d43de248a64a9baf34ff7002053ede6. This is no longer necessary after the update to Qt-5.11.1. Efraim Flashner2018-07-253-74/+0
| * | Revert "gnu: sddm: Fix CMake build."•••This reverts commit 8674abb1dda0278f81b5965985e6b78497aab386. This is no longer necessary after the upgrade to Qt-5.11.1. Efraim Flashner2018-07-243-32/+1
| * | gnu: python-pyqt: Don't use private sip file.•••* gnu/packages/qt.scm (python-sip)[arguments]: Don't use '--sip-module' flag in custom 'configure phase. (python-pyqt)[sources]: Add patch. * gnu/packages/patches/pyqt-public-sip.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-07-223-2/+58
| * | gnu: python-sip: Update to 4.19.12.•••* gnu/packages/qt.scm (python-sip): Update to 4.19.12. Efraim Flashner2018-07-221-2/+2
| * | gnu: python-pyqt-4: Remove variable.•••* gnu/packages/qt.scm (python-pyqt-4): Remove variable. (python2-pyqt-4): Don't inherit from python-pyqt-4. Efraim Flashner2018-07-221-13/+4
| * | gnu: python-poppler-qt4: Remove variable.•••* gnu/packages/pdf.scm (python-poppler-qt4): Remove variable. Efraim Flashner2018-07-221-37/+0