Commit graph

53385 commits

Author SHA1 Message Date
Eelco Dolstra 44d14e2264 options.json: Export as an object rather than a list
This makes it easier to look up options by name.
2014-11-17 15:17:39 +01:00
Eelco Dolstra 8b79cc00bf Manual: Don't depend on the JSON options 2014-11-17 15:17:39 +01:00
Luca Bruno 0a34445d74 Document the fact that GNOME 3.12 must use clutter 1.18 2014-11-17 15:15:19 +01:00
Luca Bruno 24ad1612b4 Revert "clutter: update 1.18 -> 1.20. Shouldn't break anything"
This reverts commit 5e14c86b80.

Overlooked an experimental API that breaks mutter in GNOME 3.12.
2014-11-17 15:10:56 +01:00
Luca Bruno 5e14c86b80 clutter: update 1.18 -> 1.20. Shouldn't break anything 2014-11-17 15:05:50 +01:00
Luca Bruno 9631274f77 Add vala 0.26. Will be needed for gnome-terminal 3.14 2014-11-17 14:57:21 +01:00
Luca Bruno 97d5a55dd7 libndp: add new package
Library for Neighbor Discovery Protocol.

Will be needed for the new networkmanager.

http://libndp.org/
2014-11-17 14:55:45 +01:00
Thomas Tuegel 310acaf1a0 hoogle-local: expand wrapper's arguments correctly
The wrapper was expanding all the words of all its arguments. Instead, we want to expand each argument as a word; there is a subtle difference!
2014-11-17 07:54:11 -06:00
Oliver Charles bc392e40aa haskellPackages.snapCors: Update to 1.2.6 2014-11-17 13:53:20 +00:00
Jean-Philippe Bernardy 92f67bccba add parsek 2014-11-17 12:13:12 +01:00
Vladimír Čunát 5b0756cd21 db-*: only use the osx.patch for db5 where it applies
This unbreaks builds of all other versions (4.* and 6.*).
2014-11-17 10:17:17 +01:00
John Wiegley adeb4fb56b emacs24Macport: emacs-24.4-mac-5.0 -> emacs-24.4-mac-5.1 2014-11-17 02:49:06 -06:00
Vladimír Čunát 6e75afb5cf pidgin: enableParallelBuilding 2014-11-17 09:27:55 +01:00
Antoine R. Dumont cab722f816 pidgin-with-plugins: fix plugin directories (close #5009) 2014-11-17 09:27:55 +01:00
Vladimír Čunát 48776868f7 nginxUnstable: disable the broken syslog patch 2014-11-17 09:27:55 +01:00
William A. Kennington III eac8fcff1a kernel: 3.18-rc4 -> 3.18-rc5 2014-11-17 00:13:04 -08:00
Peter Simons 21801bc1e6 Merge pull request #5010 from abhinav/master
haskell-digest-pure: Add version 0.0.3
2014-11-17 09:08:32 +01:00
vbgl 2a6f4eb86f Merge pull request #5011 from 4z3/urlwatch-1.17
urlwatch: update to version 1.17
2014-11-17 07:11:43 +00:00
Vincent Laporte 8227297567 hol_light: update from 199 to 205 2014-11-17 06:53:45 +00:00
Michael Raskin 4dd7bf116b Adding eudev 2014-11-17 09:44:44 +03:00
Shea Levy 8b9b0d95a0 nixUnstable: bump 2014-11-17 00:59:31 -05:00
tv a9a10ac2ed urlwatch: update to version 1.17 2014-11-17 04:18:09 +01:00
aszlig a28ba461e7
libjreen: Add new package, version 1.2.0.
Required as an optional dependency of the Tomahawk music player.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:37:13 +01:00
aszlig 2856b0e66c
websocketpp: Add new package, version 0.4.0.
Required as a dependency of the Tomahawk music player.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:35:41 +01:00
aszlig 0a271c00be
lucenepp: Add new package, version 3.0.6.
Required as a dependency of the Tomahawk music player.

The latest upstream release needs to be patched quite a bit in order to
build and to correctly install the header files. Other distributions
seem to largely use the latest Git master version, because all those
build problems have been fixed there already.

In order to ensure we have version 3.0.6, we just cherry-pick the
relevant patches, so as soon as the next upstream version is released we
just need to drop the patches/postPatch attributes.

The postPatch is needed in order to get rid of the subversion
dependency, which the upstream build process tries to use for fetching
gtest. We don't have networking support inside the Nix build process, so
let's pass that dependency directly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:33:09 +01:00
aszlig 281a95b454
qtkeychain: Add new package, version 0.4.0.
Required as a dependency of the Tomahawk music player.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:21:09 +01:00
aszlig aafc04ef35
libechonest: Add new package, version 2.3.0.
Required as a dependency of the Tomahawk music player.

Tests are disabled because they require networking support.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:18:10 +01:00
aszlig b2557476f7
quazip: Use qt instead of qt5 for refering to Qt.
Qt 5 is passed via all-packages.nix, so it doesn't look too odd if you
want to build against qt4 instead. Before you'd have to use something
like:

quazip.override { qt5 = qt4; }

Now, it is:

quazip.override { qt = qt4; }

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:06:02 +01:00
Eelco Dolstra 86165ca2ee Add a job for generating options.json
Useful for the nixos.org options search.
2014-11-17 00:33:03 +01:00
Abhinav Gupta d6e8ab78db haskell-digest-pure: Add version 0.0.3 2014-11-16 15:32:29 -08:00
Eelco Dolstra b205cdc8d6 hello: Update to 2.10 2014-11-16 22:41:38 +01:00
Ricardo M. Correia 389143d808 grsecurity: Update assertion msg to correct major kernel versions 2014-11-16 18:52:39 +01:00
Michael Raskin 7d66259b3a Add CL-SMTP package 2014-11-16 19:57:12 +03:00
Michael Raskin 47ae07c56e Add ironclad 2014-11-16 19:57:12 +03:00
Michael Raskin 2f53f2ed16 An example build for the SBCL binary creation 2014-11-16 19:57:12 +03:00
Michael Raskin 12f35b6db7 Allow pre/post-Install 2014-11-16 19:57:12 +03:00
Michael Raskin 0f28ce0ad8 Update argument list after image restoreon SBCL 2014-11-16 19:57:12 +03:00
Michael Raskin 58e27a257e Fix SBCL binary building with saved library path 2014-11-16 19:57:12 +03:00
Aristid Breitkreuz 4790b70fb5 remove gcc33 from release expressions 2014-11-16 17:34:03 +01:00
Aristid Breitkreuz d50cb78b78 vim-plugins/YouCompleteMe: fix build 2014-11-16 17:27:13 +01:00
Aristid Breitkreuz 199e7908a5 emacs-clang-complete-async: fix build (untested, but at least it builds) 2014-11-16 17:12:05 +01:00
Evgeny Egorochkin 599394162c update obsolete startOn values 2014-11-16 17:04:54 +02:00
Aristid Breitkreuz 9f5c6d57cb Merge pull request #5004 from NixOS/remove-gcc33
remove gcc 3.3 and snx ("SSL Network Extender")
2014-11-16 16:00:51 +01:00
Aristid Breitkreuz 7bb0ff509c remove gcc 3.3 and snx ("SSL Network Extender"), the only package that depends on it 2014-11-16 14:57:42 +01:00
Aristid Breitkreuz 1dfd467c14 distcc: fix evaluation (fixes #5002) 2014-11-16 13:52:28 +01:00
Peter Simons b69238542c haskell-yesod-core: update to version 1.4.4 2014-11-16 13:31:23 +01:00
Peter Simons cdd7787ca6 haskell-tasty-quickcheck: update to version 0.8.3.1 2014-11-16 13:31:23 +01:00
Peter Simons 0cac00305a haskell-smtps-gmail: update to version 1.3.0 2014-11-16 13:31:23 +01:00
Peter Simons 7923803ebb haskell-liblastfm: update to version 0.5.1 2014-11-16 13:31:23 +01:00
Peter Simons 656255719a haskell-hspec-wai: update to version 0.6.0 2014-11-16 13:31:23 +01:00