me
/
guix
Archived
1
0
Fork 0
Commit Graph

50331 Commits (cda79c7cc938ae3d9e77d09e8ebd7cbdf7f4d20c)

Author SHA1 Message Date
Marius Bakke 83ba0e4291
gnu: redkite: Do not use unstable tarball.
* gnu/packages/audio.scm (redkite)[source]: Change to GIT-FETCH.
2019-11-14 00:16:11 +01:00
Alexandros Theodotou 74f9a8fbbe
gnu: Add redkite.
* gnu/packages/audio.scm: (redkite): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-14 00:16:11 +01:00
Alexandros Theodotou 9a00130a94
gnu: Add zam-plugins.
* gnu/packages/music.scm: (zam-plugins): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-14 00:16:11 +01:00
Alexandros Theodotou fe06a6ee70
gnu: Add x42-plugins.
* gnu/packages/music.scm: (x42-plugins): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-14 00:16:11 +01:00
Alexandros Theodotou 0f2ce44800
gnu: Add libltc.
* gnu/packages/audio.scm: (libltc): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-14 00:16:11 +01:00
Alexandros Theodotou 5182fbe063
gnu: Add sherlock-lv2.
* gnu/packages/music.scm: (sherlock-lv2): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-14 00:16:11 +01:00
Marius Bakke 95f6e6dad8
gnu: sratom: Adjust indentation.
* gnu/packages/audio.scm (sratom): Re-indent.
2019-11-14 00:16:11 +01:00
Marius Bakke 6e0b18bf09
gnu: sratom: Propagate required inputs.
* gnu/packages/audio.scm (sratom)[inputs]: Change to ...
[propagated-inputs]: ... this.
2019-11-14 00:16:11 +01:00
David Wilson 35338b5001
gnu: Add emacs-spacegray-theme.
* gnu/packages/emacs-xyz.scm (emacs-spacegray-theme) New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-13 23:26:36 +01:00
Kyle Meyer b057921b17
doc: Drop stray quotation mark.
* doc/guix.texi (Invoking guix publish): Drop stray quotation mark.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-13 23:26:36 +01:00
Ludovic Courtès 1f8ca28b9e
services: dbus: Simplify 'dbus-uuidgen' invocation.
* gnu/services/dbus.scm (dbus-activation): Use the "--ensure" option of
'dbus-uuidgen' instead of forking and redirecting ports.
2019-11-13 23:26:36 +01:00
Ludovic Courtès 7462a1de22
services: dbus: Log to syslog.
* gnu/services/dbus.scm (dbus-shepherd-service): Add 'syslogd' to
'requirement'.  Pass the "--syslog-only" command-line option.
2019-11-13 23:26:36 +01:00
Ludovic Courtès a01d2e300a
services: dbus: Add description.
* gnu/services/dbus.scm (dbus-root-service-type)[description]: New
field.
2019-11-13 23:26:36 +01:00
Ludovic Courtès 298fb2907e
daemon: Don't include <linux/fs.h>.
As of GNU libc 2.29, <sys/mount.h> declares all the constants and
functions we need, so there's no use in including <linux/fs.h> anymore.
This silences annoying warnings like this one:

  In file included from nix/libstore/local-store.cc:32:0:
  /gnu/store/…-linux-libre-headers-4.19.56/include/linux/fs.h:108:0: warning: "MS_RDONLY" redefined
   #define MS_RDONLY  1 /* Mount read-only */

  In file included from nix/libstore/local-store.cc:28:0:
  /gnu/store/…-glibc-2.29/include/sys/mount.h:36:0: note: this is the location of the previous definition
   #define MS_RDONLY MS_RDONLY

* config-daemon.ac: Remove check for <linux/fs.h>.
* nix/libstore/build.cc: Remove conditional inclusion of <linux/fs.h>.
* nix/libstore/local-store.cc: Remove "#if HAVE_LINUX_FS_H" and
inclusion of <linux/fs.h>.
2019-11-13 23:26:35 +01:00
Ludovic Courtès 887fd835a7
tests: "make check-system" uses Guix built with (guix self).
This is a followup to 7e6d8d366a.
It means that "make check-system" can run tests from (gnu tests install)
much faster because it does not need to build a full 'guix' package.

