summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2016-11-15lint: more packages to probably be a native input.Hartmut Goebel
2016-11-15guix: Add lint-checker for packages which should be no inputs at all.Hartmut Goebel
2016-11-15guix: python-build-system: Add background about Python installation methods.Hartmut Goebel
2016-11-15guix: python-build-system: Delete .egg-info file created in phase check.Hartmut Goebel
2016-11-15guix: python-build-system: Add helpers for getting and setting PYTHONPATH.Hartmut Goebel
2016-11-15guix: python-build-system: Add option "#:use-setuptools?" (default true).Hartmut Goebel
2016-11-15guix: python-build-system: Import setuptools before calling `setup.py'.Marius Bakke
2016-11-15guix: build all Python packages with --single-version-externally-managed.Hartmut Goebel
2016-11-15guix: python-build-system: Fix an outdated comment.Hartmut Goebel
2016-11-14import/cpan: Maybe coerce version to string.Alex Sassmannshausen
2016-11-13Merge branch 'core-updates'Ludovic Courtès
2016-11-12substitute: Disable HTTPS certificate verification.Ludovic Courtès
2016-11-12http-client: Add #:verify-certificate? to 'http-fetch'.Ludovic Courtès
2016-11-10container: Pass a list of <file-system> objects as things to mount.Ludovic Courtès
2016-11-09lint: 'cve' checker catches 'tls-certificate-error'.Ludovic Courtès
2016-11-08system: Use grub from bootloader configuration.Marius Bakke
2016-11-07guix download: Add '--no-check-certificate' option.Ludovic Courtès
2016-11-07download: Verify TLS certificates unless asked not to.Ludovic Courtès
2016-11-07Merge branch 'master' into core-updatesMark H Weaver
2016-11-06system: Add 'guix system' actions: switch-generation and roll-back.Chris Marusich
2016-11-06system: Optionally limit the entries returned by profile-grub-entries.Chris Marusich
2016-11-06system: Rename previous-grub-entries to profile-grub-entries.Chris Marusich
2016-11-06profiles: Extract a procedure for getting relative generation numbers.Chris Marusich
2016-11-06Merge branch 'master' into core-updatesMark H Weaver
2016-11-03import: cran: Fix off-by-one error.Ricardo Wurmus
2016-11-02Merge branch 'master' into core-updatesLeo Famulari
2016-11-01guix: Update hackage mirror.Efraim Flashner
2016-11-01licenses: Export fdl1.2+.Marius Bakke
2016-10-31download: Add Hackage mirrors.Federico Beffa
2016-10-30Merge branch 'master' into core-updatesLeo Famulari
2016-10-30system: Record store file system info in each generation.Chris Marusich
2016-10-30profiles: manifest-lookup-package: Cosmetic changes.Ricardo Wurmus
2016-10-29Merge branch 'master' into core-updatesLeo Famulari
2016-10-28guix hash: Interpret '-' as standard input.Ludovic Courtès
2016-10-26Merge branch 'master' into core-updatesLeo Famulari
2016-10-26guix package: Display generation diffs.Roel Janssen
2016-10-26import cran: Use URL for Bioconductor 3.4.Ricardo Wurmus
2016-10-23Merge branch 'master' into core-updatesMark H Weaver
2016-10-23import: pypi: All inputs are propagated-inputs by default.Hartmut Goebel
2016-10-20gnu-maintenance: GNOME updater honors 'upstream-name' package property.Ludovic Courtès
2016-10-19Merge branch 'master' into core-updatesMark H Weaver
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès
2016-10-19lint: Suggest @code instead of quotes.Ludovic Courtès
2016-10-17grafts: Remove unnecessary 'umask' call.Ludovic Courtès
2016-10-17grafts: Apply the right grafts in the presence of multiple outputs.Ludovic Courtès
2016-10-17guix build: Add '--with-graft'.Ludovic Courtès
2016-10-17guix build: Factorize transformation option parsing.Ludovic Courtès
2016-10-17guix build: Extract '--with-input' replacement spec parsing.Ludovic Courtès
2016-10-17Merge branch 'master' into core-updatesMark H Weaver
2016-10-16import: utils: Remove dependency on (json) module.Alex Kost