summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
2015-02-28packages: Set the port conversion strategy to 'error'.Ludovic Courtès
2015-02-27packages: When possible, use a UTF-8 locale in patch-and-repack.Ludovic Courtès
2015-02-13packages: Add 'set-grafting' procedure.Ludovic Courtès
2015-01-20packages: Mark the 'patches' field as delayed.Ludovic Courtès
2015-01-17store: Make '%store-monad' an alias for '%state-monad'.Ludovic Courtès
2015-01-16Merge branch 'core-updates'Ludovic Courtès
2015-01-14packages: Convert source derivations to monadic style.Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès
2014-12-27packages: Add 'file-pattern' field to 'search-path-specification'.Ludovic Courtès
2014-12-27build-support/gnu: Add support for file patterns in search paths.Ludovic Courtès
2014-12-27packages: Add 'file-type' field to 'search-path-specification'.Ludovic Courtès
2014-12-27build-system/gnu: Add support for non-directory search paths.Ludovic Courtès
2014-12-26Merge branch 'master' into core-updatesLudovic Courtès
2014-12-26packages: Apply patches with "patch --force".Ludovic Courtès
2014-12-21Optimize package-transitive-supported-systems.Mark H Weaver
2014-12-02packages: Use the target's system Guile when downloading patches.Ludovic Courtès
2014-11-03packages: 'package-transitive-supported-systems' accounts for indirect deps.Ludovic Courtès
2014-11-02packages: Implement grafts.Ludovic Courtès
2014-10-17packages: Add 'package-transitive-supported-systems'.Ludovic Courtès
2014-10-17packages: Improve the package-to-derivation cache.Ludovic Courtès
2014-10-08packages: Gracefully print packages whose 'location' is #f.Ludovic Courtès
2014-10-06hydra: Honor 'package-supported-systems'.Ludovic Courtès
2014-10-05build-system: Bags record their system and target.Ludovic Courtès
2014-10-05build-system: Introduce "bags" as an intermediate representation.Ludovic Courtès
2014-09-24packages: Allow use of origins as patches.Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès
2014-07-21Add comments about global memoization.Ludovic Courtès
2014-07-20guix: refresh: Add --list-dependent option.Eric Bavier
2014-07-11packages: Add printer for <origin>.Ludovic Courtès
2014-04-12packages: Correctly handle patching for inputs with no extension.Ludovic Courtès
2014-03-10Change default store values from /nix/store to /gnu/store.Ludovic Courtès
2014-02-28packages: Support 'patches' and 'snippets' for sources that are directories.Ludovic Courtès
2014-02-21Add (guix git-download).Ludovic Courtès
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'.Ludovic Courtès
2013-11-20Merge branch 'master' into core-updatesLudovic Courtès
2013-11-18packages: 'package-field-location' returns a relative file name.Ludovic Courtès
2013-11-13packages: Suitably cope with indirect store paths as package sources.Ludovic Courtès
2013-11-08Merge branch 'master' into core-updatesLudovic Courtès
2013-11-07packages: Add a 'snippet' field to <origin>.Ludovic Courtès
2013-10-10packages: The 'patch-guile' field of <origin> is now a package.Ludovic Courtès
2013-10-09packages: Add 'patches' and related fields to <origin>.Ludovic Courtès
2013-09-25packages: Make the 'output' parameter of 'package-output' optional.Ludovic Courtès
2013-09-18derivations: 'derivation' and related procedures return a single value.Ludovic Courtès
2013-08-24packages: Allow file names as package sources.Ludovic Courtès
2013-06-06packages: Make the `propagated-inputs' field thunked.Ludovic Courtès
2013-05-27packages: Raise an error condition a cross builder is needed but unavailable.Ludovic Courtès
2013-05-25packages: Make `native-inputs' thunked.Ludovic Courtès
2013-05-25packages: Re-export `%current-target-system'.Ludovic Courtès
2013-05-24packages: Implement `package-cross-derivation'.Ludovic Courtès
2013-05-24packages: Factorize things common to `package-{,cross-}derivation'.Ludovic Courtès