summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2016-08-02guix system: Fix the Shepherd error handling fix.Ludovic Courtès
2016-08-02guix system: Properly report Shepherd errors when upgrading services.Ludovic Courtès
2016-08-02lint: 'inputs-should-be-native' checks for extra-cmake-modules and qttools.David Craven
2016-08-02gnu-maintenance: Add KDE updater.David Craven
2016-08-02download: Add KDE mirrors.David Craven
2016-08-01Merge branch 'core-updates'Ludovic Courtès
2016-08-01publish: Do not compress already-compressed files.Ludovic Courtès
2016-07-30emacs: Disable grafts when dry-run is enabled.Alex Kost
2016-07-29size: Fix corner case with multiple items on the command line.Ludovic Courtès
2016-07-28guix package: Suggest prefix search path settings.Ludovic Courtès
2016-07-28packages: Add 'hidden-package'.Ludovic Courtès
2016-07-27zlib: Protect against non-empty port internal buffers.Ludovic Courtès
2016-07-27zlib: Clarify when 'gzread!' can return zero.Ludovic Courtès
2016-07-26profiles: Output in 'package->manifest-entry' defaults to "out".Ludovic Courtès
2016-07-26environment: Set 'GUIX_ENVIRONMENT' to the profile.Ludovic Courtès
2016-07-26import: pypi: Correctly handle new-style URLs.Ludovic Courtès
2016-07-25profiles: Add fonts-dir-file hook.Alex Kost
2016-07-24lint: 'inputs-should-be-native' checks for intltool, itstool and glib:bin.David Craven
2016-07-24download: Add SourceForge load balancer.Alex Griffin
2016-07-20pull: Install (guix config) module to override the user's one.Ludovic Courtès
2016-07-20config: Export the raw installation directories.Ludovic Courtès
2016-07-20download: Prepare to support the 'guix publish' /file URLs.Ludovic Courtès
2016-07-20publish: Handle '/file' URLs, for content-addressed files.Ludovic Courtès
2016-07-20derivations: Export 'fixed-output-path'.Ludovic Courtès
2016-07-19publish: Keep compression disabled when zlib is missing.Ludovic Courtès
2016-07-19publish: Add '--compression'.Ludovic Courtès
2016-07-19Add (guix zlib).Ludovic Courtès
2016-07-16guix gc: Display of saved space for garbage collection.Vincent Legoll
2016-07-16build: Substitute URLs now default to "mirror.hydra.gnu.org" alone.Ludovic Courtès
2016-07-14records: Improve reporting of invalid field specifiers.Ludovic Courtès
2016-07-14challenge: Disable grafting.Ludovic Courtès
2016-07-14substitute: Gracefully handle trailing slashes in URLs.Ludovic Courtès
2016-07-13lint: 'validate-uri' reports suspiciously small 200 responses.Ludovic Courtès
2016-07-13download: Attempt to update SourceForge mirror URLs.Ludovic Courtès
2016-07-12packages: <origin> no longer has an 'imported-modules' field.Ludovic Courtès
2016-07-12gexp: Remove more uses of #:modules.Ludovic Courtès
2016-07-12gexp: 'program-file' and 'gexp->script' no longer have #:modules.Ludovic Courtès
2016-07-12gexp: 'computed-file' no longer has a #:modules parameter.Ludovic Courtès
2016-07-12download: Use 'with-imported-modules'.Ludovic Courtès
2016-07-12profiles: Use 'with-imported-modules'.Ludovic Courtès
2016-07-12gexp: 'gexp->file' emits code to set '%load-path'.Ludovic Courtès
2016-07-12gexp: Factorize load-path-setting expression.Ludovic Courtès
2016-07-12gexp: Add 'with-imported-modules' macro.Ludovic Courtès
2016-07-12gexp: Keep only a single 'references' field.Ludovic Courtès
2016-07-03import: cpan: Use our mirrors for 'https' URLs.Alex Sassmannshausen
2016-07-03guix: Support authentication when fetching from SVN.Ricardo Wurmus
2016-07-02download: Update CPAN mirrors.Ludovic Courtès
2016-06-29download: Use basic authentication when userinfo is present in URI.David Thompson
2016-06-26daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'.David Craven
2016-06-25import: pypi: do not fail when 'run_requires' is missing from the metadata.Cyril Roelandt