summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: man-db: Use modify-phases syntax.•••* gnu/packages/man.scm (man-db)[arguments]: Use modify-phases syntax. Ricardo Wurmus2016-09-071-13/+12
* gnu: Add rpc-daemon service•••* gnu/services/nfs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. John Darrington2016-09-072-0/+55
* gnu: Add 'package-for-guile-2.2' procedure and use it.•••* gnu/packages/guile.scm (guile-2.2-package-name) (package-for-guile-2.2): New procedures. * gnu/packages/guile.scm (guile2.2-json, guile2.2-minikanren) (guile2.2-irregex, guile2.2-commonmark): New variables. Ludovic Courtès2016-09-071-0/+27
* gnu: guile-commonmark: Remove hard-coded "/2.0" in installation directories.•••* gnu/packages/guile.scm (guile-commonmark)[source]: Add 'snippet' and 'modules'. Ludovic Courtès2016-09-071-1/+12
* gnu: guile-json: Remove hard-coded Guile effective version.•••* gnu/packages/guile.scm (guile-json)[snippet]: Modify 'ac_subst_vars' in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in 'Makefile.in'. Ludovic Courtès2016-09-071-13/+17
* gnu: guile-minikanren: Remove hard-coded Guile effective version.•••* gnu/packages/guile.scm (guile-minikanren)[arguments]: Remove (ice-9 match) from #:modules. Use 'open-pipe*' to determine the effective version of Guile, and use that to compute MODULE-DIR. Ludovic Courtès2016-09-071-5/+12
* gnu: guile-irregex: Remove hard-coded Guile effective version.•••* gnu/packages/guile.scm (guile-irregex)[arguments]: Add (ice-9 popen) and (ice-9 rdelim). Remove nested 'use-modules' form. Call 'open-pipe*' to determine Guile's effective version, and use it to compute MODULE-DIR. Ludovic Courtès2016-09-071-43/+47
* gnu: Enable tcp-wrappers for nrircd.•••* gnu/packages/messaging.scm (ngircd) [inputs]: Add tcp-wrappers. John Darrington2016-09-071-2/+4
* gnu: Add tcp-wrappers.•••* gnu/packages/networking.scm (tcp-wrappers): New variable. John Darrington2016-09-071-0/+78
* gnu: Add mpop.•••* gnu/packages/mail.scm (mpop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Arun Isaac2016-09-071-0/+32
* services: syslog: Use a PID file.•••* gnu/services/base.scm (syslog-service-type)[start]: Remove --no-detach and use #:pid-file. Ludovic Courtès2016-09-071-2/+2
* gnu: inetutils: Use /var as the localstatedir.•••* gnu/packages/admin.scm (inetutils)[arguments]: Add #:configure-flags. Ludovic Courtès2016-09-071-1/+3
* gnu: rottlog: Adjust the default 'weekly' config.•••* gnu/packages/admin.scm (rottlog)[arguments]: Add 'tweak-rc-weekly' phase. Ludovic Courtès2016-09-071-0/+9
* gnu: rottlog: Read configuration files from /etc/rottlog.•••* gnu/packages/admin.scm (rottlog)[arguments]: Set ROTT_ETCDIR=/etc/rottlog in #:configure-flags and add #:make-flags. Ludovic Courtès2016-09-071-3/+7
* gnu: rottlog: Set default value for 'packdir'.•••* gnu/packages/admin.scm (rottlog)[arguments]: Add 'set-packdir' phase. Jan Nieuwenhuizen2016-09-071-0/+7
* gnu: rottlog: Use 'modify-phases'.•••* gnu/packages/admin.scm (rottlog)[arguments]: Use 'modify-phases'. Ludovic Courtès2016-09-071-5/+4
* gnu: Add perl-curses.•••* gnu/packages/ncurses.scm (perl-curses): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02016-09-071-1/+47
* gnu: webkitgtk: Update to 2.12.5.•••* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.5. Mark H Weaver2016-09-071-2/+2
* updated: gnu: add asn1c•••* gnu/packages/tls.scm (asn1c): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Hartmut Goebel2016-09-061-0/+28
* gnu: paredit: Rename to 'emacs-paredit'.•••* gnu/packages/emacs.scm (paredit)[name]: Change to "emacs-paredit". (paredit/old-name): New variable. Ludovic Courtès2016-09-061-1/+4
* packages: Add 'package-superseded' and associated support.•••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. Ludovic Courtès2016-09-061-1/+8
* gnu: Add eschalot.•••* gnu/packages/crypto.scm (eschalot): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> ng02016-09-061-0/+60
* gnu: Add gzstream.•••* gnu/packages/compression.scm (gzstream): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Marius Bakke2016-09-061-0/+39
* gnu: go: Update to 1.7.•••* 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> Petter2016-09-061-7/+11
* gnu: lua-5.1: install pkg-config file.•••* 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> Danny Milosavljevic2016-09-063-1/+104
* gnu: Add tintin++.•••* gnu/packages/games.scm (tintin++): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02016-09-061-0/+38
* gnu: slock: Fix CVE-2016-6866.•••* 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. Leo Famulari2016-09-063-0/+53
* activation: Don't fail if /var/lib exists.•••This is a followup to commit 6526d43ea4fb0cd151a0d5e9a072c651c1c963d1. * gnu/build/activation.scm (activate-user+groups): Use mkdir-p to create /var/lib. Leo Famulari2016-09-061-1/+1
* gnu: scribus: Update to 1.5.2.•••* gnu/packages/scribus.scm (scribus): Update to 1.5.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Hartmut Goebel2016-09-061-2/+2
* gnu: Add openssl-next.•••* 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. Leo Famulari2016-09-063-0/+55
* gnu: Add teximpatient.•••* gnu/packages/tex.scm (teximpatient): New variable. John Darrington2016-09-061-0/+43
* gnu: Add ding.•••* gnu/packages/dictionaries.scm (ding): New variable. John Darrington2016-09-061-1/+63
* gnu: Add weston.•••* gnu/packages/freedesktop.scm (weston): New variable. David Craven2016-09-061-0/+75
* gnu: Add xorg-server-xwayland.•••* gnu/packages/xorg.scm (xorg-server-xwayland): New variable. David Craven2016-09-061-0/+19
* gnu: Add cairo-xcb.•••* gnu/packages/gtk.scm (cairo-xcb): New variable. David Craven2016-09-061-0/+13
* services: Add sddm service.•••* gnu/services/sddm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (@deftp, @deffn): Add documentation. David Craven2016-09-062-0/+319
* gnu: Add sddm.•••* gnu/packages/display-managers.scm (sddm): New variable. David Craven2016-09-061-0/+68
* gnu: Add greenisland.•••* gnu/packages/display-managers.scm (greenisland): New variable. David Craven2016-09-061-3/+89
* gnu: Add prefix to license imports in (gnu packages display-managers).•••* gnu/packages/display-managers.scm: Import (guix licenses) with prefix "license:". David Craven2016-09-061-2/+2
* services: syslog: Use syslog-configuration.•••* 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. David Craven2016-09-062-11/+27
* services: Export initrc.•••* gnu/services/xorg.scm (define-module): Export initrc. David Craven2016-09-061-0/+2
* activation: Allow home directories to be created under /var/lib.•••* gnu/build/activation.scm (activate-user+groups): Make sure /var/lib exists. David Craven2016-09-061-0/+3
* system: vm: Remove -net user flag.•••* gnu/system/vm.scm (common-qemu-options): Remove -net user flag. David Craven2016-09-061-1/+0
* gnu: btrfs-progs: Update to 4.7.2.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.2. Tobias Geerinckx-Rice2016-09-061-2/+2
* gnu: Fix pre-2.7.0 qemu builds.•••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. Efraim Flashner2016-09-062-2/+11
* gnu: gst-plugins-bad: Remove unreferenced qt input.•••* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove qtbase. Efraim Flashner2016-09-061-1/+3
* gnu: gst-plugins-ugly: Add mpg123 support.•••* gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Add mpg123. Efraim Flashner2016-09-061-0/+1
* gnu: gst-plugins-base: Add opus support.•••* gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Add opus. Efraim Flashner2016-09-061-0/+1
* gnu: orc: Use 'modify-phases'.•••* gnu/packages/gstreamer.scm (orc)[arguments]: Use the 'modify-phases' syntax. Efraim Flashner2016-09-061-12/+12
* gnu: orc: Update to 0.4.26.•••* gnu/packages/gstreamer.scm (orc): Update to 0.4.26. Efraim Flashner2016-09-061-2/+2