summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add ruby-money.base-for-series-12315Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-money): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add ruby-dhall.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-dhall): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: parted: Use G-expressions & new input style.Tobias Geerinckx-Rice2022-05-08
| | | | | | * gnu/packages/disk.scm (parted) [arguments]: Rewrite as G-expressions. [native-inputs]: Remove input labels.
* gnu: parted: Update to 3.5.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/disk.scm (parted): Update to 3.5.
* gnu: font-adobe-source-sans-pro: Update to 3.046R.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/fonts.scm (font-adobe-source-sans-pro): Update to 3.046R.
* gnu: dovecot-pigeonhole: Update to 0.5.19.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.19.
* gnu: dovecot: Update to 2.3.19.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.19.
* gnu: recutils: Omit static libraries.Tobias Geerinckx-Rice2022-05-08
| | | | | * gnu/packages/databases.scm (recutils)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: recutils: Update to 1.9.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/databases.scm (recutils): Update to 1.9.
* gnu: memcached: Update to 1.6.15.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/databases.scm (memcached): Update to 1.6.15.
* gnu: Add ruby-base32.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-base32): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add ruby-gem-release.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-gem-release): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add ruby-cbor.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-cbor): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add ruby-citrus.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-citrus): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: rust-parking-lot-0.11: Fix dependencies.Efraim Flashner2022-05-10
| | | | | | | This is a follow-up to f02f8db3810b5c304bce98df9be4c809e13861de. * gnu/packages/crates-io.scm (rust-parking-lot-0.11)[arguments]: In cargo-development-inputs replace rust-rand-0.7 with 0.8.
* gnu: rust-parking-lot-core-0.8: Fix dependencies.Efraim Flashner2022-05-10
| | | | | | | | This is a follow-up to d16298196c23cf4d05c4010af399270a2dbbd831. * gnu/packages/crates-io.scm (rust-parking-lot-core-0.8)[arguments]: In cargo-inputs replace rust-cfg-if-0.1 with 1, rust-redox-syscall-0.1 with 0.2, rust-thread-id-3 with 4. Remove rust-cloudabi-0.1.
* gnu: Add rust-thread-id-4.Efraim Flashner2022-05-10
| | | | | * gnu/packages/crates-io.scm (rust-thread-id-4): New variable. (rust-thread-id-3): Inherit from rust-thread-id-4.
* gnu: Add ruby-lazy-object.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-lazy-object): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add ruby-multihashes.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-multihashes): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add ruby-multicodecs.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-multicodecs): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add ruby-promise.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-promise): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: ncdu: Update to 1.17.Efraim Flashner2022-05-10
| | | | * gnu/packages/ncdu.scm (ncdu): Update to 1.17.
* gnu: Add ruby-value-semantics.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-value-semantics): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add ruby-countdownlatch.Stephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-countdownlatch): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add ruby-sucker-punchStephen Paul Weber2022-05-10
| | | | | | * gnu/packages/ruby.scm (ruby-sucker-punch): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: openjdk12: Fix build.Efraim Flashner2022-05-10
| | | | | * gnu/packages/java.scm (openjdk12)[arguments]: Override inherited 'fix-java-shebangs phase.
* gnu: parallel: Update to 20220422.Efraim Flashner2022-05-09
| | | | * gnu/packages/parallel.scm (parallel): Update to 20220422.
* gnu: mupdf: Use G-expressions.Efraim Flashner2022-05-09
| | | | | * gnu/packages/pdf.scm (mupdf)[source, arguments]: Rewrite using G-expressions.
* gnu: mupdf: Remove input labels.Efraim Flashner2022-05-09
| | | | * gnu/packages/pdf.scm (mupdf)[inputs]: Remove input labels.
* gnu: mupdf: Update to 1.19.1.Efraim Flashner2022-05-09
| | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.19.1. [source]: Remove trailing #t.
* gnu: mujs: Use G-expressions.Efraim Flashner2022-05-09
| | | | | * gnu/packages/javascript.scm (mujs)[arguments]: Rewrite using G-expressions.
* gnu: mujs: Update to 1.2.0.Efraim Flashner2022-05-09
| | | | | * gnu/packages/javascript.scm (mujs): Update to 1.2.0. [source]: Add snippet to remove generated files.
* gnu: git-annex: Update inputs.Efraim Flashner2022-05-09
| | | | | | | | * gnu/packages/haskell-apps.scm (git-annex)[inputs]: Add ghc-ansi-terminal, ghc-attoparsec, ghc-conduit, ghc-connection, ghc-http-client-tls, ghc-microlens, ghc-network-bsd, ghc-network-uri, ghc-transformers, ghc-unliftio-core, ghc-vector. Remove ghc-esqueleto, ghc-hslogger.
* gnu: mumi: Use guile-json-4 instead of guile-json-3.Arun Isaac2022-05-09
| | | | | * gnu/packages/mail.scm (mumi)[inputs]: Replace guile-json-3 with guile-json-4.
* gnu: emacs-modus-themes: Update to 2.3.3.base-for-series-12300Andrew Tropin2022-05-09
| | | | | | | | | [[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 2022-05-05T09:12:05+0200 using RSA]] * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.3. * gnu/packages/emacs-xyz.scm (emacs-modus-themes)[source]: Change repository. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rust-instant: Fix dependencies.Ludovic Courtès2022-05-09
| | | | | | | | Fixes a build failure introduced in bec6bf64bcbcf559eb0b91abcb7f3b2488916797. * gnu/packages/crates-io.scm (rust-instant-0.1)[arguments]: Adjust inputs as per "guix import crate rust@0.1.9".
* gnu: openjdk: Update to 11.0.15.Danny Milosavljevic2022-05-09
| | | | | * gnu/packages/java (openjdk): Update to 11.0.15. [arguments]<#:phases>[fix-java-shebangs]: Adapt phase.
* gnu: python-numpy-next: Update to 1.22.3.Felix Gruber2022-05-09
| | | | | | | | | | | * gnu/packages/python-xyz.scm (python-numpy-next): Update to 1.22.3. [native-inputs]: Replace python-hypothesis with python-hypothesis-6.23. * gnu/packages/python-xyz.scm (python-numpy-1.20)[native-inputs]: Explicitly set native-inputs to prevent it to inherit the modified native-inputs from python-numpy-next, which would result in > 2000 package rebuilds. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xkblayout.Attila Lendvai2022-05-09
| | | | | | * gnu/packages/xdisorg.scm (xkblayout): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: LLVM, Clang: Update to 14.0.3.Greg Hogan2022-05-09
| | | | | | | * gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-14, lld-14): Update to 14.0.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: kicad: Update to 6.0.5.Peter Polidoro2022-05-09
| | | | | | * gnu/packages/engineering.scm (kicad): Update to 6.0.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: valgrind: Remove input labels.Ludovic Courtès2022-05-09
| | | | | * gnu/packages/valgrind.scm (valgrind/interactive)[inputs]: Remove labels. [arguments]: Adjust accordingly.
* gnu: valgrind: Allow ld.so symbols to be found.Denis 'GNUtoo' Carikli2022-05-09
| | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/54728>. * gnu/packages/valgrind.scm (valgrind/interactive)[native-inputs]: Add libc:debug [arguments]: Add patch-default-debuginfo-path phase [source]: Add patch. (valgrind-3.18)[source]: Inherit from (package-source valgrind/interactive) and remove 'patches' field. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: valgrind: Sort imports alphabetically.Denis 'GNUtoo' Carikli2022-05-09
| | | | | | * gnu/packages/valgrind.scm: Sort imports alphabetically. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libgit@1.1: Patch time-dependent unit test.Ludovic Courtès2022-05-09
| | | | | | | This is a followup to e48b5484afde93294c4ed7215e88ed450842b2e5. * gnu/packages/version-control.scm (libgit2-1.1)[source]: Add "revparse.c" snippet.
* gnu: Add cl-zip.Adam Kandur2022-05-09
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-zip, cl-zip, ecl-zip): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: vcflib: Set absolute path to pkg-config.Arun Isaac2022-05-09
| | | | | | | | | | Setting the absolute path to pkg-config is required to support cross-compilation. * gnu/packages/bioinformatics.scm (vcflib)[arguments]: Set PKG_CONFIG_EXECUTABLE in #:configure-flags. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: vcflib: Find submodule sources in native-inputs during cross-compilation.Arun Isaac2022-05-09
| | | | | | | | * gnu/packages/bioinformatics.scm (vcflib)[arguments]: In the unpack-submodule-sources phase, look for submodule sources in both inputs and native-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: vcflib: Use G-expressions.Arun Isaac2022-05-09
| | | | | | | | * gnu/packages/bioinformatics.scm (vcflib)[source, arguments]: Rewrite using G-expressions. [arguments]: Do not return #t from custom phases. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fastahack: Use compiler specific to the build target.Arun Isaac2022-05-09
| | | | | | | * gnu/packages/bioinformatics.scm (fastahack)[arguments]: Set CXX in #:make-flags. In the build-dynamic phase, use cxx-for-target instead of g++. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>