Age | Commit message (Collapse) | Author |
|
Also do some (trivial) editing where appropriate.
* gnu/packages/bioconductor.scm (r-anaquin, r-rcppnumerical)
[description]: Remove superfluous ‘open source’.
* gnu/packages/debian.scm (apt-mirror)[description]: Likewise.
Add @acronym{}. Drop obscure Ubuntu for famous Trisquel. Reorder.
* gnu/packages/documentation.scm (scrollkeeper)[description]:
Remove superfluous ‘open systems’. Keep ‘Open Source’ in standard name.
* gnu/packages/engineering.scm (freecad, cura-engine)[description]:
Remove superfluous ‘open source’ and excessive puffery.
* gnu/packages/firmware.scm (make-opensbi-package)
[synopsis]: Remove ‘Open Source’. Use @acronym{}.
[description]: Fix first sentence to follow guidelines. Use @acronym{}.
* gnu/packages/game-development.scm (ioquake3, recastnavigation):
[description]: Remove ‘open source’.
* gnu/packages/graphics.scm (skia)[description]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps)[description]: Likewise.
* gnu/packages/machine-learning.scm (onnx)[description]: Likewise.
Use @acronym{}.
* gnu/packages/ocaml.scm (ocaml-cudf)[description]: Likewise.
|
|
* gnu/packages/debian.scm (pbuilder): New variable.
|
|
* gnu/packages/debian.scm (dpkg)[native-inputs]:
Remove input labels.
|
|
* gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg.
|
|
* gnu/packages/debian.scm (dpkg): Update to 1.21.8.
|
|
* gnu/packages/debian.scm (debootstrap)[inputs]: Add bash-minimal.
|
|
* gnu/packages/debian.scm (debootstrap)[arguments]: Rewrite using g-exps.
[inputs]: Remove input labels.
|
|
* gnu/packages/debian.scm (debootstrap)[arguments]: Remove trailing #t
from phases.
|
|
* gnu/packages/debian.scm (debootstrap)[arguments]: Adjust 'patch-source
phase to also patch a reference to dpkg.
[inputs]: Add dpkg.
|
|
* gnu/packages/debian.scm (dpkg)[arguments]: Add phase to wrap perl
scripts with PERL5LIB and the path to dpkg itself.
[inputs]: Add guile-3.0.
|
|
* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2022.02.15.
|
|
* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2021.12.30.
|
|
* gnu/packages/debian.scm (dpkg): Update to 1.21.0.
[arguments]: Don't explicitly return #t from phases.
|
|
This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
|
|
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|
* gnu/packages/debian.scm (debianutils): Update to 5.5-1.
[arguments]: Remove custom 'create-translations phase.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.126.
|
|
* gnu/packages/debian.scm (debian-ports-archive-keyring): New variable.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.124.
|
|
* gnu/packages/debian.scm (dpkg): Update to 1.20.9.
|
|
* gnu/packages/debian.scm (ubuntu-keyring): Update to 2021.03.26.
|
|
* gnu/packages/debian.scm (debian-archive-keyring): Update to 2021.1.1.
|
|
* gnu/packages/debian.scm (dpkg): Update to 1.20.7.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/debian.scm (reprepro): New variable.
|
|
* gnu/packages/debian.scm (dpkg): New variable.
|
|
* gnu/packages/debian.scm (debianutils): Update to 4.11.1.
|
|
* gnu/packages/debian.scm (debianutils): New public variable.
|
|
* gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET.
|
|
* gnu/packages/debian.scm (apt-mirror): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.123.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.119.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
The attached patch has been tested by creating
arm64, mipsel & amd64 chroots and the amd64
one has been actually run.
--
Vincent Legoll
From a23b962c21e20c72f425675e6ea6e11cd0f944d0 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Fri, 21 Feb 2020 23:34:40 +0100
Subject: [PATCH] gnu: debootstrap: Update to 1.0.118. *
gnu/packages/debian.scm (debootstrap): Update to 1.0.118.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/debian (debootstrap):
[arguments]: Substitute PATH to include $PATH.
[description]: Remove obsolete workaround from description.
|
|
* gnu/packages/debian (debootstrap): Update to 114.
|
|
* gnu/packages/debian (debian-archive-keyring): Update to 2019.01.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.111.
|
|
* gnu/packages/debian.scm (debootstrap)[arguments]: Update the
substitutes during the custom 'patch-source phase. Add custom
'wrap-executable phase.
[inputs]: Remove coreutils, wget. Add tzdata.
[propagated-inputs]: Remove binutils, gnupg. Move perl ...
[native-inputs]: ... to here.
[description]: Add implementation hint.
|
|
* gnu/packages/debian.scm (debian-archive-keyring): Update to 2018.1.
[source]: Download from git repository.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.109.
|
|
* gnu/packages/debian.scm, gnu/packages/syndication.scm: Add comments.
|
|
* gnu/packages/debian.scm (ubuntu-keyring): Update to 2018.09.18.1.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.106.
[source]: Download from git repository.
[home-page]: Update to new home-page.
|
|
* gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase,
substitute chroot in the debootstrap script file.
[inputs]: Add coreutils.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.101.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.95.
|
|
* gnu/packages/debian.scm (debootstrap): New variable.
|
|
* gnu/packages/debian.scm (ubuntu-keyring): New variable.
|
|
* gnu/packages/debian.scm (debian-archive-keyring): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|