;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013-2017, 2019-2020, 2022 Ludovic Courtès ;;; Copyright © 2022 Taiju HIGASHI ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (test-ui) #:use-module (guix ui) #:use-module (guix profiles) #:use-module (guix store) #:use-module (guix derivations) #:use-module ((gnu packages) #:select (specifica
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-22gnu: Add openttd-openmsx.Arun Isaac
* gnu/packages/games.scm (openttd-openmsx): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22gnu: Add openttd-opensfx.Arun Isaac
* gnu/packages/games.scm (openttd-opensfx): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22gnu: Add catcodec.Arun Isaac
* gnu/packages/game-development.scm (catcodec): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22gnu: Use xxd instead of vim.Ricardo Wurmus
* gnu/packages/audio.scm (faust-2)[native-inputs]: Replace vim with xxd. * gnu/packages/avr.scm (microscheme)[native-inputs]: Likewise. * gnu/packages/bioinformatics.scm (star)[native-inputs]: Likewise. * gnu/packages/disk.scm (dosfstools)[native-inputs]: Likewise. * gnu/packages/package-management.scm (diffoscope)[inputs]: Likewise.
2017-09-22gnu: Add xxd.Ricardo Wurmus
* gnu/packages/vim.scm (xxd): New variable.
2017-09-21gnu: linux-libre: Update to 4.13.3.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.3. (%linux-libre-hash): Update hash.
2017-09-21gnu: linux-libre@4.9: Update to 4.9.51.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.51.
2017-09-21gnu: linux-libre@4.1: Update to 4.1.44.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.44.
2017-09-21gnu: vim: Update to 8.0.1130.Marius Bakke
* gnu/packages/vim.scm (vim): Update to 8.0.1130.
2017-09-21gnu: dlib: Update to 19.7.Marius Bakke
* gnu/packages/machine-learning.scm (dlib): Update to 19.7. [arguments]: Add #:configure-flags. Remove redundant CXXFLAGS from 'check' phase.
2017-09-21gnu: emacs: Update to 25.3.Ricardo Wurmus
* gnu/packages/patches/emacs-unsafe-enriched-mode-translations.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/emacs.scm (emacs): Update to 25.3. [source]: Remove obsolete patch.
2017-09-20gnu: Add vcsh.Stefan Reichör
* gnu/packages/version-control.scm (vcsh): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-20gnu: openfoam: Fix typo in Note.Paul Garlick
* gnu/packages/simulation.scm (openfoam): Put capital 'D' in 'pitzDaily'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-20gnu: Add network-manager-openvpn.Ludovic Courtès
* gnu/packages/gnome.scm (network-manager-openvpn): New variable.
2017-09-20gnu: virt-manager: Update to 1.4.3.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (virt-manager): Update to 1.4.3.
2017-09-20gnu: gnuastro: Update to 0.4.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (gnuastro): Update to 0.4.
2017-09-20gnu: wcslib: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (wcslib)[home-page]: Use HTTPS.
2017-09-20gnu: wcslib: Update to 5.17.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (wcslib): Update to 5.17.
2017-09-20gnu: btrfs-progs: Install bash completions.Marius Bakke
* gnu/packages/linux.scm (btrfs-progs)[arguments]: Add 'install-bash-completion' phase.
2017-09-20gnu: python-pyjwt: Update to 1.5.3.Marius Bakke
* gnu/packages/python.scm (python-pyjwt): Update to 1.5.3.
2017-09-20gnu: samba: Update to 4.6.8.Marius Bakke
* gnu/packages/samba.scm (samba): Update to 4.6.8.
2017-09-20