Skip to content
Snippets Groups Projects
  1. Jul 11, 2018
  2. Jul 10, 2018
    • Ludovic Courtès's avatar
      build: Add missing patches to the distribution. · 57ac5261
      Ludovic Courtès authored
      Reported by jonsger.
      
      * gnu/local.mk (dist_patch_DATA): Add
      perl-text-markdown-discount-unbundle.patch and
      racket-fix-xform-issue.patch.
      57ac5261
    • Ludovic Courtès's avatar
      ui: Fix typo. · dc013aff
      Ludovic Courtès authored
      * guix/ui.scm (display-profile-content-diff): Fix typo in docstring.
      dc013aff
    • Ludovic Courtès's avatar
      profiles: Introduce 'profile-search-paths' and use it. · 78d55b70
      Ludovic Courtès authored
      * guix/profiles.scm (profile-search-paths): New procedure.
      * guix/scripts/environment.scm (evaluate-search-paths): Remove.
      (create-environment): Replace 'paths' with 'manifest'.  Use
      'profile-search-paths' instead of 'evaluate-search-paths'.
      (show-search-paths): Likewise.
      (launch-environment): Replace 'paths' with 'manifest'.  Make 'pure?' a
      keyword parameter.
      (launch-environment/fork, launch-environment/container): Likewise.
      (guix-environment): Remove 'paths' variable.  Adjust callers of the
      above procedures accordingly.
      78d55b70
    • Ludovic Courtès's avatar
      environment: Simplify code by using manifests internally. · 10f0a40c
      Ludovic Courtès authored
      * guix/scripts/environment.scm (strip-input-name)
      (package+propagated-inputs, package-or-package+output?)
      (compact): Remove.
      (inputs->profile-derivation): Rename to...
      (manifest->derivation): ... this.  Replace 'inputs' parameter with
      'manifest'.
      (input->manifest-entry): New procedure.
      (package-environment-inputs): Rewrite to return a list of manifest
      entries.
      (options/resolve-packages): Rewrite to return a manifest.
      (guix-environment): Remove 'inputs'.  Define 'paths' in terms of
      'manifest-search-paths'.
      10f0a40c
    • Ludovic Courtès's avatar
      profiles: Factorize 'manifest-search-paths'. · f03df3ee
      Ludovic Courtès authored
      * guix/profiles.scm (manifest-search-paths): New procedure.
      (profile-derivation)[builder]: Use it.
      * guix/build/profiles.scm (build-etc/profile): Remove $PATH.
      f03df3ee
    • Danny Milosavljevic's avatar
      gnu: fc-host-tools: Fix internal invocations. · 1dec2691
      Danny Milosavljevic authored
      * gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases>
      [patch-installation-paths]: Modify.
      1dec2691
    • Danny Milosavljevic's avatar
      gnu: fc-host-tools: Update description. · 469cc535
      Danny Milosavljevic authored
      * gnu/packages/embedded.scm (fc-host-tools)[description]: Modify.
      469cc535
    • Danny Milosavljevic's avatar
      gnu: Add patches. · 75767dab
      Danny Milosavljevic authored
      * gnu/local.mk (dist_patch_DATA): Add 'rust-bootstrap-stage0-test.patch',
      'rust-coresimd-doctest.patch'.
      75767dab
    • Efraim Flashner's avatar
      gnu: libyajl: Actually run test suite. · 532126e9
      Efraim Flashner authored
      * gnu/packages/web.scm (libyajl)[arguments]: Patch shebang in test suite.
      532126e9
    • Vagrant Cascadian's avatar
      gnu: u-boot: Update to 2018.07. · 336c4a4b
      Vagrant Cascadian authored
      --=-=-=
      Content-Type: text/plain
      
      The attached patch updates u-boot to 2018.07, which required adding
      native-inputs of "bison" and "flex".
      
      live well,
        vagrant
      
      From 74a9561ac07592a5ae15b723d0f2ac7fc05c463c Mon Sep 17 00:00:00 2001
      From: Vagrant Cascadian <vagrant@debian.org>
      Date: Tue, 10 Jul 2018 00:12:05 +0000
      Subject: [PATCH] gnu: u-boot: Update to 2018.07.
      
      * gnu/packages/bootloaders.scm (u-boot): Update to 2018.07.
        (u-boot)[native-inputs]: Add "bison" and "flex".
      336c4a4b
    • Nikolai Merinov's avatar
      gnu: rust: Update to 1.27.0. · f510a2b9
      Nikolai Merinov authored
      * gnu/packages/rust.scm (rust): Rename to...
      (rust-1.26): ...this.
      (rust): New variable.
      * gnu/packages/patches/rust-bootstrap-stage0-test.patch: New file.
      f510a2b9
    • Nikolai Merinov's avatar
      gnu: rust: Support build with glibc-2.27; update to 1.26.2. · b47b2d32
      Nikolai Merinov authored
      * gnu/packages/rust.scm (rust-source): Add "patches" argument.
      (rust-bootstrapped-package): Add "patches" argument.
      (rust-1.19)[arguments]<#:phases>[patch-tests]: Modify.
      [arguments]<#:phases>[patch-aarch64-test]: New phase.
      [arguments]<#:phases>[use-readelf-for-tests]: New phase.
      [arguments]<#:phases>[remove-unsupported-tests]: New phase.
      (rust-1.23): Disable "run-pass/out-of-stack.rs" test.
      (rust-1.24)[arguments]<#:phases>[patch-aarch64-test]: Replace.
      (rust-1.25)[inputs]: Switch to LLVM 6.0.
      (rust-1.25)[arguments]<#:phases>[enable-codegen-tests]: New variable.
      (rust): New variable.
      * gnu/packages/patches/rust-coresimd-doctest.patch: New file.
      b47b2d32
    • Marius Bakke's avatar
      gnu: lua: Update to 5.3.5. · 6094a65e
      Marius Bakke authored
      * gnu/packages/lua.scm (lua): Update to 5.3.5.
      6094a65e
    • Julien Lepiller's avatar
      guix: Add opam importer. · b24443bf
      Julien Lepiller authored
      * guix/scripts/import.scm (importers): Add opam.
      * guix/scripts/import/opam.scm: New file.
      * guix/import/opam.scm: New file.
      * tests/opam.scm: New file.
      * Makefile.am: Add them.
      * doc/guix.texi (Invoking guix import): Document it.
      b24443bf
    • Rutger Helling's avatar
      gnu: wine-staging: Update to 3.12. · 4f6afde9
      Rutger Helling authored
      * gnu/packages/wine.scm (wine-staging): Update to 3.12.
      4f6afde9
    • Rutger Helling's avatar
      gnu: wine-staging-patchset-data: Update to 3.12. · cd4ed463
      Rutger Helling authored
      * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.12.
      cd4ed463
  3. Jul 09, 2018
Loading