.. |
base16.scm
|
utils: Move base16 procedures to (guix base16).
|
5 years ago |
base32.scm
|
Switch to Guile-Gcrypt.
|
4 years ago |
base64.scm
|
substitute-binary: Support the Signature field of a narinfo file.
|
8 years ago |
bournish.scm
|
bournish: Extend 'rm' command.
|
6 years ago |
build-utils.scm
|
utils: 'wrap-program' produces only one wrapper file.
|
6 years ago |
builders.scm
|
Switch to Guile-Gcrypt.
|
4 years ago |
cache.scm
|
cache: Work around 'time-monotonic' bug in Guile 2.2.2.
|
5 years ago |
challenge.scm
|
tests: Add 'test-assertm' to (guix tests).
|
4 years ago |
channels.scm
|
inferior: 'gexp->derivation-in-inferior' honors EXP's load path.
|
4 years ago |
combinators.scm
|
utils: Move combinators to (guix combinators).
|
6 years ago |
containers.scm
|
tests: Fix race condition in 'container-excursion*' test.
|
5 years ago |
cpan.scm
|
Switch to Guile-Gcrypt.
|
4 years ago |
cpio.scm
|
build: Add a Guile custom test driver using SRFI-64.
|
6 years ago |
cran.scm
|
import: cran: Robustify cran-package?.
|
5 years ago |
crate.scm
|
Switch to Guile-Gcrypt.
|
4 years ago |
cve-sample.xml
|
Add (guix cve).
|
7 years ago |
cve.scm
|
cve: Use a more compact format for the list of package/versions.
|
6 years ago |
debug-link.scm
|
tests: Add 'test-assertm' to (guix tests).
|
4 years ago |
derivations.scm
|
store: Rename '&nix-error' to '&store-error'.
|
4 years ago |
discovery.scm
|
discovery: Recurse into directories pointed to by a symlink.
|
5 years ago |
elpa.scm
|
tests: elpa: Don't actually download files.
|
4 years ago |
file-systems.scm
|
uuid: Move tests to 'tests/uuid.scm'.
|
5 years ago |
gem.scm
|
Switch to Guile-Gcrypt.
|
4 years ago |
gexp.scm
|
store: Rename '&nix-error' to '&store-error'.
|
4 years ago |
glob.scm
|
glob: Add an extra glob pattern compilation stage.
|
4 years ago |
gnu-maintenance.scm
|
build: Add a Guile custom test driver using SRFI-64.
|
6 years ago |
grafts.scm
|
grafts: Record metadata as derivation properties.
|
4 years ago |
graph.scm
|
tests: Adjust graph test.
|
4 years ago |
gremlin.scm
|
Merge branch 'staging' into core-updates
|
4 years ago |
guix-archive.sh
|
guix archive: Add '--extract'.
|
7 years ago |
guix-authenticate.sh
|
authenticate: Allow signatures with binary data to be written to stdout.
|
8 years ago |
guix-build-branch.sh
|
git: Nicely report '--with-commit' errors.
|
4 years ago |
guix-build.sh
|
guix build: '-f' accepts file-like objects.
|
4 years ago |
guix-daemon.sh
|
store: Rename '&nix-error' to '&store-error'.
|
4 years ago |
guix-describe.sh
|
Add 'guix describe'.
|
4 years ago |
guix-download.sh
|
guix download: Support retrieving local file without the URI scheme.
|
5 years ago |
guix-environment-container.sh
|
environment: Add --user.
|
5 years ago |
guix-environment.sh
|
environment: Support package transformation options.
|
4 years ago |
guix-gc.sh
|
guix gc: Add '--derivers'.
|
4 years ago |
guix-graph.sh
|
graph: Allow store file names for 'derivation' and 'references' graphs.
|
6 years ago |
guix-hash.sh
|
guix hash: Interpret '-' as standard input.
|
6 years ago |
guix-lint.sh
|
tests: Do not run 'cve' checker in 'tests/guix-lint.sh'.
|
6 years ago |
guix-pack-localstatedir.sh
|
pack: Add '--profile-name'.
|
4 years ago |
guix-pack-relocatable.sh
|
pack: Add test for '--relocatable'.
|
4 years ago |
guix-pack.sh
|
store-copy: Canonicalize the mtime and permissions of the store copy.
|
4 years ago |
guix-package-net.sh
|
guix package: '--upgrade' preserves package order.
|
4 years ago |
guix-package.sh
|
guix package: '--show' errors when asked for a non-existent package.
|
4 years ago |
guix-system.sh
|
tests: Adjust for removal of 'device' field in <bootloader-configuration>.
|
4 years ago |
hackage.scm
|
import: hackage: Evaluate "-any" and "-none" version comparison operators.
|
4 years ago |
import-utils.scm
|
import: utils: 'alist->package' allows false license.
|
5 years ago |
inferior.scm
|
inferior: Add 'inferior-eval-with-store'.
|
4 years ago |
lint.scm
|
tests: More adjustments to python.scm split.
|
4 years ago |
modules.scm
|
modules: Raise an error when a dependency could not be found.
|
5 years ago |
monads.scm
|
build: Add a Guile custom test driver using SRFI-64.
|
6 years ago |
nar.scm
|
serialization: 'restore-file' errors out upon non-convertible file names.
|
4 years ago |
opam.scm
|
import: Update opam importer.
|
4 years ago |
pack.scm
|
store-copy: Canonicalize the mtime and permissions of the store copy.
|
4 years ago |
packages.scm
|
packages: Add 'package-closure'.
|
4 years ago |
pki.scm
|
Switch to Guile-Gcrypt.
|
4 years ago |
print.scm
|
import: Add package->code.
|
5 years ago |
processes.scm
|
Add 'guix processes'.
|
4 years ago |
profiles.scm
|
profiles: Allow a profile to be added as an entry of another profile.
|
4 years ago |
publish.scm
|
Remove most uses of the _IO*F constants.
|
4 years ago |
pypi.scm
|
gnu: Use pypi.org.
|
4 years ago |
records.scm
|
records: Detect duplicate field initializers.
|
4 years ago |
scripts-build.scm
|
guix build: Support '--with-source=PACKAGE@VERSION=URI'.
|
5 years ago |
scripts.scm
|
build: Add a Guile custom test driver using SRFI-64.
|
6 years ago |
search-paths.scm
|
tests: Adjust search-paths test following the introduction of aarch64.
|
5 years ago |
services.scm
|
tests: Remove duplicate field initializers.
|
4 years ago |
sets.scm
|
build: Add a Guile custom test driver using SRFI-64.
|
6 years ago |
signing-key.pub
|
daemon: Implement signed archive import/export.
|
9 years ago |
signing-key.sec
|
daemon: Implement signed archive import/export.
|
9 years ago |
size.scm
|
tests: Add 'test-assertm' to (guix tests).
|
4 years ago |
snix.scm
|
build: Add a Guile custom test driver using SRFI-64.
|
6 years ago |
status.scm
|
maint: Remove 'cond-expand' forms for Guile 2.0.
|
4 years ago |
store-database.scm
|
database: Reset timestamps to one second after the Epoch.
|
4 years ago |
store-deduplication.scm
|
deduplication: Gracefully handle ENOSPC raised by 'link' calls.
|
4 years ago |
store.scm
|
store: Rename '&nix-error' to '&store-error'.
|
4 years ago |
substitute.scm
|
substitute: Ignore irrelevant narinfo signatures.
|
4 years ago |
syscalls.scm
|
syscalls: Define AT_SYMLINK_NOFOLLOW et al.
|
4 years ago |
system.scm
|
system: Mapped devices needed for boot do not yield Shepherd services.
|
4 years ago |
test.drv
|
Add unit test for derivation parsing and output.
|
10 years ago |
texlive.scm
|
guix: Add texlive importer.
|
5 years ago |
ui.scm
|
ui: 'string->duration' correctly handles hours.
|
5 years ago |
union.scm
|
union: Add 'relative-file-name'.
|
4 years ago |
upstream.scm
|
build: Add a Guile custom test driver using SRFI-64.
|
6 years ago |
utils.scm
|
utils: Add 'version-prefix?'.
|
4 years ago |
uuid.scm
|
uuid: 'uuid' returns #f when 'string->uuid' returns #f.
|
4 years ago |
workers.scm
|
workers: Add test with exceptions.
|
5 years ago |
zlib.scm
|
zlib: Fix memory leak due to revealed ports not being GC'd.
|
5 years ago |