Commit graph

28837 commits

Author SHA1 Message Date
Peter Simons 71f191bdba perl: revert "re-enable the postPatch hook on Darwin"
This reverts commit 1778200519.
Apparently, the sed -i syntax is different from what I thought, because
now the build fails on Darwin, saying:

  sed: -i.bak: No such file or directory

See http://hydra.nixos.org/build/5829944/nixlog/1/raw for more details.
2013-08-29 12:06:39 +02:00
Peter Simons 1778200519 perl: re-enable the postPatch hook on Darwin
The problem was that sed(1) variants other than GNU sed require a backup suffix
to the -i option.
2013-08-29 10:40:50 +02:00
Vladimír Čunát 604d201b7c v8: fix build with newer gcc 2013-08-27 16:16:11 +02:00
Vladimír Čunát 0e1a1748f4 mu: fix build by using older texinfo 2013-08-27 15:41:00 +02:00
Vladimír Čunát 2c217cc0b1 perl: disable tests on Darwin, refactor stdenv.lib usage
There was a mysterious error, which I don't have resources to investigate:

Removing test lib/Net/hostent.t
sed: -i: No such file or directory
2013-08-27 14:51:35 +02:00
Vladimír Čunát 2fa5f01bb9 wesnoth: fix build, minor update, parallel builds
Yes, games are the most important things in nixpkgs...
not that I actually plan to play it anytime soon ;-)
2013-08-27 12:07:21 +02:00
Vladimír Čunát b78df59fde coin3d: fix build with newer gcc 2013-08-27 11:38:20 +02:00
Vladimír Čunát 8f3b31464b dbus_cplusplus: fix build with gcc>=4.7, via Gentoo patch 2013-08-27 10:49:12 +02:00
Eelco Dolstra 8adb1d003e ed: Update to 1.9 2013-08-26 14:52:22 +02:00
Eelco Dolstra 1f60a7c4bc less: Update to 458
For some crazy reason, less is a stdenv dependency.
2013-08-26 14:50:45 +02:00
Eelco Dolstra 2145471304 bash: Update to 4.2-p45 2013-08-26 14:28:56 +02:00
Eelco Dolstra 81a647696e xz: Update to 5.0.5 2013-08-26 14:25:51 +02:00
Peter Simons 884a8fc7b5 haskell-dns: run only the 'spec' test suite, the 'network' test suite won't succeed on Hydra 2013-08-26 12:40:27 +02:00
Peter Simons fb83f8605f pkgs/build-support/cabal: add support for running specific tests only via 'testTarget'
The dns packages requires this feature, because it ships two test programs: one
of them requires network access (so we cannot run it), but the other test does
not. Setting testTarget appropriately allows us to run only one of the two
suites.
2013-08-26 12:39:33 +02:00
Peter Simons 9ac8ea937c Merge branch 'origin/master' into stdenv-updates. 2013-08-26 12:21:23 +02:00
Peter Simons 1b40ae751a haskell-wxc: re-enable haddock documentation 2013-08-26 12:20:12 +02:00
Peter Simons 95042a0923 haskell-multirec: re-enable haddock documentation 2013-08-26 12:20:12 +02:00
Peter Simons f735d9801d haskell-diagrams: re-enable haddock documentation 2013-08-26 12:20:12 +02:00
Peter Simons 8bccfe4d2b haskell-bytestring-progress: re-enable haddock documentation 2013-08-26 12:20:12 +02:00
Gergely Risko 27905ce17e pkgs/build-support/cabal: set LANG="en_US.UTF-8" for the Haddock run
Haskell packages that contain non-ascii characters in their .cabal file
or somewhere else in their haddock documentation fail to compile under
nixpkgs and usually flagged with noHaddock = true. I wanted to do the
same for modularArithmentic, when I realized that we just have to set
the locale to some UTF-8 compatible locale in build-support/cabal to fix
this issue correctly.
2013-08-26 11:59:51 +02:00
Evgeny Egorochkin f4666120ac Merge pull request #865 from the-kenny/fix-erlang-elixir
Fix purity of Elixir and Erlang
2013-08-26 00:17:48 -07:00
Moritz Ulrich e46fc8843c Elixir: Fix impurity with Erlang.
The bash scripts of elixir contain some references to `erl'. This
patch wraps the scripts and extends PATH so `erl' is available.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-08-26 02:44:54 +02:00
Moritz Ulrich 45e975abff Wrap Erlang scripts to provide missing 'sed' and 'awk'.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-08-26 02:43:12 +02:00
Mathijs Kwik 946f219a32 calibre: really fix building on master
It turns out I hardcoded the output path that qt's tarball extracts.
But that path is versioned (4.8.5 for example).
As I've already merged x-updates on my own system, my qt version was
different (4.8.4 vs 4.8.5). Made the path-guessing more flexible, so
now it should work with any 4.8.*
2013-08-25 23:42:44 +02:00
Rok Garbas dd51b43164 Plone: fixed Pillow 2013-08-25 21:57:10 +02:00
Rok Garbas b0fd3c79f7 pypi2nix: updated 2013-08-25 21:56:36 +02:00
Bjørn Forsman efcffe61e4 eagle: bump version 6.4.0 -> 6.5.0
And name the desktop file "eagle.desktop", not "Eagle.desktop". The user
facing application name is still "Eagle"; it has nothing to do with the
name of the desktop file.
2013-08-25 20:42:51 +02:00
Matej Cotman 93c4fd2855 vte: patch for alt key (close #858)
Edit (vcunat): bump to latest version supporting gtk2.
2013-08-25 19:08:59 +02:00
Bjørn Forsman 378f94f5da samba: install libnss_{wins,winbind}.so
This is the first step to get WINS/NetBIOS name lookup with nsswitch.
2013-08-25 18:41:35 +02:00
Mathijs Kwik 4326c06319 calibre: fix for chroot builds (probably) 2013-08-25 18:16:02 +02:00
Mathijs Kwik c9318f4d2d calibre: upgrade to 1.0
Upstream insists on using private qt headers.
We do not want nixpkgs' qt to export those.
So I provided a small hack to take them directly from qt's source tarball.
I made sure everything uses the normal system qt and headers, except for the
1 .so file (qt_hack) that needs these private headers.

Because of this, there is barely any increate in size or buildtime.
2013-08-25 14:31:05 +02:00
Mathijs Kwik 61021c5739 bbswitch: upgrade to 0.7 2013-08-25 14:31:05 +02:00
Domen Kožar 75d8d312e8 add ungit to node-packages.json 2013-08-25 10:55:44 +02:00
Domen Kožar cf9a8f5d25 getmail: 4.20.0 -> 4.42.0 2013-08-25 10:55:44 +02:00
Evgeny Egorochkin 952aa0e719 KDE: we don't really support anything but Linux right now, so no reason to have all those evaluation
errors.
2013-08-25 01:07:46 +03:00
Domen Kožar 03dd7deef2 node-packages: add ungit and update packages 2013-08-24 19:55:28 +02:00
Domen Kožar 82e1c8a34b v8: build binaries for unix platforms 2013-08-24 19:55:00 +02:00
Peter Simons cc14d21bc2 haskell-http-conduit: update to version 1.9.4.3 2013-08-24 13:00:43 +02:00
Peter Simons baf22bd8f6 haskell-diagrams: update to version 0.7.1 2013-08-24 13:00:43 +02:00
Peter Simons 5ba7c2a24f haskell-cabal2nix: update to version 1.54 2013-08-24 13:00:43 +02:00
Peter Simons db9383d93b haskell-hslogger: update to version 1.2.2 2013-08-24 13:00:43 +02:00
Peter Simons eb703936d0 haskell-cabal2ghci: update to version 0.0.1.1 2013-08-24 13:00:43 +02:00
Peter Simons 3740307b5b haskell-xml-conduit: update to version 1.1.0.7 2013-08-24 13:00:43 +02:00
Peter Simons dd476c7276 haskell-comonad-transformers: update to version 3.1 2013-08-24 13:00:43 +02:00
Peter Simons 1a3667773f haskell-MissingH: update to version 1.2.0.2 2013-08-24 13:00:43 +02:00
Peter Simons 384292b4d5 haskell-hoogle: disable test suite to fix the build
Running 1 test suites...
Test suite hoogle-test: RUNNING...
hoogle-test: datadir/testdata.txt: openFile: does not exist (No such file or directory)
Test suite hoogle-test: FAIL
Test suite logged to: dist/test/hoogle-4.2.19-hoogle-test.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-08-24 13:00:43 +02:00
Peter Simons 3bf9a5a773 Switch hoogle, hlint, derive, and stylish-haskell to the latest version of haskell-src-exts. 2013-08-24 13:00:42 +02:00
Peter Simons 67167c9170 haskell-src-exts: add version 1.14.0 and drop obsolete 1.11.1 2013-08-24 13:00:42 +02:00
Peter Simons 37440d740c haskell-hoogle: update to version 4.2.19 2013-08-24 13:00:42 +02:00
Peter Simons fe2acafee7 haskell-hlint: update to version 1.8.51 2013-08-24 13:00:42 +02:00