| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Otherwise, users will be stuck running an old copy of guix and the guix-daemon
if they copy the service files instead of symlinking them.
* etc/guix-daemon.conf.in, etc/guix-daemon.service.in, etc/guix-publish.conf.in,
etc/guix-publish.service.in: Expand @localstatedir@ instead of @bindir@.
* nix/local.mk (etc/guix-%.service, etc/guix-%.conf): Use @localstatedir@
instead of @bindir@.
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit b7230de54b493da5a78922b4226255763b525a98.
Versions of systemd that supported symlinked service files are not yet widely
deployed.
See this thread for more information:
http://lists.gnu.org/archive/html/guix-devel/2017-01/msg01199.html
|
|
|
|
|
|
| |
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-25.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm
(python2-backports-shutil-get-terminal-size)[arguments]: Replace 'check' phase
with custom command.
[native-inputs]: Add PYTHON2-PYTEST.
|
|
|
|
|
|
|
|
| |
* gnu/packages/qemu.scm (libosinfo): Update to 1.0.0.
[source]: Use new release location as fedorahosted.org is defunct.
[arguments]: Replace phase "copy-ids" with configure flags; add phase
"disable-broken-test" to disable the "isodetect" test.
[native-inputs]: Update origin for "pci.ids" and "usb.ids".
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-ipython): Update to 5.2.2.
[propagated-inputs]: Add pyhon-prompt-toolkit and python-nbformat.
(python2-ipython) [arguments]: Enable tests.
[propagated-inputs]: Add python2-backports-shutil-get-terminal-size.
[native-inputs]: Add graphviz.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-scipy): Update to 0.18.1.
[source]: Use github instead of sourceforge.
[native-inputs]: Add python-cython.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-testpath)[arguments]: Install module in the proper
"lib/pythonx.y" location for all Python versions.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-colorspacious, python2-colorspacious): New
variables.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python2-backports-shutil-get-terminal-size): New
variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
| |
Works around <https://bugs.gnu.org/25989>.
* gnu/packages/xml.scm (xmlto)[source]: Update URL.
[file-name]: New field.
|
|
|
|
|
|
|
| |
This fixes <https://bugs.gnu.org/23106>.
* gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: Add
'install-desktop-urxvt' and 'install-desktop-urxvtc' phases.
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (wireshark): Update to 2.2.5.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/audio.scm (ardour)[arguments]: Enable unit tests.
|
|
|
|
|
|
| |
* gnu/packages/audio.scm (ardour)[arguments]: Add "--freedesktop" configure
flag.
[native-inputs]: Add itstool and gettext-minimal.
|
|
|
|
| |
* gnu/packages/audio.scm (ardour): Update to 5.8.
|
|
|
|
|
| |
* gnu/packages/mp3.scm (mp3splt): Update to 2.6.2.
[native-inputs]: Add pkg-config.
|
|
|
|
| |
* gnu/packages/mp3.scm (libmp3splt): Update to 0.9.2.
|
|
|
|
| |
* gnu/packages/embedded.scm (binutils-vc4): New variable.
|
|
|
|
| |
* gnu/packages/video.scm (obs): Update to 18.0.0.
|
|
|
|
|
|
|
|
|
| |
* gnu/services/base.scm (<agetty-configuration>): New record type.
(agetty-shepherd-service, agetty-service): New procedures.
(agetty-service-type): New variable.
* doc/guix.texi (Base Services): Document it.
[mingetty-configuration],[kmscon-configuration]: Specify the types of
supported consoles.
|
|
|
|
|
| |
* gnu/packages/ftp.scm (filezilla): Update to 3.24.1.
[arguments]: Add '--disable-autoupdatecheck' to #:configure-flags.
|
|
|
|
| |
* gnu/packages/ftp.scm (filezilla): New variable.
|
|
|
|
|
|
| |
* gnu/packages/ftp.scm (libfilezilla): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
| |
* gnu/packages/patches/wxwidgets-fix-windowGTK.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/games.scm (starfighter): Update to 1.7.
[arguments]: Remove obsolete make flags. Re-enable configure and test
phases.
|
|
|
|
|
|
| |
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.19.
[arguments]: Add 'patch-test-paths' phase and remove 'set-gnupg-home' phase.
Add '--enable-gnupg-builddir-envvar' to #:configure-flags.
|
|
|
|
|
|
| |
* gnu/packages/patches/kio-CVE-2017-6410.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-frameworks.scm (kio)[source]: Use it.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-coderay): Update to 1.1.1.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-pry): Update to 0.10.4.
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/25957>.
* gnu/packages/version-control.scm (gitolite)[arguments]: Add 'fix-hooks-shebangs'
phase to fix references to '/usr/bin/perl'.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (gitolite): Update to 3.6.6.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
| |
* gnu/packages/xml.scm (pugixml): Add "-shared -fPIC" to ensure the
library is relocatable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
|
|
|
|
| |
* gnu/packages/web.scm (hiawatha): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
|
|
|
|
| |
* gnu/packages/tls.scm (mbedtls-apache): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
|
|
|
|
| |
* gnu/packages/astronomy.scm (stellarium)[inputs]: Remove qt.
Add qtbase, qtmultimedia, qtscript, qtserialport.
[native-inputs]: Add qtbase, qttools.
|
|
|
|
|
| |
* gnu/packages/games.scm (glulxe): Update to 0.5.4.
[license]: Change to 'expat'.
|
|
|
|
|
|
| |
* gnu/packages/algebra.scm (arb): Update to 2.10.0.
* gnu/packages/patches/arb-ldconfig.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
|
|
|
|
| |
* gnu/packages/linux.scm (acpid): Update to 2.0.28.
|
|
|
|
|
|
| |
* gnu/packages/certs.scm (nss-certs): Update to 3.29.2.
* gnu/packages/gnuzilla.scm (nss): Update to 3.29.2.
* gnu/packages/patches/nss-pkgconfig.patch: Adapt to context changes.
|
|
|
|
| |
* gnu/packages/gnuzilla.scm (nspr): Update to 4.13.1.
|
|
|
|
| |
* gnu/packages/image.scm (jasper): Update to 2.0.12.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (maim): Update to 4.4.61.
|
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (ribodiff)[native-inputs]: Add PYTHON2-MOCK
and PYTHON2-NOSE.
|
| |
| |
| |
| | |
* gnu/packages/mail.scm (khard)[arguments]: Set #:tests? #f.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/patches/python-dendropy-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bioinformatics.scm (python-dendropy)[source]: Add patch.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/openstack.scm (python2-reno)[arguments]: New field.
(python-reno)[properties]: Delay it.
|