aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-02derivation: Coalesce multiple occurrences of the same input....Ludovic Courtès
2012-07-02build: Don't auto-compile tests....Ludovic Courtès
2012-07-02gnu-build-system: Fix "libdir" and "includedir" for multiple-output drvs....Ludovic Courtès
2012-07-02Upgrade Nix worker protocol....Ludovic Courtès
2012-07-02derivation: Move sorting code to `write-derivation'....Ludovic Courtès
2012-07-02build: Use `AM_GNU_GETTEXT_VERSION'....Ludovic Courtès
2012-07-02Fix `derivation-hash' for outputs not sorted alphabetically....Ludovic Courtès
2012-07-02Add `propagated-inputs' and `properties' to <package>....Ludovic Courtès
2012-07-01Update list of dependencies....Ludovic Courtès
2012-07-01build: Build (guix utils) first....Ludovic Courtès
2012-07-01build: Capitalize the package name....Ludovic Courtès
2012-07-01Add `guix-build'....Ludovic Courtès
2012-07-01Add `derivation-prerequisites' and `derivation-prerequisites-to-build'....Ludovic Courtès
2012-07-01Add the `valid-path?' RPC....Ludovic Courtès
2012-07-01Add missing `set-build-options' parameters....Ludovic Courtès
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