| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/build/vm.scm (make-iso9660-image): Make image bootable from USB flash
drive.
|
|
|
|
|
|
|
|
| |
* guix/build/syscalls.scm (network-interface-running?): New variable.
Export it.
* tests/syscalls.scm: Add test.
Co-authored-by: John Darrington <jmd@gnu.org>
|
|
|
|
| |
* gnu/packages/ssh.scm (et)[description]: Fix typo.
|
|
|
|
|
| |
* gnu/packages/man.scm (man-db): Update to 2.7.6.1.
[arguments]: Add '--disable-cache-owner' to #:configure-flags.
|
|
|
|
| |
* gnu/packages/web.scm (nginx): Update to 1.12.1.
|
|
|
|
|
| |
* gnu/system/locale.scm (localedef-command): Use the native LIBC.
* gnu/system/shadow.scm (default-skeletons): Use the native GUILE-WM.
|
|
|
|
|
| |
* gnu/packages/admin.scm (shadow)[arguments] <set-nscd-file-name>: Refer
to "cross-libc" when cross-compiling.
|
|
|
|
|
| |
* gnu/packages/admin.scm (inetutils)[arguments]: Pass
"--with-path-procnet-dev".
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-pam)[arguments]: Pass "--disable-nis"
when cross-compiling.
|
|
|
|
| |
* gnu/packages/mp3.scm (mpg123): Update to 1.25.2.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (lollypop): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/27580>.
Reported by William <w@vieta.uk>.
* gnu/services/desktop.scm (elogind-shepherd-service): New procedure.
(elogind-service-type): Extend SHEPHERD-ROOT-SERVICE-TYPE.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/scheme.scm (hop): Update to 3.1.0-pre2.
[source]: Remove unnecessary patch.
[arguments]: Enable tests; disable parallel building; specify BIGLOO in
make-flags.
[inputs]: Add libgc, libunistring, libuv, pcre and sqlite.
* gnu/local.mk (dist_patch_DATA): Remove unnecessary patch.
* gnu/packages/patches/hop-linker-flags.patch: Delete file.
|
|
|
|
|
|
|
| |
* gnu/packages/scheme.scm (bigloo): Update to 4.3a.
[source]: Remove old patch. Add snippet.
[arguments]: Adjust the build phases accordingly.
[inputs]: Add libgc, libunistring, libuv, openssl, pcre and sqlite.
|
|
|
|
| |
* gnu/packages/man.scm (libpipeline): Update to 1.4.2.
|
|
|
|
|
|
| |
* gnu/services/dbus.scm (dbus-root-service-type)[default-value]: New
field.
(polkit-service-type)[default-value]: New field.
|
|
|
|
|
| |
* gnu/services.scm (service-back-edges): Show the type name of SERVICE
instead of SERVICE in error message.
|
|
|
|
| |
* guix/store.scm (add-to-store): Add call to 'record-operation'.
|
|
|
|
| |
* gnu/packages/mail.scm (offlineimap): Update to 7.1.2.
|
|
|
|
|
|
| |
* gnu/packages/vpn.scm (sshuttle)[native-inputs]: Mark
python-pytest-runner as a test-only dependency, following up commit
447f75825fbe473f0684d4664dde01d9d3a02d75.
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/libtiff-tiffycbcrtorgb-integer-overflow.patch,
gnu/packages/patches/libtiff-tiffycbcrtorgbinit-integer-overflow.patch:
New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff-4.0.8)[source]: Use them.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/ncurses-CVE-2017-10684-10685.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ncurses.scm (ncurses)[replacement]: New field.
(ncurses/fixed): New variable.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/poppler-fix-crash-with-broken-documents.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (poppler/fixed)[source]: Add the patch.
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.7.2.
[propagated-inputs]: Add emacs-use-package.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
| |
* gnu/packages/compression.scm (unshield): Remove incorrect '"'.
|
|
|
|
|
|
|
|
|
| |
* gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD" as label.
* gnu/system/install.scm (installation-os): Use "GuixSD" as label.
* gnu/system/vm.scm (system-disk-image): Use "GuixSD" or "GUIXSD" as volume
label.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/ssh.scm (et): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
Reported by Ricardo Wurmus.
* nix/nix-daemon/nix-daemon.cc (acceptConnection): Remove intermediate
'inaddr' variables that relied on implicit casts. This fixes
compilation with GCC 4.9.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs)[inputs]: Add imagemagick.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reported by rennes@openmailbox.org.
* guix/build/syscalls.scm (file-type->symbol): New procedure.
(%struct-dirent-header): Rename to...
(%struct-dirent-header/linux): ... this. Rename introduced bindings as
well.
(%struct-dirent-header/hurd): New C struct.
(define-generic-identifier): New macro.
(read-dirent-header, %struct-dirent-header, sizeof-dirent-header):
Define in terms of 'define-generic-identifier'.
|
|
|
|
| |
* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.8.
|
|
|
|
| |
* gnu/packages/music.scm (qtractor): Update to 0.8.3.
|
|
|
|
| |
* gnu/packages/audio.scm (guitarix): Update to 0.35.4.
|
|
|
|
| |
* gnu/packages/audio.scm (guitarix-lv2)[inputs]: Remove.
|
|
|
|
| |
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Add phase "set-HOME".
|
|
|
|
|
|
|
| |
* gnu/packages/patches/dblatex-remove-multirow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/docbook.scm (dblatex)[source]: Use patch.
[inputs]: Replace "texlive" with a texlive-union.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-fonts-rsfs): New variable.
|
|
|
|
|
| |
* gnu/packages/music.scm (lilypond)[arguments]: Add phase "use-texlive-union".
[native-inputs]: Replace "texlive" with a texlive-union.
|
|
|
|
|
| |
* doc/guix.texi (X11 Fonts): Recommend rebuilding the font cache with fc-cache
when fonts are not found.
|
|
|
|
| |
* gnu/packages/music.scm (lilypond): Update to 2.19.63.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-metapost): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-lh): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-eepic): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-eso-pic): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-fonts-ec): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-generic-epsf): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-wasysym): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-titlesec): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-subfigure): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-fonts-stmaryrd): New variable.
|