index
:
guix
add-compress-debug-symbols-phase
add-maintainers-to-etc-teams.scm
add-tests-for-guix-shell-container
audio-team
beam-team
bootstrap-team
client-add-build-max-log-size-option
core-packages-team
core-packages-team-2026-06-20
core-packages-team-2026-06-20-rebased
core-packages-team-2026-07-21
core-packages-team-2026-07-21-rebased
crypto-team
daemon-allow-all-clients-to-set-build-max-log-size
dexed
emacs-team
gnome-team
go-team
graal
guile-daemon
guix-extension-channels
haskell-team
hpc-team
hurd-team
hurl
java-team
javascript-team
kde-team
kernel-updates
keyring
libreoffice
librewolf-updates
lisp-team-asdf-build-system/abcl
master
merge-xorg-configurations
mesa-updates
mpd-fix-groups
nckx-patch-1
next-master
ocaml-team
onnx
perlssl
python-team
qt-team
r-team
rename-kernel-team
ruby-team
rust-team
science-team
sysadmin-team
tex-team
ungoogled-chromium-updates
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
version-1.5.0
wip-arm-bootstrap
wip-container
wip-digests
wip-fix-system-tests
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-julia-upgrade
wip-node-riscv64
wip-ocaml
wip-plmshift
wip-postfix
wip-riscv-bootstrap
wip-riscv-bootstrap1
wip-system-bootstrap
world-rebuild
Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org
Mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
packages.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-04
utils: Move combinators to (guix combinators).
Ludovic Courtès
1
-0
/
+1
2016-04-14
packages: Add 'search-patches'.
Alex Kost
1
-0
/
+6
2016-03-08
packages: Gracefully report packages not found.
Ludovic Courtès
1
-1
/
+3
2016-03-08
packages: Support the deprecated "NAME-VERSION" syntax.
Ludovic Courtès
1
-3
/
+7
2016-03-08
packages: Clarify NAME-VERSION deprecation message.
Ludovic Courtès
1
-2
/
+3
2016-03-02
utils: Use '@' for separating package names and version numbers.
Mathieu Lirzin
1
-5
/
+13
2016-03-02
packages: Factorize package specification search.
Mathieu Lirzin
1
-35
/
+31
2016-02-24
Do not check package freshness during upgrade.
Alex Kost
1
-68
/
+1
2015-12-20
packages: Remove now redundant graph procedures.
Ludovic Courtès
1
-61
/
+0
2015-10-21
packages: Update 'check-package-freshness' to use (guix upstream).
Ludovic Courtès
1
-3
/
+8
2015-06-18
Move 'specification->package+output' to (gnu packages).
Ludovic Courtès
1
-1
/
+35
2015-04-18
packages: Allow package lookups with version prefixes.
Ludovic Courtès
1
-4
/
+8
2015-04-08
Merge branch 'master' into core-updates
宋文武
1
-1
/
+1
2015-04-07
gnu: Emit a warning when a package module cannot be loaded.
Ludovic Courtès
1
-3
/
+9
2015-04-03
packages: Fix typo.
Alex Kost
1
-1
/
+1
2015-01-26
gnu: Raise an error when a bootstrap binary is not found.
Ludovic Courtès
1
-3
/
+10
2015-01-20
gnu: 'search-patch' raises an error when a patch is not found.
Ludovic Courtès
1
-2
/
+7
2015-01-03
gnu: Search for patches under $GUIX_PACKAGE_PATH.
Ludovic Courtès
1
-6
/
+11
2014-12-21
packages: Sort Scheme file lists used by 'fold-packages'.
Ludovic Courtès
1
-18
/
+23
2014-11-11
gnu-maintenance: Introduce <gnu-release> data type.
Ludovic Courtès
1
-6
/
+9
2014-09-29
packages: Optimize 'find-packages-by-name' to avoid disk accesses.
Ludovic Courtès
1
-15
/
+13
2014-09-24
Introduce the 'GUIX_PACKAGE_PATH' environment variable.
Ludovic Courtès
1
-1
/
+12
2014-09-24
packages: Add '%package-module-search-path'.
Ludovic Courtès
1
-8
/
+27
2014-09-24
packages: Generalize package module search.
Ludovic Courtès
1
-22
/
+27
2014-09-03
Move specification->package to gnu/packages.scm.
Cyril Roelandt
1
-1
/
+25
2014-08-20
Move 'check-package-freshness' from 'guix package' to 'packages'.
Alex Kost
1
-1
/
+83
2014-08-19
packages: Remove dead code.
Alex Kost
1
-3
/
+1
2014-07-20
guix: refresh: Add --list-dependent option.
Eric Bavier
1
-1
/
+65
2013-12-21
Factorize package search between 'guix package' and 'guix build'.
Ludovic Courtès
1
-15
/
+28
2013-04-21
ui: Add a 'define-diagnostic' macro.
Nikita Karetnikov
1
-3
/
+3
2013-04-14
utils: Add `fold2'.
Ludovic Courtès
1
-8
/
+0
2013-03-22
store: Really disable file name canonicalization for derivation inputs.
Ludovic Courtès
1
-5
/
+3
2013-03-21
gnu: Disable file name canonicalization in `search-*'.
Ludovic Courtès
1
-3
/
+5
2013-02-13
Build newest versions unless specified, and implement upgrades.
Mark H Weaver
1
-1
/
+25
2013-02-13
Inhibit duplicates in fold-packages.
Mark H Weaver
1
-12
/
+28
2013-01-18
distro: Rename (distro) to (gnu packages).
Ludovic Courtès
1
-0
/
+139
[prev]