| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
The previous hash corresponded to the previous commit.
* gnu/packages/opencog.scm (agi-bio)[source]: Update hash.
|
|
|
|
| |
* gnu/packages/opencog.scm (agi-bio): New variable.
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-cl-pdf, ecl-cl-pdf, cl-pdf): New variables.
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-flexichain, ecl-flexichain, cl-flexichain):
New variables.
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-spatial-trees, ecl-spatial-trees,
cl-spatial-trees): New variables.
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-cl-vectors, ecl-cl-vectors, cl-vectors): New
variables.
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-cl-paths-ttf, ecl-cl-paths-ttf,
cl-paths-ttf): New variables.
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-cl-paths, ecl-cl-paths, cl-paths): New
variables.
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-cl-aa, ecl-cl-aa, cl-aa): New variables.
|
|
|
|
| |
* gnu/packages/astronomy.scm (stellarium): Update to 0.19.3.
|
|
|
|
| |
* gnu/packages/gnome.scm (file-roller): Update to 3.32.3.
|
|
|
|
|
| |
* gnu/services/base.scm (host-name-service-type): Remove 'respawn?'
keyword from shepherd-service-type, add 'one-shot?'.
|
|
|
|
|
|
|
|
|
| |
This is a follow-up to commit 218c785850d5ecf3a7646d81ce90445419a5103b.
[arguments]: Remove unnecessary #:python flag. Add 'wrap-gi-typelib' phase.
[inputs]: Remove python2-pygtk and add gtk+, python-pycairo, and
python-pygobject.
[native-inputs]: Replace python2-docutils with python-docutils.
|
|
|
|
| |
* gnu/packages/audio.scm (swh-plugins): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-16.c7e3a1b.
|
|
|
|
|
|
|
|
| |
* gnu/packages/sdl.scm (sdl2-mixer)[inputs]: Add opusfile.
[native-inputs]: Add pkg-config.
[arguments]<#:configure-flags>: Add "--disable-music-opus-shared".
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
| |
* gnu/packages/sdl.scm (sdl-mixer)[inputs]: Add fluidsynth and alphabetize.
[arguments]: Reformat.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
|
|
|
| |
Some configure options were renamed between SDL / SDL2 mixer; add new variants
to the derived package.
* gnu/packages/sdl.scm (sdl2-mixer)[arguments]: Fix flags to disable dynamic
library loading.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
|
|
| |
The flag --disable-music-mp3-shared is only used when building with smpeg
instead of libmad, which is linked at build time by default.
* gnu/packages/sdl.scm (sdl-mixer)[arguments]: Remove unused configure flag.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
| |
* gnu/packages/sdl.scm (sdl-mixer)[inputs]: Remove libmodplug.
* gnu/packages/sdl.scm (sdl2-mixer)[inputs]: Add libmodplug.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/build/file-systems.scm (luks-superblock?): Handle LUKS2 header.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.8.
(linux-libre-5.4-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.93.
(linux-libre-4.19-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.162.
(linux-libre-4.14-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.208.
(linux-libre-4.9-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.208.
(linux-libre-4.4-pristine-source): Update hash.
|
|
|
|
| |
* gnu/packages/package-management.scm (guix): Update to f38eabe.
|
|
|
|
| |
* gnu/packages/bootloaders.scm (dtc)[inputs]: Use python instead of python-2.
|
|
|
|
|
| |
* gnu/packages/compression.scm (ncompress): Update to 4.2.4.6.
* gnu/packages/patches/ncompress-fix-softlinks.patch: Adjust.
|
|
|
|
| |
* gnu/packages/check.scm (cppcheck): Update to 1.90.
|
|
|
|
|
| |
* doc/guix.texi (Keyboard Layout and Networking and Partitioning):
Note JFS support.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/installer/newt/partition.scm (run-fs-type-page): Add ‘jfs’ to the
list box.
* gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type)
(partition-filesystem-user-type): Add ‘jfs’ mapping
(create-jfs-file-system): New procedure.
(format-user-partitions): Use it.
* gnu/installer.scm (set-installer-path): Add jfsutils.
|
|
|
|
| |
* gnu/installer/parted.scm (create-btrfs-file-system): Fix typo in docstring.
|
|
|
|
| |
* gnu/packages/game-development.scm (ode): New variable.
|
|
|
|
| |
* gnu/packages/game-development.scm (libccd): New variable.
|
|
|
|
| |
* gnu/packages/xorg.scm (xcur2png): New variable.
|
|
|
|
| |
* gnu/packages/messaging.scm (bitlbee)[home-page]: Use HTTPS.
|
|
|
|
|
|
|
| |
* guix/gexp.scm (<raw-derivation-file>): New record type.
(raw-derivation-file-compiler): New gexp compiler.
* tests/gexp.scm ("lower-gexp, raw-derivation-file")
("raw-derivation-file"): New tests.
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile3.0-hashing): New variable.
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-hashing): New variable.
|
|
|
|
|
|
|
| |
* guix/build-system/guile.scm (lower): Add implicit-inputs? keyword
parameter.
[private-keywords]: Add it.
Honor it.
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf, ecl-zpb-ttf, cl-zpb-ttf): New
variables.
|
|
|
|
| |
* gnu/packages/opencog.scm (opencog): New variable.
|
|
|
|
| |
* gnu/packages/opencog.scm (attention): New variable.
|
|
|
|
| |
* gnu/packages/language.scm (link-grammar): New variable.
|
|
|
|
| |
* gnu/packages/opencog.scm (cogserver): New variable.
|
|
|
|
| |
* gnu/packages/opencog.scm (atomspace): New variable.
|
|
|
|
|
| |
* gnu/packages/opencog.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.2.
[source]: Remove patch.
[arguments]: Update configure flags, remove fix-glibc-compatability phase,
update substitutions.
[inputs]: Add keyutils and rpcsvc-proto.
* gnu/packages/patches/nfs-utils-missing-headers.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
| |
* gnu/packages/prolog.scm (swi-prolog): Update to 8.1.20.
|