| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* guix/packages.scm (supported-package?): New procedure.
* tests/packages.scm ("supported-package?"): New test.
* build-aux/hydra/gnu-system.scm (package->job): Use it instead of
'package-transitive-supported-systems'.
|
|
|
|
|
| |
* gnu/packages/lisp.scm (ccl)[inputs]: Add default cases in 'match' forms.
Fix pattern in "armhf-linux" case of sha256 field.
|
|
|
|
|
|
|
| |
Suggested by Pjotr Prins <pjotr.public12@thebird.nl>.
* doc/guix.texi (Binary Installation): Move warning about overwriting
higher up.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-settings-daemon): Use the wacom packages.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/xdisorg.scm (xf86-input-wacom): New variable.
|
|
|
|
|
|
| |
* gnu/packages/xdisorg.scm (libwacom): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages.scm (find-packages-by-name): Sort MATCHING according to
'version>?'. Use 'string-prefix?' instead of 'string=?' to compare
against VERSION.
* doc/guix.texi (Invoking guix package): Add example and explanation.
|
|
|
|
| |
* gnu/packages/telephony.scm (ucommon): Update to 6.3.1.
|
|
|
|
| |
* gnu/packages/telephony.scm (ccrtp): Update to 2.1.2.
|
|
|
|
| |
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.7.
|
|
|
|
| |
* gnu/packages/nano.scm (nano): Update to 2.4.1.
|
|
|
|
| |
* gnu/packages/ebook.scm (calibre): Update to 2.25.0.
|
|
|
|
| |
* gnu/packages/databases.scm (mariadb): New variable.
|
|
|
|
| |
* gnu/packages/linux.scm (libaio): New variable.
|
|
|
|
|
| |
* gnu/packages/jemalloc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
|
|
|
|
| |
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p2.
|
|
|
|
| |
* gnu/packages/tor.scm (tor): Update to 0.2.5.12.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/video.scm (ffmpeg-2.2): Remove variable.
(ffmpeg)[arguments]: Drop LDFLAGS environment variable needed only for
older versions.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/gnome.scm (gnome-vfs)[arguments]: Remove 'XFAIL_TESTS' make
flag, which caused 'make check' to fail if the test unexpectedly passed.
Add 'patch-test-async-cancel-to-never-fail' phase.
|
| |\
| | |
| | |
| | |
| | |
| | | |
Conflicts:
gnu-system.am
gnu/packages/gstreamer.scm
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add sqlite.
[arguments]: Pass "--enable-system-sqlite" to configure.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/gnome.scm (gnome-vfs)[arguments]: Add
"XFAIL_TESTS=test-async-cancel" to make flags. Remove ignored and
undocumented 'DISABLE_DEPRECATED_CFLAGS' configure flag. Simplify
'ignore-deprecations' phase and return #t. Reformat to fit within
80 columns.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* guix/scripts/refresh.scm (guix-refresh): Use 'specification->package'
instead of 'find-packages-by-name'. This allows users to specify
things like "qt-4.8.6".
* doc/guix.texi (Invoking guix refresh): Add an example.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Suggested by Mark H Weaver.
* gnu/packages/ld-wrapper2.in: New file.
* gnu-system.am (MISC_DISTRO_FILES): Add it.
* gnu/packages/commencement.scm (fixed-ld-wrapper): New procedure.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/scheme.scm (bigloo)[arguments]: Pass --ldflags
'configure' flag.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/video.scm (vlc): Update to 2.2.0.
[inputs]: Switch from ffmpeg-2.2 to latest one.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/video.scm (ffmpeg)[arguments]: Add 'set-ld-library-path'
phase.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/video.scm (ffmpeg)[arguments]: Use 'modify-phases'
instead of 'alist-cons-after' et al.
|
| | |
| | |
| | |
| | |
| | | |
* build-aux/hydra/gnu-system.scm (qemu-jobs) <usb-image>: Increase from
800 MiB to 850 MiB.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Pass
#:validate-runpath? #f.
|
| | |
| | |
| | |
| | |
| | | |
* guix/build/haskell-build-system.scm (%standard-phases): Add missing
quotes, as needed since commit f8503e2.
|
| | |
| | |
| | |
| | | |
* Makefile.am (MODULES): Add guix/build/haskell-build-system.scm.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/qt.scm (qt-4)[outputs]: New field.
(qt-4)[arguments]: Pass '-docdir', '-demosdir', and '-examplesdir'.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes the build failure at <http://hydra.gnu.org/build/379884/log/raw>:
g++ -licui18n -Wl,-O1 [...] -o ../../../../bin/assistant [...]
ld: warning: libQtCLucene.so.4, needed by /tmp/nix-build-qt-4.8.6.drv-0/qt-everywhere-opensource-src-4.8.6/lib/libQtHelp.so, not found (try using -rpath or -rpath-link)
/tmp/nix-build-qt-4.8.6.drv-0/qt-everywhere-opensource-src-4.8.6/lib/libQtHelp.so: undefined reference to `QCLucenePhraseQuery::getTerms() const'
[...]
* gnu/packages/patches/qt4-ldflags.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qt-4)[source]: Use it.
[arguments]: Remove 'setenv' call in 'configure' phase.
|
| | |
| | |
| | |
| | | |
* gnu/packages/wine.scm (wine)[arguments]: Add #:configure-flags.
|
| | |
| | |
| | |
| | | |
* gnu/packages/wine.scm (wine): Update to 1.7.40.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes a regression whereby haskell-build-system was using an incomplete
module list.
* guix/build-system/haskell.scm (%haskell-build-system-modules): New
variable.
(haskell-build): Use it as the default value of #:imported-modules.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* guix/packages.scm (patch-and-repack)[build]: Change most #$ to #+.
* guix/cvs-download.scm (cvs-fetch)[build]: Likewise.
* guix/download.scm (url-fetch)[builder]: Likewise.
* guix/git-download.scm (git-fetch)[build]: Likewise.
* guix/svn-download.scm (svn-fetch)[build]: Likewise.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/fltk.scm (fltk)[arguments]: Add
DSOFLAGS=-Wl,-rpath=$libdir to #:configure-flags.
|
| | |
| | |
| | |
| | | |
* gnu/packages/fltk.scm (fltk): Update to 1.3.33
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/textutils.scm (recode): Rename phase 'fix-setup-py to 'pre-check.
Set LD_LIBRARY_PATH to "$(pwd)/src/.libs" in pre-check phase.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/gnome.scm (gnome-settings-daemon): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/gnome.scm (libgweather): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/patches/qt5-runpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qt)[source]: Use it.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/upnp.scm (miniupnpc)[arguments]: Pass
"LDFLAGS=-Wl,-rpath=...".
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/search.scm (libtocc)[arguments] <check>: Pass
-Wl,-rpath=../src/.libs for the tests.
|
| | |
| | |
| | |
| | | |
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.40.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/haskell.scm (ghc)[arguments]: Add #:validate-runpath?.
* gnu/packages/julia.scm (julia)[arguments]: Likewise.
* gnu/packages/java.scm (icedtea6)[arguments]: Likewise.
|