summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix: store: Add ensure-path.Mathieu Othacehe2020-11-22
| | | | * guix/store.scm (ensure-path): New procedure.
* gnu: acpi-call-linux-module: Remove reference to bash.Tobias Geerinckx-Rice2020-11-22
| | | | | * gnu/packages/linux.scm (acpi-call-linux-module)[arguments]: Add a ‘patch-shebangs-harder’ phase.
* gnu: acpi-call-linux-module: Update to 1.2.1.Tobias Geerinckx-Rice2020-11-22
| | | | | | | | This decrements VERSION to match (pre-fork) upstream's. One doesn't ‘guix install’ kernel modules so I don't expect problems in practice. * gnu/packages/linux.scm (acpi-call-linux-module): Update to 1.2.1. [source]: Update renamed upstream.
* gnu: Add minidjvu.Guillaume Le Vaillant2020-11-22
| | | | * gnu/packages/djvu.scm (minidjvu): New variable.
* gnu: djvulibre: Add JPEG and TIFF support.Guillaume Le Vaillant2020-11-22
| | | | * gnu/packages/djvu.scm (djvulibre)[inputs]: Add libjpeg-turbo and libtiff.
* gnu: Add djvu2pdf.Guillaume Le Vaillant2020-11-22
| | | | * gnu/packages/djvu.scm (djvu2pdf): New variable.
* gnu: emacs-ebdb: Update to 0.6.21.Nicolas Goaziou2020-11-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.21.
* gnu: Add heads-dev-cpio.Danny Milosavljevic2020-11-22
| | | | * gnu/packages/heads.scm (heads-dev-cpio): New variable.
* linux-initrd: Add special-file->cpio-header*.Danny Milosavljevic2020-11-22
| | | | * guix/cpio.scm (special-file->cpio-header*): New public procedure.
* linux-initrd: Handle 'block-special and 'char-special cpio headers as well.Danny Milosavljevic2020-11-22
| | | | | * guix/cpio.scm (make-cpio-header): Handle size correctly for all file types. (mode->type): Add 'block-special, 'char-special.
* lint: Add 'check-haskell-stackage' checker.Timothy Sample2020-11-21
| | | | | | | | | | | * guix/lint.scm (check-haskell-stackage): New procedure. (%network-dependent-checkers): Add 'haskell-stackage' checker. * guix/import/hackage.scm (%hackage-url): New variable. (hackage-source-url, hackage-cabal-url): Use it in place of a hard-coded string. * guix/import/stackage.scm (%stackage-url): Make it a parameter. (stackage-lts-info-fetch): Update accordingly. * tests/lint.scm ("hackage-stackage"): New test.
* gnu: dino: Add some inputs.Raghav Gururajan2020-11-21
| | | | | | | | | | | These new inputs are referenced by the package, but were previously used indirectly via propagation from other inputs. Now they are just directly added. * gnu/packages/messaging.scm (dino) [native-inputs]: Add gtk+:bin. Correct label of glib:bin. [inputs]: Add glib. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: dino: Re-arrange inputs in alphabetical order.Raghav Gururajan2020-11-21
| | | | | | | * gnu/packages/messaging.scm (dino) [native-inputs]: Re-order. [inputs]: Re-order. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: dino: Update synopsis and description.Raghav Gururajan2020-11-21
| | | | | | | * gnu/packages/messaging.scm (dino) [synopsis]: Modify. [description]: Modify. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: dino: Make some cosmetic changes.Raghav Gururajan2020-11-21
| | | | | | * gnu/packages/messaging.scm (dino): Make some cosmetic changes. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: youtube-dl: Update to 2020.11.21.1.Tobias Geerinckx-Rice2020-11-22
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.11.21.1.
* gnu: bpftrace: Update to 0.11.4.Tobias Geerinckx-Rice2020-11-21
| | | | * gnu/packages/linux.scm (bpftrace): Update to 0.11.4.
* gnu: hidapi: Update to 0.10.0.Tobias Geerinckx-Rice2020-11-21
| | | | * gnu/packages/libusb.scm (hidapi): Update to 0.10.0.
* gnu: libseccomp: Update to 2.5.1.Tobias Geerinckx-Rice2020-11-21
| | | | * gnu/packages/linux.scm (libseccomp): Update to 2.5.1.
* gnu: hstr: Update to 2.3.Tobias Geerinckx-Rice2020-11-21
| | | | * gnu/packages/shellutils.scm (hstr): Update to 2.3.
* gnu: inspircd: Support Argon2 hashes.Tobias Geerinckx-Rice2020-11-21
| | | | | * gnu/packages/irc.scm (inspircd)[arguments]: Enable the argon2 extra. [inputs]: Add argon2.
* gnu: inspircd: Make most inputs non-native.Tobias Geerinckx-Rice2020-11-21
| | | | | | * gnu/packages/irc.scm (inspircd)[native-inputs]: Reduce to pkg-config. Move the rest… [inputs]: …here.
* gnu: inspircd: Remove unused input.Tobias Geerinckx-Rice2020-11-21
| | | | * gnu/packages/irc.scm (inspircd)[native-inputs]: Remove libgcrypt.
* gnu: inspircd: Update to 3.8.1.Tobias Geerinckx-Rice2020-11-21
| | | | * gnu/packages/irc.scm (inspircd): Update to 3.8.1.
* services: cups: Add Splix by default.Tobias Geerinckx-Rice2020-11-21
| | | | | * gnu/services/cups.scm (cups-configuration): Add splix to the default extensions. * doc/guix.texi (Printing Services): Document it.
* gnu: Rename escpr to epson-inkjet-printer-escpr.Tobias Geerinckx-Rice2020-11-21
| | | | | | | | | ‘escpr’ is nice and short, but everyone else calls this package ‘epson-inkjet-printer-escpr’. More importantly, so does upstream. * gnu/packages/cups.scm (escpr, epson-inkjet-printer-escpr,): Rename escpr to epson-inkjet-printer-escpr, redefining escpr as deprecated-package. Adjust all users.
* gnu: escpr: Omit static library.Tobias Geerinckx-Rice2020-11-21
| | | | | * gnu/packages/cups.scm (escpr)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: emacs-literate-calc-mode: Update to 0.1-1.a50e897Morgan Smith2020-11-21
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-literate-calc-mode): Update to 0.1-1.a50e897 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-undo-fu.Niklas Eklund2020-11-21
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-undo-fu): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: openssl: Fix cross compiling for powerpc targets.Efraim Flashner2020-11-21
| | | | | * gnu/packages/tls.scm (openssl)[arguments]: Add cross compile target cases for powerpc64le-linux, powerpc64-linux and powerpc-linux.
* nls: Update 'fr' translation of the manual.Ludovic Courtès2020-11-21
|
* gnu: xfdesktop: Add Guix logo to the default background.Ludovic Courtès2020-11-21
| | | | | * gnu/packages/xfce.scm (xfdesktop)[arguments]: In 'prepare-background-image' phase, add "xfce-stripes.png".
* gnu: emacs-polymode-ansible: Remove outdated comment.Nicolas Goaziou2020-11-21
| | | | | * gnu/packages/emacs-xyz.scm (emacs-polymode-ansible): Remove outdated comment.
* gnu: emacs-polymode-ansible: Update to 0.3.0.Nicolas Goaziou2020-11-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-polymode-ansible): Update to 0.3.0.
* gnu: emacs-polymode-org: Update to 0.2.2.Nicolas Goaziou2020-11-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-polymode-org): Update to 0.2.2.
* gnu: emacs-polymode: Update to 0.2.2.Nicolas Goaziou2020-11-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-polymode): Update to 0.2.2.
* gnu: emacs-attrap: Update to 1.1.Nicolas Goaziou2020-11-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-attrap): Update to 1.1.
* gnu: emacs-org-edit-latex: Update to 0.8.3.Nicolas Goaziou2020-11-21
| | | | | * gnu/packages/emacs-xyz.scm (emacs-org-edit-latex): Update to 0.8.3. [synopsis, description]: Improve typography.
* lint: Add 'patch-headers' checker.Ludovic Courtès2020-11-21
| | | | | | | | * guix/lint.scm (check-patch-headers): New procedure. (%local-checkers): Add 'patch-headers' checker. * tests/lint.scm ("patch headers: no warnings") ("patch headers: missing comment", "patch headers: empty") ("patch headers: patch not found"): New tests.
* transformations: Show '--help-transform' only where applicable.Ludovic Courtès2020-11-21
| | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/44773>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. This fixes a regression introduced in 6701f64f7329cdbeda70bcaf38523c9098e5a938. * guix/transformations.scm (%transformation-options): Add "--help-transform". (show-transformation-options-help): Rename to... (show-transformation-options-help/detailed): ... this. (show-transformation-options-help): New public procedure. * guix/scripts/build.scm (show-build-options-help): Remove "--help-transform". (%standard-build-options): Likewise. (show-help): Call 'show-transformation-options-help'. * guix/scripts/environment.scm (show-help): Likewise. * guix/scripts/graph.scm (show-help): Likewise. * guix/scripts/install.scm (show-help): Likewise. * guix/scripts/pack.scm (show-help): Likewise. * guix/scripts/package.scm (show-help): Likewise. * guix/scripts/upgrade.scm (show-help): Likewise.
* store-database: Add test checking the directory mtime after 'register-path'.Ludovic Courtès2020-11-21
| | | | * tests/store-database.scm ("register-path, directory"): New test.
* linux-initrd: Remove unnecessary timestamp reset phase.Ludovic Courtès2020-11-21
| | | | | | * gnu/build/linux-initrd.scm (write-cpio-archive): Mention timestamps in docstring. (build-initrd): Remove unnecessary timestamp reset phase.
* scripts: lint: Display result of checkers on stdout.Brice Waegeneire2020-11-21
| | | | | | | * guix/scripts/lint.scm (emit-warnings): Use 'current-output-port' instead of 'current-error-port'. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add emacs-major-mode-hydra.Joseph LaFreniere2020-11-21
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-major-mode-hydra): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add emacs-pretty-hydra.Joseph LaFreniere2020-11-21
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pretty-hydra): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: emacs-jsonrpc: Update to 1.0.14.Nicolas Goaziou2020-11-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.14.
* gnu: python-pillow: Add the python2-variant property.Maxim Cournoyer2020-11-21
| | | | | | | | | | | This is apparently required to get the package-with-python2 package transformer to pick up the correct python2-pillow package instead of attempting to create a new one with the same version as python-pillow, as it would happen for python2-matplotlib for example. * gnu/packages/python-xyz.scm (python-pillow): Add python2-variant property. (python2-pillow): Strip python2-variant property from inherited python-pillow, and fix indentation.
* gnu: python2-pillow: Fix build.Maxim Cournoyer2020-11-20
| | | | * gnu/packages/python-xyz.scm (python2-pillow): Downgrade to version 6.2.2.
* gnu: Add python-moto.Marius Bakke2020-11-21
| | | | * gnu/packages/python-xyz.scm (python-moto): New public variable.
* gnu: Add python-flask-cors.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-flask-cors): New public variable.