* gnu/ci.scm (channel-instance->package): Export.
* build-aux/run-system-tests.scm (tests-for-channel-instance): New
procedure, with code formerly in 'run-system-tests'.
(run-system-tests): Call 'interned-file' for SOURCE, and add call to
'tests-for-channel-instance'.
2019-11-13 23:26:35 +01:00
Julien Lepiller f041db8696
gnu: Add josm.
* gnu/packages/geo.scm (josm): New variable.
2019-11-13 22:49:55 +01:00
Julien Lepiller 277ba1d4f8
guix: svn: Allow dropping externals.
* guix/build/svn.scm (svn-fetch): Allow to ignore externals.
* guix/svn-download.scm (svn-reference, svn-multi-reference): Add
recursive? field.
2019-11-13 22:49:47 +01:00
Julien Lepiller 934b83e45a
gnu: Add java-commons-jcs.
* gnu/packages/java.scm (java-commons-jcs): New variable.
2019-11-13 22:49:39 +01:00
Julien Lepiller f31ea164be
gnu: Add java-commons-dbcp.
* gnu/packages/java.scm (java-commons-dbcp): New variable.
2019-11-13 22:49:37 +01:00
Julien Lepiller b635d2728e
gnu: Add java-commons-pool.
* gnu/packages/java.scm (java-commons-pool): New variable.
2019-11-13 22:49:33 +01:00
Julien Lepiller ff56e6efe3
gnu: Add java-jboss-transaction-api-spec.
* gnu/packages/java.scm (java-jboss-transaction-api-spec): New variable.
2019-11-13 22:49:29 +01:00
Julien Lepiller 0dd6089d34
gnu: Add java-svg-salamander.
* gnu/packages/java.scm (java-svg-salamander): New variable.
* gnu/packages/patches/java-svg-salamander-Fix-non-det.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-11-13 22:49:11 +01:00
Julien Lepiller 6dd0e41d43
gnu: Add java-jmapviewer.
* gnu/packages/geo.scm (java-jmapviewer): New variable.
2019-11-13 22:49:08 +01:00
Julien Lepiller 68a13319aa
gnu: Add java-openjfx-media.
* gnu/packages/java.scm (java-openjfx-media): New variable.
2019-11-13 22:49:05 +01:00
Julien Lepiller 36f73d7058
gnu: Add java-openjfx-graphics.
* gnu/packages/java.scm (java-openjfx-graphics): New variable.
2019-11-13 22:49:03 +01:00
Julien Lepiller 46f0543983
gnu: Add java-openjfx-base.
* gnu/packages/java.scm (java-openjfx-base): New variable.
2019-11-13 22:49:00 +01:00
Julien Lepiller 7214fbd2f1
gnu: Add java-openjfx-build.
* gnu/packages/java.scm (java-openjfx-build): New variable.
2019-11-13 22:48:56 +01:00
Julien Lepiller 16fdf2f55d
gnu: javacc: Install binaries.
* gnu/packages/java.scm (javacc)[arguments]: Add install-bin phase.
2019-11-13 22:48:50 +01:00
Julien Lepiller a005c63a21
gnu: Add java-metadata-extractor.
* gnu/packages/java.scm (java-metadata-extractor): New variable.
2019-11-13 22:48:45 +01:00
Julien Lepiller 357f456400
gnu: Add java-xmp.
* gnu/packages/java.scm (java-xmp): New variable.
2019-11-13 22:48:38 +01:00
Julien Lepiller d45f73c9a1
gnu: Add java-jsonp-impl.
* gnu/packages/java.scm (java-jsonp-impl): New variable.
2019-11-13 22:48:33 +01:00
Julien Lepiller da655b1eb2
gnu: Add java-jsonp-api.
* gnu/packages/java.scm (java-jsonp-api): New variable.
2019-11-13 22:48:04 +01:00
Julien Lepiller cfdbf2a5c4
gnu: Add java-signpost-core.
* gnu/packages/web.scm (java-signpost-core): New variable.
2019-11-13 22:47:54 +01:00
Julien Lepiller 570f3b6370
gnu: antlr3: Fix building after changes in ant-build-system.
* gnu/packages/java.scm (antlr3, antlr3-3.1, antlr3-3.3): Fix copying
resources causing an error message later in the bootstrap chain.
2019-11-13 22:47:41 +01:00
Efraim Flashner bc1177870d
gnu: pfff: Don't use unstable tarball.
* gnu/packages/textutils.scm (pfff)[source]: Download using git-fetch.
2019-11-13 22:59:29 +02:00
Efraim Flashner d0f3ccf6a0
gnu: utfcpp: Don't use unstable tarball.
* gnu/packages/textutils.scm (utfcpp)[source]: Download using git-fetch.
2019-11-13 22:42:52 +02:00
Efraim Flashner 30024a1ecb
gnu: enca: Don't use unstable tarball.
* gnu/packages/textutils.scm (enca)[source]: Download using git-fetch.
2019-11-13 22:38:56 +02:00
Efraim Flashner 7ec382952a
gnu: vis: Don't use unstable tarball.
* gnu/packages/text-editors.scm (vis)[source]: Download released
tarball.
2019-11-13 22:33:58 +02:00
Efraim Flashner 1c956faaf5
gnu: libsrtp: Don't use unstable tarball.
* gnu/packages/telephony.scm (libsrtp)[source]: Download using
git-fetch.
2019-11-13 22:25:47 +02:00
Efraim Flashner 40f243017e
gnu: clusterssh: Update to 1.8.2.
* gnu/packages/ssh.scm (clusterssh): Update to 1.8.2.
2019-11-13 22:16:36 +02:00
Efraim Flashner d090a1c15a
gnu: python-sphinx-gallery: Don't use unstable tarball.
* gnu/packages/sphinx.scm (python-sphinx-gallery)[source]: Download
using git-fetch.
2019-11-13 22:10:44 +02:00
Efraim Flashner 520cca28ee
gnu: sonic: Don't use unstable tarball.
* gnu/packages/speech.scm (sonic)[source]: Download using git-fetch.
2019-11-13 22:07:52 +02:00
Efraim Flashner 2bbda4f077
gnu: hstr: Don't use unstable tarball.
* gnu/packages/shellutils.scm (hstr)[source]: Download using git-fetch.
2019-11-13 22:02:25 +02:00
Efraim Flashner d177ac2df6
gnu: iniparser: Don't use unstable tarball.
* gnu/packages/samba.scm (iniparser)[source]: Download using git-fetch.
2019-11-13 21:46:30 +02:00
Efraim Flashner 53216881f1
gnu: dotherside: Update to 0.6.4.
* gnu/packages/qt.scm (dotherside): Update to 0.6.4.
2019-11-13 21:43:34 +02:00
Efraim Flashner d43f173273
gnu: dotherside: Don't use unstable tarball.
* gnu/packages/qt.scm (dotherside)[source]: Download using git-fetch.
2019-11-13 21:41:37 +02:00
Efraim Flashner 6a9aa795ee
gnu: vim-neocomplete: Don't use unstable tarball.
* gnu/packages/vim.scm (vim-neocomplete)[source]: Download using
git-fetch.
2019-11-13 21:36:00 +02:00
Efraim Flashner 320ba5900f
gnu: luakit: Don't use unstable tarball.
* gnu/packages/web-browsers.scm (luakit)[source]: Download using
git-fetch.
2019-11-13 21:23:09 +02:00
Efraim Flashner 7be834d53e
gnu: qmpbackup: Don't use unstable tarball.
* gnu/packages/virtualization.scm (qmpbackup)[source]: Download using
git-fetch.
2019-11-13 21:14:09 +02:00
Efraim Flashner 89868823d4
gnu: efl: Update to 1.23.2.
* gnu/packages/enlightenment.scm (efl): Update to 1.23.2.
2019-11-13 21:12:38 +02:00