Commit Graph

29453 Commits

Author SHA1 Message Date
Mathijs Kwik
05400054ae libical: upgrade to 1.0 2013-09-28 22:00:03 +02:00
Mathijs Kwik
d61285e658 upgrade gpac to more up-to-date svn 2013-09-28 22:00:03 +02:00
Mathijs Kwik
185eab3b33 language-java: hash change
it looks as if the maintainer decided that 0.2.5.1 (which appeared for
a short time) could just replace 0.2.5
2013-09-28 22:00:03 +02:00
Peter Simons
44f8e28988 haskell-mono-traversable: add version 0.1.0.0 2013-09-28 16:13:13 +02:00
Peter Simons
2fc05b85e0 haskell-vector-instances: add version 3.3 2013-09-28 16:13:07 +02:00
Peter Simons
7a58716347 haskell-gitit: patch to fix build with recent versions of pandoc 2013-09-28 15:05:14 +02:00
Peter Simons
bc11513748 crypto-conduit: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons
eaae0cb6bf yesod-core: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons
bdf145fa1f dbus: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons
befcb152fd haskell-vector: add version 0.10.9.1 2013-09-28 15:05:13 +02:00
Peter Simons
1856fc13e9 haskell-primitive: add version 0.5.1.0 2013-09-28 15:05:13 +02:00
Peter Simons
d3214b3f18 haskell-socks: update to version 0.5.2 2013-09-28 15:05:13 +02:00
Peter Simons
53a81c83b8 haskell-shake: update to version 0.10.7 2013-09-28 15:05:13 +02:00
Peter Simons
e003eeac66 haskell-regex-compat-tdfa: update to version 0.95.1.3 2013-09-28 15:05:13 +02:00
Peter Simons
a3c6d6968b haskell-pandoc-types: update to version 1.12.1.2 2013-09-28 15:05:13 +02:00
Peter Simons
8bb6c86072 haskell-ncurses: update to version 0.2.7 2013-09-28 15:05:13 +02:00
Peter Simons
15b2ff730c haskell-monoid-extras: update to version 0.3.2.2 2013-09-28 15:05:13 +02:00
Peter Simons
d7e76509f6 haskell-groups: update to version 0.4.0.0 2013-09-28 15:05:12 +02:00
Peter Simons
29f33ae3bb haskell-ghc-mod: update to version 3.1.2 2013-09-28 15:05:12 +02:00
Peter Simons
9ee2eef996 haskell-generic-deriving: update to version 1.6.2 2013-09-28 15:05:12 +02:00
Peter Simons
22b2956579 haskell-dual-tree: update to version 0.1.0.4 2013-09-28 15:05:12 +02:00
Peter Simons
fdefb23cad haskell-diagrams-lib: update to version 0.7.1.1 2013-09-28 15:05:12 +02:00
Peter Simons
8c93b506db haskell-diagrams-core: update to version 0.7.0.1 2013-09-28 15:05:12 +02:00
Peter Simons
27578d2278 haskell-data-lens: update to version 2.10.3 2013-09-28 15:05:12 +02:00
Peter Simons
3c051be3ce haskell-classy-prelude: update to version 0.6.0 2013-09-28 15:05:12 +02:00
Peter Simons
1885612809 haskell-classy-prelude-conduit: update to version 0.6.0 2013-09-28 15:05:12 +02:00
Peter Simons
4d07773c0d haskell-cereal: update to version 0.4.0.0 2013-09-28 15:05:11 +02:00
Peter Simons
62fcba700c haskell-amqp: update to version 0.6.0 2013-09-28 15:05:11 +02:00
Peter Simons
36f7b4e1a2 haskell-active: update to version 0.1.0.7 2013-09-28 15:05:11 +02:00
Peter Simons
b4f10018cd screen: meta section cosmetic 2013-09-28 13:23:34 +02:00
Justin Bedo
fdc6e4372f Wrapped R's package system similarly to perlPackages 2013-09-28 13:19:43 +02:00
Peter Simons
b0bf894b43 Merge pull request #1018 from falsifian/fix_gcr
Disable introspection for gcr.
2013-09-28 04:06:19 -07:00
Sander van der Burg
bb69f658ea Bump titaniumsdk to 3.1.4 2013-09-27 17:56:01 +02:00
aszlig
ae47ba445c
python-gyp: Fix no-xcode.patch for Darwin.
The last hunk of the patch doesn't apply anymore and causes a build
failure on Darwin systems:

