summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | gnu: libwebp: Remove obsolete phase.•••* gnu/packages/image.scm (libwebp)[arguments]: Remove <#:phases>. Marius Bakke2019-10-081-5/+1
| * | | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2019-10-08393-22619/+87658
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gnu: vulkan-headers: Update to 1.1.121.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.121. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. Rutger Helling2019-09-111-4/+4
| * | | | | | | | | | | | gnu: mesa: Update to 19.1.5.•••* gnu/packages/gl.scm (mesa): Update to 19.1.5. Rutger Helling2019-08-291-2/+2
| * | | | | | | | | | | | gnu: wayland-protocols: Update to 1.18.•••* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.18. Rutger Helling2019-08-291-2/+2
| * | | | | | | | | | | | gnu: libvdpau: Update to 1.3.•••* gnu/packages/video.scm (libvdpau): Update to 1.3. [source]: Switch to git-fetch. [build-system]: Switch to meson-build-system. Rutger Helling2019-08-291-7/+8
| * | | | | | | | | | | | gnu: qt: Update to 5.12.4.•••* gnu/packages/qt.scm (qt, qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtwebglplugin, qtwebview, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.12.4. (qt, qtbase)[source]: Remove xkbcommon from list of directories to remove. (qtbase)[source]: Remove upstreamed patch. (python-sip): Update to 4.19.18. [source]: Update to new source uri. (python-pyqt): Update to 5.12.3. [source]: Update to new source uri. * gnu/packages/patches/qtbase-old-kernel.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2019-08-292-104/+76
| * | | | | | | | | | | | gnu: libinput: Update to 1.14.0.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.14.0. Rutger Helling2019-08-151-2/+2
| * | | | | | | | | | | | gnu: mesa: Remove unnecessary inputs.•••* gnu/packages/gl.scm (mesa)[native-inputs]: Remove unnecessary inputs. Rutger Helling2019-08-151-3/+1
| * | | | | | | | | | | | gnu: vulkan-headers: Update to 1.1.119.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.119. [arguments]: Remove unnecessary phases. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. Rutger Helling2019-08-151-26/+4
| * | | | | | | | | | | | gnu: rust: Fix building.•••This is a follow-up to e07b04882a621f0e78ec9cc81071722529530290. * gnu/packages/rust.scm (rust@1.19, rust@1.32)[arguments]: When using functions from (guix build cargo-utils), make sure to include said module in that build phase. Efraim Flashner2019-08-141-0/+2
| * | | | | | | | | | | | gnu: rust: Use 'generate-all-checksums'.•••* gnu/packages/rust.scm (rust@1.19)[arguments]: During custom 'patch-cargo-checksums phase, replace call to 'generate-checksums' with call to 'generate-all-checksums'. (rust@1.32)[arguments]: Same. Efraim Flashner2019-08-121-22/+4
| * | | | | | | | | | | | gnu: gnuzilla: Use 'generate-all-checksums'.•••* gnu/packages/gnuzilla.scm (icecat)[arguments]: During custom 'patch-cargo-checksums phase, replace call to 'generate-checksums' with call to 'generate-all-checksums'. Efraim Flashner2019-08-121-11/+3
* | | | | | | | | | | | | gnu: Remove duplicate nlohmann-json-cpp package.•••* gnu/packages/serialization.scm (nlohmann-json-cpp): Move variable ... * gnu/packages/cpp.scm (nlohmann-json-cpp): ... here. Mark as deprecated by JSON-MODERN-CXX. * gnu/packages/jupyter.scm (xeus)[inputs]: Change NLOHMANN-JSON-CPP to JSON-MODERN-CXX. * gnu/packages/video.scm (mkvtoolnix)[inputs]: Likewise. Marius Bakke2019-12-044-37/+6
* | | | | | | | | | | | | gnu: sunxi-tools: Simplify build.•••* gnu/packages/admin.scm (sunxi-tools-source): New procedure. (sunxi-target-tools): New variable. (sunxi-tools)[source]: Use sunxi-tools-source. [native-inputs]: Remove cross-gcc, cross-libc, cross-libc-static. Add sunxi-target-tools. [arguments]<#:make-flags>: Modify. [arguments]<#:phases>[set-environment-up]: Delete phase. [build-armhf]: Delete phase. [install]: Modify. Danny Milosavljevic2019-12-041-48/+51
* | | | | | | | | | | | | gnu: bitlbee: Use Python 3.•••* gnu/packages/messaging.scm (bitlbee)[inputs]: Replace python-2 with python. [arguments]: Set the PYTHON environment variable before configuring. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar2019-12-041-1/+4
* | | | | | | | | | | | | gnu: ncmpc: Update to 0.36.•••* gnu/packages/mpd.scm (ncmpc): Update to 0.36. Leo Famulari2019-12-041-2/+2
* | | | | | | | | | | | | gnu: MPD: Update to 0.21.16.•••* gnu/packages/mpd.scm (mpd): Update to 0.21.16. Leo Famulari2019-12-041-2/+2
* | | | | | | | | | | | | gnu: tmux: Update to 3.0a.•••* gnu/packages/tmux.scm (tmux): Update to 3.0a. Leo Famulari2019-12-041-2/+2
* | | | | | | | | | | | | gnu: icecat: Update to 68.3.0-guix0-preview1 [security fixes].•••Includes fixes for CVE-2019-11745, CVE-2019-17005, CVE-2019-17008, CVE-2019-17009, CVE-2019-17010, CVE-2019-17011, and CVE-2019-17012. * gnu/packages/patches/icecat-gnuzilla-fixes.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update hash for the firefox source tarball. Update to the latest from gnuzilla.git. Don't apply icecat-gnuzilla-fixes.patch. Remove determinism fix in makeicecat that is now upstream. Tweak a status message. (icecat)[arguments]: Add "--with-unsigned-addon-scopes=app" configure flag. * gnu/packages/patches/icecat-makeicecat.patch: Adapt. Mark H Weaver2019-12-043-564/+16
* | | | | | | | | | | | | gnu: emacs-transient: Refer to the updated installation directory.•••* gnu/packages/emacs-xyz.scm (emacs-transient)[arguments]: Refer to the updated installation directory. Clément Lassieur2019-12-041-7/+2
* | | | | | | | | | | | | gnuL librsvg-next: Unvendor some rust crates.•••* gnu/packages/gnome.scm (computed-origin-method, librsvg-next-source): New variables. (librsvg-next)[source]: Use computed librsvg-next-source. [arguments]: Import %cargo-build-modules. Enable 'patch-source-shebangs, 'patch-generated-source-shebangs, 'patch-user-bin-file phases. Change custom phase to patch cargo checksums and Cargo.lock. Efraim Flashner2019-12-041-18/+224
* | | | | | | | | | | | | gnu: emacs-emacsql: Fix build.•••* gnu/packages/emacs-xyz.scm (emacs-emacsql): Refer to the updated installation directory. Signed-off-by: Clément Lassieur <clement@lassieur.org> Maxim Cournoyer2019-12-041-2/+1
* | | | | | | | | | | | | gnu: emacs-ert-runner: Fix build.•••* gnu/packages/emacs-xyz.scm (emacs-ert-runner): Refer to the updated installation directory. Signed-off-by: Clément Lassieur <clement@lassieur.org> Maxim Cournoyer2019-12-041-2/+1
* | | | | | | | | | | | | gnu: emacs: Use load-path instead of EMACSLOADPATH.•••This enables the use of the subdirs.el feature of Emacs, where specifying a directory in EMACSLOADPATH translates into a `load-path' variable containing the directory and all its sub-directories. * gnu/packages/aux-files/emacs/guix-emacs.el (guix-emacs-autoload-packages): Use `load-path' directly instead of parsing EMACSLOADPATH. Reported-by: Leo Prikler <leo.prikler@student.tugraz.at> Signed-off-by: Clément Lassieur <clement@lassieur.org> Maxim Cournoyer2019-12-041-3/+2
* | | | | | | | | | | | | gnu: emacs: Fix guix-emacs.el indentation.•••* gnu/packages/aux-files/emacs/guix-emacs.el: Fix indentation. Signed-off-by: Clément Lassieur <clement@lassieur.org> Maxim Cournoyer2019-12-041-2/+2
* | | | | | | | | | | | | gnu: emacs: Simplify the EMACSLOADPATH search path specification.•••The EMACSLOADPATH can be greatly simplified by relying on a subdirs.el file that causes Emacs to search recursively a directory found in EMACSLOADPATH. * gnu/packages/emacs.scm (emacs)[native-search-paths]: Remove the match-all file pattern regexp. Remove the versioned site-lisp directory from searched files, as it appears unused by Emacs. Reported-by: Leo Prikler <leo.prikler@student.tugraz.at> Signed-off-by: Clément Lassieur <clement@lassieur.org> Maxim Cournoyer2019-12-041-5/+3
* | | | | | | | | | | | | gnu: r-catterplots: Update to 0-3.ae17cd5.•••* gnu/packages/statistics.scm (r-catterplots): Update to 0-3.ae17cd5. Ricardo Wurmus2019-12-041-5/+5
* | | | | | | | | | | | | gnu: hexchat: Fix up inputs.•••* gnu/packages/messaging.scm (hexchat)[inputs]: Move glib:bin ... [native-inputs]: ... to here. Efraim Flashner2019-12-041-2/+2
* | | | | | | | | | | | | gnu: ocaml-gen: Don't use unstable tarball.•••* gnu/packages/ocaml.scm (ocaml-gen)[source]: Download using git-fetch. Efraim Flashner2019-12-041-3/+6
* | | | | | | | | | | | | gnu: p7zip: Move *asm inputs to native-inputs.•••* gnu/packages/compression.scm (p7zip)[inputs]: Move yasm, nasm ... [native-inputs]: ... to here. Efraim Flashner2019-12-041-1/+1
* | | | | | | | | | | | | gnu: lablgtk: Use a source file-name.•••* gnu/packages/ocaml.scm (lablgtk)[source]: Add 'file-name'. Efraim Flashner2019-12-041-0/+1
* | | | | | | | | | | | | gnu: r-rversions: Update to 2.0.1.•••* gnu/packages/statistics.scm (r-rversions): Update to 2.0.1. Ricardo Wurmus2019-12-041-2/+2
* | | | | | | | | | | | | gnu: r-survival: Update to 3.1-8.•••* gnu/packages/statistics.scm (r-survival): Update to 3.1-8. Ricardo Wurmus2019-12-041-2/+2
* | | | | | | | | | | | | gnu: r-all: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-all)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-5/+1
* | | | | | | | | | | | | gnu: r-hsmmsinglecell: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-hsmmsinglecell)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-5/+1
* | | | | | | | | | | | | gnu: r-arrmdata: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-arrmdata)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-5/+1
* | | | | | | | | | | | | gnu: r-abadata: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-abadata)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-5/+1
* | | | | | | | | | | | | gnu: r-do-db: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-do-db)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-5/+1
* | | | | | | | | | | | | gnu: r-illuminahumanmethylationepicmanifest: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-illuminahumanmethylationepicmanifest)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-6/+2
* | | | | | | | | | | | | gnu: r-fdb-infiniummethylation-hg19: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-fdb-infiniummethylation-hg19)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-6/+2
* | | | | | | | | | | | | gnu: r-txdb-mmusculus-ucsc-mm10-knowngene: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-txdb-mmusculus-ucsc-mm10-knowngene)[source]: Use bioconductor-uri. [arguments]: Enable substitution. Ricardo Wurmus2019-12-041-9/+2
* | | | | | | | | | | | | gnu: r-txdb-mmusculus-ucsc-mm9-knowngene: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-txdb-mmusculus-ucsc-mm9-knowngene)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-6/+2
* | | | | | | | | | | | | gnu: r-txdb-hsapiens-ucsc-hg38-knowngene: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-txdb-hsapiens-ucsc-hg38-knowngene)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-6/+2
* | | | | | | | | | | | | gnu: r-txdb-hsapiens-ucsc-hg19-knowngene: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-txdb-hsapiens-ucsc-hg19-knowngene)[source]: Use bioconductor-uri. [arguments]: Enable substitution. Ricardo Wurmus2019-12-041-9/+2
* | | | | | | | | | | | | gnu: r-genelendatabase: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-genelendatabase)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-5/+1
* | | | | | | | | | | | | gnu: r-bsgenome-hsapiens-ucsc-hg19: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-bsgenome-hsapiens-ucsc-hg19)[source]: Use bioconductor-uri. [arguments]: Enable substitution. Ricardo Wurmus2019-12-041-9/+2
* | | | | | | | | | | | | gnu: r-org-mm-eg-db: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-org-mm-eg-db)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-5/+1
* | | | | | | | | | | | | gnu: r-org-hs-eg-db: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-org-hs-eg-db)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-5/+1
* | | | | | | | | | | | | gnu: r-org-dr-eg-db: Use bioconductor-uri.•••* gnu/packages/bioconductor.scm (r-org-dr-eg-db)[source]: Use bioconductor-uri. Ricardo Wurmus2019-12-041-5/+1