~ruther/guix-local

f0ad3c76 — Ludovic Courtès 11 years ago
gnu: bigloo: Add RUNPATH to the libraries.

* gnu/packages/scheme.scm (bigloo)[arguments]: Pass --ldflags
  'configure' flag.
1a189da0 — Andreas Enge 11 years ago
gnu: vlc: Update to 2.2.0.

* gnu/packages/video.scm (vlc): Update to 2.2.0.
  [inputs]: Switch from ffmpeg-2.2 to latest one.
457e528e — Ludovic Courtès 11 years ago
gnu: ffmpeg: Allow tests to run from the build tree.

* gnu/packages/video.scm (ffmpeg)[arguments]: Add 'set-ld-library-path'
  phase.
f2feb0ce — Ludovic Courtès 11 years ago
gnu: ffmpeg: Use 'modify-phases'.

* gnu/packages/video.scm (ffmpeg)[arguments]: Use 'modify-phases'
  instead of 'alist-cons-after' et al.
e1600f69 — Ludovic Courtès 11 years ago
hydra: Increase size of USB image.

* build-aux/hydra/gnu-system.scm (qemu-jobs) <usb-image>: Increase from
  800 MiB to 850 MiB.
73b1b4eb — Ludovic Courtès 11 years ago
gnu: icecat: Disable RUNPATH validation.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Pass
  #:validate-runpath? #f.
b7615c56 — Ludovic Courtès 11 years ago
build-system/haskell: Adjust to new 'modify-phases' syntax.

* guix/build/haskell-build-system.scm (%standard-phases): Add missing
  quotes, as needed since commit f8503e2.
9fd6c2ba — Ludovic Courtès 11 years ago
build: Build and install (guix build haskell-build-system).

* Makefile.am (MODULES): Add guix/build/haskell-build-system.scm.
31580979 — Ludovic Courtès 11 years ago
gnu: qt-4: Add "doc" output; use more standard directory names.

* gnu/packages/qt.scm (qt-4)[outputs]: New field.
  (qt-4)[arguments]: Pass '-docdir', '-demosdir', and '-examplesdir'.
d2984346 — Ludovic Courtès 11 years ago
gnu: qt-4: Do not set $LDFLAGS since that triggerred a build failure.

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.
6c0dfb19 — 宋文武 11 years ago
gnu: wine: Add $libdir to the RUNPATH of binaries.

* gnu/packages/wine.scm (wine)[arguments]: Add #:configure-flags.
d43ba6f8 — 宋文武 11 years ago
gnu: wine: Update to 1.7.40.

* gnu/packages/wine.scm (wine): Update to 1.7.40.
cd6c6d60 — Ludovic Courtès 11 years ago
build-system/haskell: Refer to %GNU-BUILD-SYSTEM-MODULES.

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.
1590e8a1 — Ludovic Courtès 11 years ago
packages: Refer to the native tools when handling sources and downloads.

* 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.
691cb22b — 宋文武 11 years ago
gnu: fltk: Add $libdir to the RUNPATH of binaries.

* gnu/packages/fltk.scm (fltk)[arguments]: Add
  DSOFLAGS=-Wl,-rpath=$libdir to #:configure-flags.
bda4ca76 — 宋文武 11 years ago
gnu: fltk: Update to 1.3.3.

* gnu/packages/fltk.scm (fltk): Update to 1.3.33
fee4693e — 宋文武 11 years ago
gnu: recode: Fix tests.

* 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.
23a22af6 — Andy Wingo 11 years ago
gnu: Add gnome-settings-daemon.

* gnu/packages/gnome.scm (gnome-settings-daemon): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
6a180f6f — Andy Wingo 11 years ago
gnu: Add libgweather.

* gnu/packages/gnome.scm (libgweather): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
93496558 — Ludovic Courtès 11 years ago
gnu: qt-5: Allow the use of DT_RUNPATH for libQt5WebEngineCore.so.

* gnu/packages/patches/qt5-runpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qt)[source]: Use it.
Next