about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-29asciidoc: add/update meta attributesBjørn Forsman1-7/+14
2013-09-29fop: new packageBjørn Forsman2-0/+58
fop is a XML formatter driven by XSL Formatting Objects (XSL-FO). Homepage: http://xmlgraphics.apache.org/fop/
2013-09-28lilypond: add missing ghostscript path to wrapperBjørn Forsman1-1/+4
2013-09-28dblatex: add missing dependenciesBjørn Forsman1-5/+29
imagemagick, transfig, inkscape, fontconfig and ghostscript was missing. And pass --use-python-path at install time so that script shebangs end up with #!/path/to/python instead of #!/path/to/env python.
2013-09-28haskell-mono-traversable: add version 0.1.0.0Peter Simons2-0/+22
2013-09-28haskell-vector-instances: add version 3.3Peter Simons2-0/+19
2013-09-28haskell-gitit: patch to fix build with recent versions of pandocPeter Simons1-1/+5
2013-09-28crypto-conduit: jailbreak to support recent versions of cerealPeter Simons1-0/+1
2013-09-28yesod-core: jailbreak to support recent versions of cerealPeter Simons1-0/+1
2013-09-28dbus: jailbreak to support recent versions of cerealPeter Simons1-0/+1
2013-09-28haskell-vector: add version 0.10.9.1Peter Simons2-2/+18
2013-09-28haskell-primitive: add version 0.5.1.0Peter Simons2-2/+17
2013-09-28haskell-socks: update to version 0.5.2Peter Simons1-2/+2
2013-09-28haskell-shake: update to version 0.10.7Peter Simons1-4/+4
2013-09-28haskell-regex-compat-tdfa: update to version 0.95.1.3Peter Simons1-2/+2
2013-09-28haskell-pandoc-types: update to version 1.12.1.2Peter Simons1-2/+2
2013-09-28haskell-ncurses: update to version 0.2.7Peter Simons1-2/+2
2013-09-28haskell-monoid-extras: update to version 0.3.2.2Peter Simons1-2/+2
2013-09-28haskell-groups: update to version 0.4.0.0Peter Simons1-2/+2
2013-09-28haskell-ghc-mod: update to version 3.1.2Peter Simons1-2/+2
2013-09-28haskell-generic-deriving: update to version 1.6.2Peter Simons1-2/+2
2013-09-28haskell-dual-tree: update to version 0.1.0.4Peter Simons1-2/+2
2013-09-28haskell-diagrams-lib: update to version 0.7.1.1Peter Simons1-2/+2
2013-09-28haskell-diagrams-core: update to version 0.7.0.1Peter Simons1-2/+2
2013-09-28haskell-data-lens: update to version 2.10.3Peter Simons1-2/+2
2013-09-28haskell-classy-prelude: update to version 0.6.0Peter Simons1-6/+10
2013-09-28haskell-classy-prelude-conduit: update to version 0.6.0Peter Simons1-5/+5
2013-09-28haskell-cereal: update to version 0.4.0.0Peter Simons1-2/+2
2013-09-28haskell-amqp: update to version 0.6.0Peter Simons1-2/+2
2013-09-28haskell-active: update to version 0.1.0.7Peter Simons1-2/+2
2013-09-28screen: meta section cosmeticPeter Simons1-3/+2
2013-09-28Wrapped R's package system similarly to perlPackagesJustin Bedo7-0/+397
2013-09-28Merge pull request #1018 from falsifian/fix_gcrPeter Simons1-0/+2
Disable introspection for gcr.
2013-09-27Bump titaniumsdk to 3.1.4Sander van der Burg1-5/+5
2013-09-27python-gyp: Fix no-xcode.patch for Darwin.aszlig1-3/+3
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-27chromium: Update beta and dev channels.aszlig1-6/+6
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-27chromium: Split up source into multiple outputs.aszlig1-32/+78
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-27python-gyp: Update to SVN revision 1738.aszlig1-8/+7
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-27ninja: Update to new upstream version 1.4.0.aszlig1-2/+2
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27chromium: Update all channels to latest versions.aszlig1-9/+9
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-27chromium: Split sandbox off the main output path.aszlig2-6/+36
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-27lighttpd: Allow to compile with magnet support.aszlig1-3/+9
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-27Merge pull request #1017 from e-user/speedcrunchDomen Kožar3-0/+66
speedcrunch: new package
2013-09-26Disable introspection for gcr.James Cook1-0/+2
gcr stopped building after 7fbcc562 (adding introspection into GTK libs); this gets it to build again.
2013-09-27speedcrunch: new packageAlexander Kahl3-0/+66
speedcrunch is a fast power user calculator.
2013-09-26Fix some issues in my packages reported by nixpkgs-lint.Moritz Ulrich6-18/+18
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-26password-store: Wrap script and set correct PATH.Moritz Ulrich1-6/+17
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-26Merge pull request #1014 from coroa/scipyDomen Kožar3-8/+39
Updating scipy and friends to add the new package qutip
2013-09-26imagemagick: Drop build-time dependency on GraphvizEelco Dolstra1-3/+5
2013-09-26autojump: correctly set prefixDomen Kožar1-3/+1