summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add mpop.Arun Isaac2016-09-07
| | | | | | * gnu/packages/mail.scm (mpop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* guix hash: Add --exclude-vcs option.Jan Nieuwenhuizen2016-09-07
| | | | | | | | | | * guix/scripts/hash.scm (show-help): Add help text for --exclude-vcs option. (%options): Add --exclude-vcs option. (guix-hash): Handle exclude-vcs option. * doc/guix.texi ("Invoking guix hash"): Update doc. * tests/guix-hash.sh: Add test. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* services: syslog: Use a PID file.Ludovic Courtès2016-09-07
| | | | | * gnu/services/base.scm (syslog-service-type)[start]: Remove --no-detach and use #:pid-file.
* gnu: inetutils: Use /var as the localstatedir.Ludovic Courtès2016-09-07
| | | | * gnu/packages/admin.scm (inetutils)[arguments]: Add #:configure-flags.
* gnu: rottlog: Adjust the default 'weekly' config.Ludovic Courtès2016-09-07
| | | | | * gnu/packages/admin.scm (rottlog)[arguments]: Add 'tweak-rc-weekly' phase.
* gnu: rottlog: Read configuration files from /etc/rottlog.Ludovic Courtès2016-09-07
| | | | | * gnu/packages/admin.scm (rottlog)[arguments]: Set ROTT_ETCDIR=/etc/rottlog in #:configure-flags and add #:make-flags.
* gnu: rottlog: Set default value for 'packdir'.Jan Nieuwenhuizen2016-09-07
| | | | * gnu/packages/admin.scm (rottlog)[arguments]: Add 'set-packdir' phase.
* gnu: rottlog: Use 'modify-phases'.Ludovic Courtès2016-09-07
| | | | * gnu/packages/admin.scm (rottlog)[arguments]: Use 'modify-phases'.
* gnu: Add perl-curses.ng02016-09-07
| | | | | | * gnu/packages/ncurses.scm (perl-curses): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: webkitgtk: Update to 2.12.5.Mark H Weaver2016-09-07
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.12.5.
* updated: gnu: add asn1cHartmut Goebel2016-09-06
| | | | | | * gnu/packages/tls.scm (asn1c): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: paredit: Rename to 'emacs-paredit'.Ludovic Courtès2016-09-06
| | | | | * gnu/packages/emacs.scm (paredit)[name]: Change to "emacs-paredit". (paredit/old-name): New variable.
* packages: Add 'package-superseded' and associated support.Ludovic Courtès2016-09-06
| | | | | | | | | | | | | | This provides a way to mark a package as superseded by another one. Upgrades replace superseded packages with their replacement. * guix/packages.scm (package-superseded, deprecated-package): New procedures. * gnu/packages.scm (%find-package): Check for 'package-superseded'. * guix/scripts/package.scm (transaction-upgrade-entry)[supersede]: New procedure. Call it when 'package-superseded' is true. * tests/guix-build.sh: Add test for a superseded package. * tests/packages.scm ("package-superseded") ("transaction-upgrade-entry, superseded package"): New tests.
* profiles: Export <manifest-pattern> accessors.Ludovic Courtès2016-09-06
| | | | | * guix/profiles.scm (manifest-pattern-name, manifest-pattern-version) (manifest-pattern-output): Export.
* guix package: Build up the transaction incrementally.Ludovic Courtès2016-09-06
| | | | | | | | | | | | | | * guix/scripts/package.scm (upgraded-manifest-entry): Rename to... (transaction-upgrade-entry): ... this. Add 'transaction' parameter and return a transaction. (options->installable): Likewise. [to-upgrade]: Rename to... [upgraded]: ... this, and change to be a transaction. Return a transaction. (options->removable): Likewise. (process-actions): Adjust accordingly. * tests/packages.scm ("transaction-upgrade-entry, zero upgrades") ("transaction-upgrade-entry, one upgrade"): New tests.
* profiles: Add manifest-transaction helper procedures.Ludovic Courtès2016-09-06
| | | | | | | * guix/profiles.scm (manifest-transaction-install-entry) (manifest-transaction-remove-pattern) (manifest-transaction-null?): New procedures. * tests/profiles.scm ("manifest-transaction-null?"): New test.
* guix package: Clarify upgrade code.Ludovic Courtès2016-09-06
| | | | | | | * guix/scripts/package.scm (upgradeable?): Rename to... (upgraded-manifest-entry): ... this. Change to take a <manifest-entry> and to return a <manifest-entry>. (options->installable)[to-upgrade]: Adjust accordingly.
* gnu: Add eschalot.ng02016-09-06
| | | | | | * gnu/packages/crypto.scm (eschalot): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add gzstream.Marius Bakke2016-09-06
| | | | | | * gnu/packages/compression.scm (gzstream): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go: Update to 1.7.Petter2016-09-06
| | | | | | | | | * gnu/packages/golang.scm (go-1.6): Update to 1.7, with corresponding minor changes to prebuild phase, and rename variable to... (go-1.7): ...this new variable. (go): Inherit from new "go-1.7". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: lua-5.1: install pkg-config file.Danny Milosavljevic2016-09-06
| | | | | | | | * gnu/packages/patches/lua51-pkgconfig.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/lua.scm (lua-5.1)[source]: Add it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add tintin++.ng02016-09-06
| | | | | | * gnu/packages/games.scm (tintin++): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: slock: Fix CVE-2016-6866.Leo Famulari2016-09-06
| | | | | | * gnu/packages/patches/slock-CVE-2016-6866.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/suckless.scm (slock): Use it.
* activation: Don't fail if /var/lib exists.Leo Famulari2016-09-06
| | | | | | | This is a followup to commit 6526d43ea4fb0cd151a0d5e9a072c651c1c963d1. * gnu/build/activation.scm (activate-user+groups): Use mkdir-p to create /var/lib.
* gnu: scribus: Update to 1.5.2.Hartmut Goebel2016-09-06
| | | | | | * gnu/packages/scribus.scm (scribus): Update to 1.5.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add openssl-next.Leo Famulari2016-09-06
| | | | | | * gnu/packages/tls.scm (openssl-next): New variable. * gnu/packages/patches/openssl-1.1.0-c-rehash-in.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add teximpatient.John Darrington2016-09-06
| | | | * gnu/packages/tex.scm (teximpatient): New variable.
* gnu: Add ding.John Darrington2016-09-06
| | | | * gnu/packages/dictionaries.scm (ding): New variable.
* gnu: Add weston.David Craven2016-09-06
| | | | * gnu/packages/freedesktop.scm (weston): New variable.
* gnu: Add xorg-server-xwayland.David Craven2016-09-06
| | | | * gnu/packages/xorg.scm (xorg-server-xwayland): New variable.
* gnu: Add cairo-xcb.David Craven2016-09-06
| | | | * gnu/packages/gtk.scm (cairo-xcb): New variable.
* services: Add sddm service.David Craven2016-09-06
| | | | | | * gnu/services/sddm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (@deftp, @deffn): Add documentation.
* gnu: Add sddm.David Craven2016-09-06
| | | | * gnu/packages/display-managers.scm (sddm): New variable.
* gnu: Add greenisland.David Craven2016-09-06
| | | | * gnu/packages/display-managers.scm (greenisland): New variable.
* gnu: Add prefix to license imports in (gnu packages display-managers).David Craven2016-09-06
| | | | | * gnu/packages/display-managers.scm: Import (guix licenses) with prefix "license:".
* services: syslog: Use syslog-configuration.David Craven2016-09-06
| | | | | | | | | * gnu/services/base.scm (<syslog-configuration>): New variable. (syslog-service-type): Use <syslog-configuration>. (syslog-service): Use <syslog-configuration>. * gnu/tests/base.scm (%avahi-os): Use <syslog-configuration>. * doc/guix.texi (syslog-configuration-type): Add @deftp. (syslog-service): Update @deffn.
* services: Export initrc.David Craven2016-09-06
| | | | * gnu/services/xorg.scm (define-module): Export initrc.
* activation: Allow home directories to be created under /var/lib.David Craven2016-09-06
| | | | | * gnu/build/activation.scm (activate-user+groups): Make sure /var/lib exists.
* system: vm: Remove -net user flag.David Craven2016-09-06
| | | | * gnu/system/vm.scm (common-qemu-options): Remove -net user flag.
* gnu: btrfs-progs: Update to 4.7.2.Tobias Geerinckx-Rice2016-09-06
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.7.2.
* gnu: Fix pre-2.7.0 qemu builds.Efraim Flashner2016-09-06
| | | | | | | | This is a follow-up to 43bec6d0. * gnu/packages/debug.scm (qemu-2.3.0), gnu/packages/grub.scm (qemu-for-tests)[arguments]: Remove the 'disable-test-qga phase.
* gnu: gst-plugins-bad: Remove unreferenced qt input.Efraim Flashner2016-09-06
| | | | * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove qtbase.
* gnu: gst-plugins-ugly: Add mpg123 support.Efraim Flashner2016-09-06
| | | | * gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Add mpg123.
* gnu: gst-plugins-base: Add opus support.Efraim Flashner2016-09-06
| | | | * gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Add opus.
* gnu: orc: Use 'modify-phases'.Efraim Flashner2016-09-06
| | | | | * gnu/packages/gstreamer.scm (orc)[arguments]: Use the 'modify-phases' syntax.
* gnu: orc: Update to 0.4.26.Efraim Flashner2016-09-06
| | | | * gnu/packages/gstreamer.scm (orc): Update to 0.4.26.
* gnupg: Honor $GUIX_GPG_COMMAND and default to 'gpg'.Ludovic Courtès2016-09-06
| | | | * guix/gnupg.scm (%gpg-command): Change to "gpg" or $GUIX_GPG_COMMAND.
* syscalls: Use #:return-errno? when it is available.Ludovic Courtès2016-09-06
| | | | | | | | | | | | * guix/build/syscalls.scm (errno): Do not export. (syscall->procedure): Change to return a procedure that returns both the value and errno. Use #:return-errno? where available. (mount, umount, swapon, swapoff, mkdtemp!, fdatasync, statfs) (clone, setns, pivot-root, fcntl-flock, network-interface-names) (network-interface-flags, set-network-interface-flags) (set-network-interface-address, network-interface-address): (network-interfaces, tcgetattr, tcsetattr, terminal-window-size): Adjust accordingly using 'let-values'.
* gnu: slock: Update to 1.3.Leo Famulari2016-09-05
| | | | | * gnu/packages/suckless.scm (slock): Update to 1.3. [inputs]: Add libxrandr.
* gnu: qemu: Update to 2.7.0 [fixes CVE-2016-7116].Leo Famulari2016-09-05
| | | | | * gnu/packages/qemu.scm (qemu): Update to 2.7.0. [arguments]: Adjust path in 'disable-test-qga' phase.