| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/linux.scm (net-tools): Remove the HAVE_HWSTRIP and HAVE_HWTR
options from the configuration.
|
|
|
|
|
|
|
|
| |
* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/upower.scm.
* gnu/services/upower.scm: New file, defining a upower service.
* doc/guix.texi (Various Services): Mention it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (upower): New variable.
* gnu/packages/patches/upower-builddir.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/gnutls-fix-duplicate-manpages.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnutls.scm (gnutls)[source]: Update to 3.4.0. Add patch.
[arguments]: Pass --without-p11-kit to 'configure'.
[propagated-inputs]: Use 'nettle' instead of 'nettle-2'. Add 'libidn'.
|
|
|
|
| |
* gnu/packages/gnutls.scm (gnutls)[outputs]: Add debug output.
|
|
|
|
| |
* gnu/packages/nettle.scm (nettle)[outputs]: Add debug output.
|
|
|
|
|
|
| |
Fixes a regression introduced in 6b1f238.
* gnu/packages/gtk.scm (gtk+)[arguments]: Add #:configure-flags.
|
|
|
|
| |
* gnu/packages/elf.scm (elfutils)[arguments]: New field.
|
|
|
|
|
|
| |
* gnu/packages/patches/elfutils-tests-ptrace.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/elf.scm (elfutils)[source]: Use it.
|
|
|
|
|
| |
* gnu/packages/gnuzilla.scm (nspr)[arguments]: Add
LDFLAGS=-Wl,-rpath=$libdir to #:configure-flags.
|
|
|
|
|
|
|
| |
* gnu/packages/netpbm.scm (netpbm)[source]: Add 'file-name', 'modules',
and 'snippet'.
[arguments]: Remove 'substitute*' uses that removed non-FSDG-compliant
code since this is now done in 'snippet'.
|
|
|
|
| |
* gnu/packages/linux.scm (iptables)[arguments]: Add #:configure-flags.
|
|
|
|
|
| |
* gnu/packages/linux.scm (libcap)[arguments]: Set LDFLAGS to
'-Wl,-rpath=...' in Make.Rules.
|
|
|
|
|
|
|
| |
* gnu/packages/cdrom.scm (cdparanoia): Remove 'patchelf' from inputs.
[arguments]: Remove #:modules, #:imported-modules and #:phases. Pass
'LDFLAGS=-Wl,-rpath=...' as #:configure-flags.
[origin]: Add 'snippet'.
|
|
|
|
|
| |
* gnu/packages/netpbm.scm (netpbm)[arguments]: Add 'LDFLAGS += -Wl,-rpath=...'
to config.mk in the configure phase.
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/20052>.
* gnu/packages/version-control.scm (subversion)[arguments]:
Pass '-Wl,-rpath=...' as OTHERLDFLAGS in install-perl-bindings phase.
|
|
|
|
|
| |
* gnu/packages/boost.scm (boost)[arguments]: Add -Wl,-rpath=... to
BUILD-FLAGS. Remove 'check' phase and use #:tests? #f instead.
|
|
|
|
|
|
|
|
|
| |
They are no longer needed since the latest ld-wrapper changes (commit
51d0cd9.)
* gnu/packages/patches/libtool-skip-tests2.patch: New file.
* gnu/packages/autotools.scm (libtool)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/20055>.
* gnu/packages/video.scm (libvpx)[arguments]: Set LDFLAGS to
'-Wl,-rpath=$out/lib' in configure phase.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a followup to f8503e2.
* gnu/packages/gnome.scm (glib-networking): Add missing quotes before
phase names passed to 'modify-phases'.
(libsoup): Likewise.
(gnome-terminal): Likewise.
(colord): Likewise.
(geoclue): Likewise.
* gnu/packages/gtk.scm (at-spi2-core, at-spi2-atk): Likewise.
* gnu/packages/haskell.scm (ghc-network): Likewise.
* gnu/packages/imagemagick.scm (perl-image-magick): Likewise.
* gnu/packages/video.scm (aalib): Likewise.
* gnu/packages/web.scm (nginx): Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a regression introduced in 8ff3df5.
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use quasiquote, not
quote.
(emacs-wget)[arguments]: Likewise, and use unquote-splicing for
%GNU-BUILD-SYSTEM-MODULES.
(emms): Likewise.
* gnu/packages/haskell.scm (ghc): Likewise.
* gnu/packages/samba.scm (samba): Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/20121>.
* gnu/packages/patches/curl-gss-api-fix.patch: Delete file.
* gnu/packages/patches/curl-support-capath-on-gnutls.patch,
gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch: New files.
* gnu-system.am (dist_patch_DATA): Add new patches and remove old one.
* gnu/packages/curl.scm (curl): Update to 7.41.0. Add new patches and remove
old one. Disable one unit test.
Modified-By: Mark H Weaver <mhw@netris.org>
|
|
|
|
|
|
| |
This is a followup to 12f7f4a.
* gnu/packages/gnome.scm (gnome-themes-standard): Update hash.
|
|
|
|
|
|
|
|
| |
This patch was removed in 08c045091e8d8da3b4c677540ed577e8f2448b0d,
but it's still needed for python-2.
* gnu/packages/patches/python-libffi-mips-n32-fix.patch: Restore it.
* gnu-system.am (dist_patch_DATA): Add it back.
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python): Update from 3.3.5 to 3.4.3.
* gnu/packages/patches/python-fix-tests.patch: Update the required test fixes.
* gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove it...
* gnu-system.am (dist_patch_DATA): ... and do not reference it here.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (geocode-glib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.16.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes <http://bugs.gnu.org/19795>.
Reported by David Thompson <dthompson2@worcester.edu>.
* gnu/build/activation.scm (enumerate, current-users, current-groups,
delete-user, delete-group): New procedures.
(activate-users+groups): Add calls to 'delete-user' and
'delete-group'.
* doc/guix.texi (User Accounts): Add a paragraph about statelessness.
Explain that passwords are preserved.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-http): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-network-uri): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-network): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-vector): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-parsec): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-split): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-unordered-containers): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-fgl): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-containers): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-syb): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-case-insensitive): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-quickcheck): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-tf-random): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-primitive): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-random): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-hunit): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-hashable): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-text): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-parallel): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-stm): New variable.
|
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-zlib): New variable.
|