summaryrefslogtreecommitdiff
path: root/guix/build-system/python.scm
AgeCommit message (Expand)Author
2015-05-04Move search path specifications to (guix search-paths).Ludovic Courtès
2015-04-01build-system: Factorize the list of modules imported on the build side.Ludovic Courtès
2015-03-12build-system/python: Delay evaluation of the 'python2' package.Ludovic Courtès
2014-12-23build-system/python: Fix 'package-with-explicit-python'.Ludovic Courtès
2014-12-08build-system/python: Add handling of 'propagated-inputs' inFederico Beffa
2014-11-02packages: Implement grafts.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-10-05build-system: Remove irrelevant special case.Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).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-20build-system/python: Add #:test-target parameter.Ludovic Courtès
2013-10-10build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.Ludovic Courtès
2013-09-18derivations: 'derivation' and related procedures return a single value.Ludovic Courtès
2013-09-10guix: python: Do not import %standard-phases from gnu-build-system.Andreas Enge
2013-09-10guix: python: Add parameter #:phases to build system.Andreas Enge
2013-09-08guix: python: Add package-with-python2, a procedure rewriting a packageAndreas Enge
2013-09-04guix: python: Switch to python-wrapper as the default version for the pythonAndreas Enge
2013-05-30build-system/python: Avoid circular dependency.Ludovic Courtès
2013-05-08Add 'python-build-system'.Nikita Karetnikov