| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
Suggested by Efraim Flashner <efraim@flashner.co.il>.
* config-daemon.ac: Set 'guix_substitute_urls' to berlin.guixsd.org on
aarch64.
|
|
|
|
| |
* config-daemon.ac: Remove GUILE_MODULE_AVAILABLE check for (gnutls).
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/30655>.
Reported by Marco van Hulten <marco@hulten.org>.
* doc/guix.texi (Application Setup): Adjust 'xset +fp' example.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.24.
(%linux-libre-4.14-hash): Update hash.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.86.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.120.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-terraform-mode): New variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-hcl-mode): New variable.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/ntp.scm (openntpd)[arguments]: Add 'configure-flags to
set openntpd daemon's user and localstatedir. Add a custom phase to not
try to create said directory at install time.
* gnu/services/networking.scm (<openntpd-configuration>): New record type.
(openntpd-shepherd-service, openntpd-service-activation): New procedures.
(openntpd-service-type): New variable.
* doc/guix.texi (Networking Services): Add openntpd documentation.
|
|
|
|
|
| |
* gnu/packages/profiling.scm (papi)[arguments]: Substitute INVOKE for
SYSTEM*, end phases with #t, and don't explicitly install LICENSE.txt.
|
|
|
|
|
| |
* gnu/packages/crypto.scm (tomb)[arguments]: Substitute INVOKE for
SYSTEM* and end phases with #t.
|
|
|
|
| |
* gnu/packages/crypto.scm (tomb)[home-page]: Use HTTPS.
|
|
|
|
| |
* gnu/packages/accessibility.scm (footswitch): Update to 0.1-2.deedd87.
|
|
|
|
|
| |
* gnu/packages/accessibility.scm (footswitch)[arguments]: Remove MKDIR-P
before INSTALL-FILE.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (gitolite): Substitute INVOKE for
SYSTEM* and end phases with #t.
|
|
|
|
| |
* gnu/packages/version-control.scm (gitolite): Update to 3.6.7.
|
|
|
|
| |
* gnu/packages/irc.scm (ii, sic)[home-page]: Use HTTPS.
|
|
|
|
| |
* gnu/packages/irc.scm (ii): Update to 1.8.
|
|
|
|
|
| |
* gnu/packages/code.scm (cloc)[arguments]: Substitute INVOKE for SYSTEM*
and end phases with #t.
|
|
|
|
|
|
| |
* gnu/packages/code.scm (cloc): Update to 1.76.
[source]: Update origin URI scheme.
[inputs]: Add perl-parallel-forkmanager.
|
|
|
|
| |
* gnu/packages/audio.scm (liblo)[description]: Use @dfn.
|
|
|
|
|
| |
* gnu/packages/linux.scm (multipath-tools): Update to 0.7.4.
[source]: Download using HTTPS.
|
|
|
|
|
|
|
| |
Fixes CVE-2018-7435, CVE-2018-7436, CVE-2018-7437, CVE-2018-7438 and
CVE-2018-7439.
* gnu/packages/xml.scm (freexl): Update to 1.0.5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/ceph-disable-cpu-optimizations.patch: Adjust to
upstream changes.
* gnu/packages/patches/ceph-disable-unittest-throttle.patch: Delete file.
* gnu/packages/patches/ceph-rocksdb-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/storage.scm (ceph): Update to 12.2.4.
[source](patches): Adjust.
[arguments]: Add "-DWITH_BABELTRACE=OFF" in #:configure-flags. Build with
CMAKE-3.11. Adjust file substitutions. Wrap 'ceph' executable.
[native-inputs]: Add GPERF.
[inputs]: Replace BOOST with BOOST-1.66. Add PYTHON2-PRETTYTABLE.
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake-3.11): New public variable.
|
|
|
|
| |
* gnu/packages/boost.scm (boost-1.66): New public variable.
|
|
|
|
|
|
|
| |
* gnu/packages/compression.scm (java-snappy): Update to 1.1.7.
[arguments]: Use INVOKE instead of SYSTEM*. Avoid CMAKE dependency. Delete
Hadoop test. Enable fixed test.
[native-inputs]: Add JAVA-COMMONS-LANG and JAVA-COMMONS-IO.
|
|
|
|
|
|
|
|
| |
* gnu/packages/compression.scm (snappy): Update to 1.1.7.
[source]: Change to git archive. Set file-name.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]: Add #:configure-flags.
[description]: Fix infractions.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/databases.scm (rocksdb): Update to 5.10.4.
[source]: Substitute the unbundled copy of GNU Parallel.
[arguments]: Add "V=1" "USE_RTTI=1" and
"ROCKSDBTESTS_END=db_tailing_iter_test" to #:make-flags. Set #:test-target to
"check_some". Respect parallel jobs in 'build-release-libraries' phase and
rename to 'build'.
[license]: Update for changes in 5.5.4.
|
|
|
|
|
| |
* gnu/packages/inkscape.scm (inkscape): Disable duplicate icon cache
generation.
|
|
|
|
| |
* gnu/packages/abiword.scm (abiword): Disable duplicate icon cache generation.
|
|
|
|
| |
* gnu/packages/python.scm (python-funcy)[native-inputs]: Delete python-pytest-warnings.
|
|
|
|
| |
* guix/build/git.scm (git-fetch): Fetch only the required commit, if possible.
|
|
|
|
|
|
|
|
| |
* gnu/packages/java.scm (antlr3-3.3)[source]: Add patch.
* gnu/packages/patches/antlr3-3_3-fix-java8-compilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/java.scm (antlr3-3.1)[source]: Add patch.
* gnu/packages/patches/antlr3-3_1-fix-java8-compilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-github-com-aki237-nscjar)[source]: Declare
a source file-name.
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-github-com-davidjpeacock-cli)[source]:
Declare a source file-name.
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-github-com-alsm-ioprogress)[source]:
Declare a source file-name.
|
|
|
|
| |
* gnu/packages/games.scm (freegish)[source]: Declare a source file-name.
|
|
|
|
|
| |
* gnu/packages/file-systems.scm (disorderfs)[source]: Declare a source
file-name.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-sly)[source]: Declare a source
file-name.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-epl)[source]: Declare a source
file-name.
|
|
|
|
| |
* gnu/packages/databases.scm (python-apsw)[arguments]: Use invoke.
|
|
|
|
|
| |
* gnu/packages/databases.scm (python-apsw)[source]: Declare a source
file-name.
|
|
|
|
| |
* gnu/packages/curl.scm (kurly)[source]: Declare a source file-name.
|
|
|
|
|
| |
* gnu/packages/compression.scm (unshield)[source]: Declare a source
file-name.
|
|
|
|
|
| |
* gnu/packages/compression.scm (sfarkxtc)[source]: Declare a source
file-name.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (piranha)[source]: Declare a source
file-name.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (libdivsufsort)[source]: Declare a
source file-name.
|