aboutsummaryrefslogtreecommitdiff
path: root/nix/boost
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-12-23 10:35:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-08 23:51:07 +0100
commitd8d910e6e1d5a321e130b158f5c0782e372ceb2e (patch)
tree1f499976441735cb62aa99a61be6714233f431d4 /nix/boost
parent807a30999d39cb0cd7a9080f9443626739a3e04a (diff)
downloadguix-d8d910e6e1d5a321e130b158f5c0782e372ceb2e.tar.gz
guix-d8d910e6e1d5a321e130b158f5c0782e372ceb2e.zip
gnu: cbatticon: Don't use unstable tarball.
* gnu/packages/admin.scm (cbatticon)[source]: Use GIT-FETCH and GIT-FILE-NAME.
Diffstat (limited to 'nix/boost')
0 files changed, 0 insertions, 0 deletions
s/xorg.scm: Update module references. Ricardo Wurmus 2018-11-29gnu: libabigail: Update to 1.5....* gnu/packages/elf.scm (libabigail): Update to 1.5. Marius Bakke 2018-09-10gnu: Add libabigail....* gnu/packages/elf.scm (libabigail): New public variable. Marius Bakke 2018-08-01gnu: elfutils: Update to 0.173....* gnu/packages/elf.scm (elfutils): Update to 0.173. Marius Bakke 2018-06-19gnu: elfutils: Update to 0.172....Fixes <https://debbugs.gnu.org/31890> * gnu/packages/elf.scm (elfutils): Update to 0.172. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Vagrant Cascadian 2018-06-04gnu: elfutils: Disable test suite on MIPS....* gnu/packages/elf.scm (elfutils)[arguments]: Add (#:tests? #f) on MIPS. Mark H Weaver 2018-04-11Merge branch 'master' into core-updatesMark H Weaver 2018-04-11gnu: elfutils: Disable failing test....* gnu/packages/elf.scm (elfutils)[arguments]: Skip test which always fails on aarch64-linux. Efraim Flashner 2018-03-23gnu: libelf: Use invoke....* gnu/packages/elf.scm (libelf)[arguments]: Use invoke in the configure phase. Mark H Weaver 2018-03-20Revert "Revert "gnu: patchelf: Update argument phase.""...This change only affects armhf, which doesn't use PatchELF. My bad! This reverts commit b1d096f869ed53b84486855d73c7e9070fdf3ae2. Marius Bakke 2018-03-20Revert "gnu: patchelf: Update argument phase."...It causes too many rebuilds this late in the 'staging' cycle. This reverts commit c1d1cd817c7ab8d99e962e286c207943765a8e8f. Marius Bakke 2018-03-19patchelf: Use 'https' for source uri....* gnu/packages/elf.scm (patchelf)[source]: Use 'https' for source uri. Efraim Flashner 2018-03-19gnu: patchelf: Update argument phase....* gnu/packages/elf.scm (patchelf)[arguments]: Use 'modify-phases' syntax. Replace 'system*' with 'invoke'. Efraim Flashner 2018-03-19gnu: patchelf: Use 'target-arm32?' for armhf-linux case....* gnu/packages/elf.scm (patchelf)[inputs]: Replace armhf-linux detection logic with 'target-arm32?' macro. [arguments]: Same. Efraim Flashner 2018-02-20gnu: nix, patchelf: Use HTTPS for nixos.org home pages....* gnu/packages/elf.scm (patchelf)[home-page]: Use HTTPS. * gnu/packages/package-management.scm (nix)[home-page]: Likewise. Tobias Geerinckx-Rice 2018-01-26gnu: elfutils: Mark up description....* gnu/packages/elf.scm (elfutils)[description]: Use @dfn and @command. Tobias Geerinckx-Rice 2018-01-26gnu: elfutils: Update to 0.170....* gnu/packages/elf.scm (elfutils): Update to 0.170. Tobias Geerinckx-Rice