https://hydra.nixos.org/build/6294943

Fixed the hunk manually.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:52:44 +02:00
aszlig
cb68dc8281
chromium: Update beta and dev channels.
beta: 30.0.1599.47 -> 30.0.1599.59
dev:  31.0.1636.0  -> 31.0.1650.0

All builds were tested on my machine (including stable).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:31 +02:00
aszlig
27b72342ae
chromium: Split up source into multiple outputs.
This splits up the source into one base output (just the build and tools
directory), one for bundled dependencies, one for sandbox sources and
one for the sources of the main browser.

The state of this is heavily work in progress and contains a bunch of
workarounds. For example, we currently copy the entire sources into the
build directory, so a build ultimately requires even more space than
before.

Of course, it's just temporary as neither GYP nor ninja is particularly
friendly if it comes to out-of-tree builds.

Another thing which is heavily WIP is how we handle patches. Ultimately,
those patches shouldn't be applied to the source tree (at least not all)
but rather to the final build's temporary directory.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:31 +02:00
aszlig
eed74f05c7
python-gyp: Update to SVN revision 1738.
This fixes a few issues with symlinks and also needs to be up to date
because we're going to use it for building Chromium instead of the
bundled GYP that comes with Chromium.

Also, the package was missing a license and in the current revision, we
also have test cases, so let's enable them.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:31 +02:00
aszlig
9170351e69
ninja: Update to new upstream version 1.4.0.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:30 +02:00
aszlig
80cb94784a
chromium: Update all channels to latest versions.
stable: 29.0.1547.65 -> 29.0.1547.76
beta:   30.0.1599.37 -> 30.0.1599.47
dev:    31.0.1626.0  -> 31.0.1636.0

Builds and tests working successfully on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:30 +02:00
aszlig
45b69d6dba
chromium: Split sandbox off the main output path.
Now the chromium derivation produces an extra output path for the
sandbox in order to be properly used as a setuid wrapper in <nixos>
without the need to include the full Chromium package.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:30 +02:00
aszlig
c9614d2d05
lighttpd: Allow to compile with magnet support.
This also adds pkgconfig to the dependency list so we don't need to
specify the path to OpenSSL anymore, because we need pkgconfig in order
to correctly find Lua anyway.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:29 +02:00
Domen Kožar
952d92346c Merge pull request #1017 from e-user/speedcrunch
speedcrunch: new package
2013-09-27 00:15:59 -07:00
James Cook
bae1462276 Disable introspection for gcr.
gcr stopped building after 7fbcc562 (adding introspection into GTK
libs); this gets it to build again.
2013-09-26 18:55:27 -07:00
Alexander Kahl
6371fd0908 speedcrunch: new package
speedcrunch is a fast power user calculator.
2013-09-27 00:58:54 +02:00
Moritz Ulrich
36fca94805
Fix some issues in my packages reported by nixpkgs-lint.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-26 20:03:57 +00:00
Moritz Ulrich
2c5230cb64 password-store: Wrap script and set correct PATH.
pass is just a simple script to store passwords encrypted via gnupg in
a git repository. It uses many other tools, and until now relied on
them being in PATH.

This commit wraps the script and sets PATH.
2013-09-26 19:32:21 +00:00
Domen Kožar
9f7a56dcb6 Merge pull request #1014 from coroa/scipy
Updating scipy and friends to add the new package qutip
2013-09-26 12:09:20 -07:00
Eelco Dolstra
fb8a2dafd9 imagemagick: Drop build-time dependency on Graphviz 2013-09-26 21:06:23 +02:00
Domen Kožar
16f722500e autojump: correctly set prefix 2013-09-26 20:23:43 +02:00
Eelco Dolstra
8a182718ca splashutils: Remove 2013-09-26 18:03:43 +02:00