| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/audio.scm: (redkite): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/music.scm: (zam-plugins): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/music.scm: (x42-plugins): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/audio.scm: (libltc): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/music.scm: (sherlock-lv2): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
| |
* gnu/packages/audio.scm (sratom): Re-indent.
|
|
|
|
|
| |
* gnu/packages/audio.scm (sratom)[inputs]: Change to ...
[propagated-inputs]: ... this.
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-spacegray-theme) New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* doc/guix.texi (Invoking guix publish): Drop stray quotation mark.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/services/dbus.scm (dbus-activation): Use the "--ensure" option of
'dbus-uuidgen' instead of forking and redirecting ports.
|
|
|
|
|
| |
* gnu/services/dbus.scm (dbus-shepherd-service): Add 'syslogd' to
'requirement'. Pass the "--syslog-only" command-line option.
|
|
|
|
|
| |
* gnu/services/dbus.scm (dbus-root-service-type)[description]: New
field.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a followup to 7e6d8d366a61f951936ed83371877ce006f679f6.
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'.
|
|
|
|
| |
* gnu/packages/geo.scm (josm): New variable.
|
|
|
|
|
|
| |
* guix/build/svn.scm (svn-fetch): Allow to ignore externals.
* guix/svn-download.scm (svn-reference, svn-multi-reference): Add
recursive? field.
|
|
|
|
| |
* gnu/packages/java.scm (java-commons-jcs): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-commons-dbcp): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-commons-pool): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-jboss-transaction-api-spec): New variable.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/geo.scm (java-jmapviewer): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-openjfx-media): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-openjfx-graphics): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-openjfx-base): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-openjfx-build): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (javacc)[arguments]: Add install-bin phase.
|
|
|
|
| |
* gnu/packages/java.scm (java-metadata-extractor): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-xmp): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-jsonp-impl): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (java-jsonp-api): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (java-signpost-core): New variable.
|
|
|
|
|
| |
* gnu/packages/java.scm (antlr3, antlr3-3.1, antlr3-3.3): Fix copying
resources causing an error message later in the bootstrap chain.
|
|
|
|
| |
* gnu/packages/textutils.scm (pfff)[source]: Download using git-fetch.
|
|
|
|
| |
* gnu/packages/textutils.scm (utfcpp)[source]: Download using git-fetch.
|
|
|
|
| |
* gnu/packages/textutils.scm (enca)[source]: Download using git-fetch.
|
|
|
|
|
| |
* gnu/packages/text-editors.scm (vis)[source]: Download released
tarball.
|
|
|
|
|
| |
* gnu/packages/telephony.scm (libsrtp)[source]: Download using
git-fetch.
|
|
|
|
| |
* gnu/packages/ssh.scm (clusterssh): Update to 1.8.2.
|
|
|
|
|
| |
* gnu/packages/sphinx.scm (python-sphinx-gallery)[source]: Download
using git-fetch.
|
|
|
|
| |
* gnu/packages/speech.scm (sonic)[source]: Download using git-fetch.
|
|
|
|
| |
* gnu/packages/shellutils.scm (hstr)[source]: Download using git-fetch.
|
|
|
|
| |
* gnu/packages/samba.scm (iniparser)[source]: Download using git-fetch.
|
|
|
|
| |
* gnu/packages/qt.scm (dotherside): Update to 0.6.4.
|
|
|
|
| |
* gnu/packages/qt.scm (dotherside)[source]: Download using git-fetch.
|
|
|
|
|
| |
* gnu/packages/vim.scm (vim-neocomplete)[source]: Download using
git-fetch.
|
|
|
|
|
| |
* gnu/packages/web-browsers.scm (luakit)[source]: Download using
git-fetch.
|
|
|
|
|
| |
* gnu/packages/virtualization.scm (qmpbackup)[source]: Download using
git-fetch.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (efl): Update to 1.23.2.
|
|
|
|
| |
* gnu/packages/vpn.scm (ocproxy)[source]: Download using git-fetch.
|