summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2012-11-04utils: Add `package-name->name+version'....Ludovic Courtès
2012-11-03build: Require GNU libgcrypt....Ludovic Courtès
2012-11-03ui: Factorize `--version'....Ludovic Courtès
2012-11-03build: Produce (guix config) instead of using compile-time tricks....Ludovic Courtès
2012-11-03build: Clearly mark Nixpkgs as optional....Ludovic Courtès
2012-11-01store: Add `store-path-package-name'....Ludovic Courtès
2012-11-01utils: Remove stuff committed by error....Ludovic Courtès
2012-11-01Add (guix ui)....Ludovic Courtès
2012-10-31build-system/gnu: Distinguish between imported modules and used modules....Ludovic Courtès
2012-10-30guix-build: Add `--root'....Ludovic Courtès
2012-10-29Add (guix build union)....Ludovic Courtès
2012-10-27guix-build: Gracefully handle `&package-input-error' conditions....Ludovic Courtès
2012-10-27location: Start column numbers at 1....Ludovic Courtès
2012-10-26utils: Remove special `substitute*' syntax for lists of files....Ludovic Courtès
2012-10-25Add a `system' parameter to `nixpkgs-derivation'....Ludovic Courtès
2012-10-25packages: Pass `system' around....Ludovic Courtès
2012-10-25derivations: Make sure `build-expression->derivation' & co. pass `system'....Ludovic Courtès
2012-10-25derivations: Pass the derivation of guile-for-build to `imported-files' & co....Ludovic Courtès
2012-10-24store: Add `query-path-hash'....Ludovic Courtès
2012-10-24derivations: Compile the #:modules passed to `build-expression->derivation'....Ludovic Courtès
2012-10-21packages: Add support for system-dependent inputs....Ludovic Courtès
2012-10-18distro: Use the bootstrap Guile for the derivation of sources....Ludovic Courtès
2012-10-18http/ftp: Tweak to avoid depending on libc's NSS....Ludovic Courtès
2012-10-17utils: Add `find-files'....Ludovic Courtès
2012-10-17utils: Add `copy-recursively'; use it....Ludovic Courtès
2012-10-17utils: Add `mkdir-p'; use it....Ludovic Courtès
2012-10-17build-system/gnu: Pass the system type to the builder....Ludovic Courtès
2012-10-16utils: Add `fold-port-matches' and `remove-store-references'....Ludovic Courtès
2012-10-16utils: Add `with-atomic-file-replacement'....Ludovic Courtès
2012-10-13distro: Add a statically-linked, relocatable Guile 2.0 package....Ludovic Courtès
2012-10-13ftp-client: Try all the addresses returned by `getaddrinfo'....Ludovic Courtès
2012-10-08packages: Fix and optimize memoization of `package-derivation'....Ludovic Courtès
2012-10-08packages: Micro-optimize `package-derivation'....Ludovic Courtès
2012-10-07derivations: Set input port to UTF-8 in `read-derivation'....Ludovic Courtès
2012-10-07build-system/{gnu,trivial-build}: Fix handling of #:guile argument....Ludovic Courtès
2012-10-06build-system/{gnu,trivial}: Add a `#:guile' keyword parameter....Ludovic Courtès
2012-10-05Support build-cores = 0; change `guix-build' to default to 0....Ludovic Courtès
2012-09-26distro: Rename (distro ...) to (distro packages ...)....Ludovic Courtès
2012-09-12Add (guix ftp) and companion modules....Ludovic Courtès
2012-09-10Add (guix build-system trivial)....Ludovic Courtès
2012-09-06build-system/gnu: Fix `#:path-exclusions' handling....Ludovic Courtès
2012-09-06utils: Make `set-path-environment-variable' verbose....Ludovic Courtès
2012-09-06packages: Accept <origin> as package inputs....Ludovic Courtès
2012-09-05build-system/gnu: Relax location handling in `package-with-explicit-inputs'....Ludovic Courtès
2012-09-05packages: Add `package-full-name'....Ludovic Courtès
2012-09-03Move <location> to (guix utils)....Ludovic Courtès
2012-09-02distro: Bootstrap standard inputs from Nixpkgs....Ludovic Courtès
2012-09-02packages: Add `package-transitive-propagated-inputs'....Ludovic Courtès
2012-09-02packages: Cache the result of `package-derivation'....Ludovic Courtès
2012-09-02packages: Add a printer for <package>....Ludovic Courtès