summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-30Add (distro) with a package searching facility.Ludovic Courtès
2012-06-29Add a libgcrypt-based implementation of `sha256'.Ludovic Courtès
2012-06-29Gettextize, with GNU Gettext 0.18.1.Ludovic Courtès
2012-06-29distro: Add libsigsegv and GNU Awk.Ludovic Courtès
2012-06-29derivation: Remove duplicate inputs.Ludovic Courtès
2012-06-28build-system/gnu: Add GNU Awk to the standard inputs.Ludovic Courtès
2012-06-28packages: Add a `home-page' field.Ludovic Courtès
2012-06-28Track the source location of packages.Ludovic Courtès
2012-06-28Add a sha256 fallback that uses Coreutils instead of libchop.Ludovic Courtès
2012-06-28Introduce `compile-time-value' and use it.Ludovic Courtès
2012-06-28Add a declarative packaging layer.Ludovic Courtès
2012-06-28build-system/gnu: Have `configure-flags' and `make-flags' evaluated.Ludovic Courtès
2012-06-28build: Define $NIXPKGS when compiling.Ludovic Courtès
2012-06-27Abstract build systems.Ludovic Courtès
2012-06-27Add `define-record-type*'.Ludovic Courtès
2012-06-17build-expression->derivation: Move module forms at the top-level.Ludovic Courtès
2012-06-16gnu-build-system: Structure as a customizable sequence of phases.Ludovic Courtès
2012-06-16gnu-build-system: Add GNU Diffutils and GNU Path to the standard inputs.Ludovic Courtès
2012-06-16build-expression->derivation: Have the build fail when EXP returns #f.Ludovic Courtès
2012-06-16Remove leftover debugging expressions.Ludovic Courtès
2012-06-16store: Wait for the server to be done sending output.Ludovic Courtès
2012-06-15build: Be cross-compilation-ready.Ludovic Courtès
2012-06-15build: Provide the right include path when building modules.Ludovic Courtès
2012-06-15Build (guix) last.Ludovic Courtès
2012-06-13Add a build system.Ludovic Courtès
2012-06-13Change `build-expression->derivation' to support sub-derivation inputs.Ludovic Courtès
2012-06-13Add supporting tools for the GNU Build System.Ludovic Courtès
2012-06-13Fix the order of the derivation's sources in `derivation-hash'.Ludovic Courtès
2012-06-12Fix `imported-files' for files with a common prefix.Ludovic Courtès
2012-06-12Add `add-to-store' test for flat files.Ludovic Courtès
2012-06-12Augment `build-expression->derivation' with #:modules; add `http-fetch'.Ludovic Courtès
2012-06-11Add `imported-files'.Ludovic Courtès
2012-06-11Fix the `build-expression->derivation' fixed-output test.Ludovic Courtès
2012-06-11Add a `%current-system' fluid.Ludovic Courtès
2012-06-10Add `add-to-store' with recursive directory storage.Ludovic Courtès
2012-06-10tests: Don't hard-code the system type.Ludovic Courtès
2012-06-09Add multiple-output support to `build-expression->derivation'.Ludovic Courtès
2012-06-09Add `derivation' test for multiple-output derivations.Ludovic Courtès
2012-06-09Sort environment variables alphabetically in `derivation'.Ludovic Courtès
2012-06-09Add support for fixed-output derivations in `build-expression->derivation'.Ludovic Courtès
2012-06-09Add support for fixed-output derivations.Ludovic Courtès
2012-06-09Add `base16-string->bytevector'.Ludovic Courtès
2012-06-09Add `base32-string->bytevector' and `nix-base32-string->bytevector'.Ludovic Courtès
2012-06-08Augment `README'.Ludovic Courtès
2012-06-08Add `build-expression->derivation'.Ludovic Courtès
2012-06-07Allow derivations with input derivations.Ludovic Courtès
2012-06-07Fix the order of environment variables in `derivation'.Ludovic Courtès
2012-06-05SRFI-64: Remove use of (ice-9 syntax-case).Ludovic Courtès
2012-06-05tests: Look up `test.drv' using `search-path'.Ludovic Courtès
2012-06-05Test the `build-derivations' operation.Ludovic Courtès