3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

39459 commits

Author SHA1 Message Date
Eelco Dolstra ea0013a0d9 nss: Update to 3.16.3 2014-07-23 17:28:36 +02:00
Joachim Schiele 743e3df3b8 made changes requested by pSub 2014-07-23 14:03:48 +02:00
Eelco Dolstra ee3db692e6 Remove unused function 2014-07-23 13:00:20 +02:00
Eelco Dolstra 97ced6f718 firefox-3.6: Remove
This version is ancient.
2014-07-23 12:56:53 +02:00
lethalman 6ca5313922 Merge pull request #3314 from geerds/virtualenvwrapper
Add virtualenvwrapper and its dependencies
2014-07-22 23:58:33 +02:00
Bjørn Forsman 3a060bbcc6 Add missing 's' in remaining meta.maintainer(s) attrs 2014-07-22 23:49:21 +02:00
Andrew Morsillo 0f8df0b6f2 Add evemu tool to emulate and record input device event data
[Bjørn Forsman:
 * wrap some long lines
 * tweak meta attrs (don't repeat package name, s/meta.maintainer/meta.maintainers/)
 * provide a version number (v2.0) for 'evemu' (for nix-env)
]
2014-07-22 23:35:38 +02:00
Jascha Geerds d3aba9b866 Patch shell scripts 2014-07-22 23:34:38 +02:00
Bjørn Forsman 4597903ce9 espeakedit: version bump 1.46.02 -> 1.48.03 (and add to channel)
The one-liner gcc buildPhase doesn't work anymore, so I'm using upstream
Makefile instead. The Makefile needs a tiny patch to work (not nixpkgs
specific).

Also fixup path to 'sox' and espeak-data/ (runtime deps) by providing
full paths.

TODO:
Uhm, seems like espeakedit still wants espeak-data/ in $HOME, even
thought I've told it to use $espeak/share/espeak-data. Have to contact
upstream to get this fixed.

Workaround:
  cp -r $(nix-build -A espeak)/share/espeak-data ~
  chmod +w ~/espeak-data
2014-07-22 21:33:25 +02:00
Bjørn Forsman 62adfd8570 espeak: version bump 1.46.02 -> 1.48.04 (and add to channel) 2014-07-22 21:24:25 +02:00
Bjørn Forsman 28f41870c4 portaudio: fixup .pc file to find alsa library 2014-07-22 21:24:25 +02:00
aszlig 0da8390338
python-packages/nbxmpp: Fix wrong sha256.
Using the sha256 from v0.4 obviously won't work very well for v0.5.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-22 19:35:42 +02:00
aszlig 4fc46efac2
python-packages: Add nbxmpp version 0.5.
This is going to be a dependency of the upcoming Gojim version 0.16, so
let's package it so it's easy to run release canidate versions using
overrideDerivation without much cruft.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-22 19:25:54 +02:00
Eelco Dolstra e7295597d8 Revert "all-packages.nix: Provide a shorter way to specify packages"
This reverts commit ece61b7cc8.
2014-07-22 17:40:24 +02:00
Eelco Dolstra ece61b7cc8 all-packages.nix: Provide a shorter way to specify packages
There are zillions of lines of the form

  foo = callPackage ../bla/foo { };

in all-packages.nix. To get rid of this verbosity, you can now list
such packages in pkgs/auto-packages.nix. This is just a list of
package file names, e.g.

  development/libraries/libogg
  development/libraries/libvorbis
  tools/archivers/gnutar

If the package needs non-default function arguments, or if its
intended attribute name is different from its file name, then you
cannot put it in auto-packages.nix and instead need to specify it in
all-packages.nix.

If Nix had a glob function (https://github.com/NixOS/nix/pull/235), we
could even get rid of auto-packages.nix and have package expressions
be discovered automatically. However, that might not be desirable
because of the need to traverse the file system to find packages we
may not even use.
2014-07-22 15:58:18 +02:00
Eelco Dolstra beb47fa3b6 opensans-ttf: Fix attribute name 2014-07-22 15:13:09 +02:00
Eelco Dolstra 3a9542455e Remove unused gcc builds 2014-07-22 15:12:22 +02:00
Eelco Dolstra 5add082ab8 gcc-4.2: Remove 2014-07-22 15:12:21 +02:00
Eelco Dolstra 9c53065b61 exult: Update to 1.4.9rc1 2014-07-22 15:12:21 +02:00
Eelco Dolstra ee39b4e82e opencxx: Remove
It's unused and unmaintained.
2014-07-22 15:12:21 +02:00
Eelco Dolstra 6f11a6681d arb: Mark as broken 2014-07-22 15:12:21 +02:00
Rob Vermaas 2851d81d76 Merge pull request #3287 from NixOS/opensans
Package for Open Sans fonts.
2014-07-22 14:38:20 +02:00
Peter Simons 02c99b7cd1 haskell-haste-perch: drop unsupported package
This package requires a special build process that's not based on Cabal (see
<https://github.com/agocorona/haste-perch/issues/5>). Someone needs to figure
out how to compile and install this stuff in the context of Nix.
2014-07-22 14:20:59 +02:00
Peter Simons fd3ca78bfc haskell-hlint: update to version 1.9.1 2014-07-22 14:20:59 +02:00
Peter Simons 029d26cdfb haskell-codex: update to version 0.1.0.3 2014-07-22 14:20:59 +02:00
Peter Simons 7b9288bc81 haskell-HaRe: update to version 0.7.2.6 2014-07-22 14:20:59 +02:00
Peter Simons 55405fa201 haskell-xml-conduit: update to version 1.2.1 2014-07-22 14:20:59 +02:00
Peter Simons e60fa1b3cb haskell-wai: update to version 3.0.1 2014-07-22 14:20:59 +02:00
Peter Simons c8f9953107 haskell-vinyl: update to version 0.4.3 2014-07-22 14:20:59 +02:00
Peter Simons 0cb71fd83c haskell-units: update to version 2.1 2014-07-22 14:20:59 +02:00
Peter Simons 8ed8908997 haskell-trifecta: update to version 1.4.3 2014-07-22 14:20:59 +02:00
Peter Simons 12e8d29cf9 haskell-taggy: update to version 0.1.1 2014-07-22 14:20:59 +02:00
Peter Simons 58b3a7c437 haskell-streaming-commons: update to version 0.1.4.1 2014-07-22 14:20:59 +02:00
Peter Simons 1772a7857e haskell-stm-conduit: update to version 2.5.1 2014-07-22 14:20:59 +02:00
Peter Simons 5fdecebd54 haskell-scotty: update to version 0.8.2 2014-07-22 14:20:59 +02:00
Peter Simons 97dff65ae6 haskell-quickcheck-property-monad: update to version 0.2.3 2014-07-22 14:20:59 +02:00
Peter Simons 93f6495731 haskell-pandoc-types: update to version 1.12.4 2014-07-22 14:20:59 +02:00
Peter Simons f31953f539 haskell-network-carbon: update to version 1.0.1 2014-07-22 14:20:58 +02:00
Peter Simons 9ba4d983c9 haskell-mongoDB: update to version 2.0.2 2014-07-22 14:20:58 +02:00
Peter Simons c26575e5e3 haskell-json-schema: update to version 0.6.1.1 2014-07-22 14:20:58 +02:00
Peter Simons fefd1a9d5e haskell-http-conduit: update to version 2.1.4 2014-07-22 14:20:58 +02:00
Peter Simons d0e8593875 haskell-http-client: update to version 0.3.6 2014-07-22 14:20:58 +02:00
Peter Simons dfaf4862b9 haskell-hspec2: update to version 0.4.0 2014-07-22 14:20:58 +02:00
Peter Simons ab8dd24f11 haskell-hspec: update to version 1.11.0 2014-07-22 14:20:58 +02:00
Peter Simons 344b4197c9 haskell-hspec-meta: update to version 1.11.0 2014-07-22 14:20:58 +02:00
Peter Simons 639901ae56 haskell-hspec-expectations: update to version 0.6.0.1 2014-07-22 14:20:58 +02:00
Peter Simons 8606a1dddf haskell-highlighting-kate: update to version 0.5.8.5 2014-07-22 14:20:58 +02:00
Peter Simons 4daefeaeb6 haskell-hcltest: update to version 0.3.3 2014-07-22 14:20:58 +02:00
Peter Simons 7d6565da4a haskell-haskell-token-utils: update to version 0.0.0.4 2014-07-22 14:20:58 +02:00
Peter Simons 0aafa56004 haskell-generic-aeson: update to version 0.1.1.1 2014-07-22 14:20:57 +02:00
Peter Simons e12bb1d4d9 haskell-gdiff: update to version 1.1 2014-07-22 14:20:57 +02:00
Peter Simons 549b50436c haskell-focus: update to version 0.1.2 2014-07-22 14:20:57 +02:00
Peter Simons e54952dd3c haskell-ekg-carbon: update to version 1.0.1 2014-07-22 14:20:57 +02:00
Peter Simons e96356056e haskell-cmdargs: update to version 0.10.8 2014-07-22 14:20:57 +02:00
Peter Simons 6051f59490 haskell-cgrep: update to version 6.4.4 2014-07-22 14:20:57 +02:00
Peter Simons 29f6060ca7 haskell-MFlow: update to version 0.4.5.5 2014-07-22 14:20:57 +02:00
Peter Simons 524be7b33c haskell-ChasingBottoms: update to version 1.3.0.8 2014-07-22 14:20:57 +02:00
Peter Simons 62bb741348 haskell-github-backup: update to version 1.20140721 2014-07-22 14:20:57 +02:00
Peter Simons 5e3f52243d haskell-HUnit-approx: add version 1.0 2014-07-22 14:20:57 +02:00
Peter Simons 1add807fdf haskell-parsers: switch to version 0.12 2014-07-22 14:20:57 +02:00
Peter Simons 06a6d219ad haskell-stylish-haskell: update to version 0.5.10.1 2014-07-22 14:20:57 +02:00
Peter Simons 429b0681c9 Re-generate Haskell packages with cabal2nix. 2014-07-22 14:20:57 +02:00
Eelco Dolstra e0c43e8d04 llvm: Removed unused versions 3.1 and 3.2 2014-07-22 13:56:26 +02:00
Eelco Dolstra 9edf4631ce emacs24Macport: Mark as lowPrio 2014-07-22 13:50:53 +02:00
Eelco Dolstra 3ef40e5004 emacs: Remove 23.x 2014-07-22 13:50:52 +02:00
Peter Simons 0d23cf835f Merge pull request #3318 from joelteon/master
Fix icu4c build on darwin
2014-07-22 12:27:11 +02:00
Sven Keidel 4ef371e1f6 added platform meta information to gpodder 2014-07-22 09:39:06 +02:00
Sven Keidel ee9ffde1cb added metainformation for gpodder and mygpoclient 2014-07-21 21:41:27 +02:00
Pascal Wittmann 261ecebfaf Merge pull request #3323 from wjlroe/logstash-1.4.2
Logstash 1.4.2
2014-07-21 20:02:11 +02:00
Pascal Wittmann 5156b5d11d Merge pull request #3260 from linquize/gbdfed
gbdfed: add package 1.6
2014-07-21 19:49:26 +02:00
Bjørn Forsman f8778ed82c openopc: new package
"OPC (OLE for Process Control) toolkit designed for use with Python"

This package contains a python module (OpenOPC) and a command line
client (opc). The OpenOPC Gateway Service for Windows is also copied to
$out, for reference.

It only works with python2.7 (not python3.x), so I'm not adding it to
python-packages.nix.

Also add needed dependency, python-pyro3, a distributed object
middleware for Python (IPC/RPC).

http://openopc.sourceforge.net/
2014-07-21 18:43:33 +02:00
lethalman 5cde295b1d Merge pull request #3327 from svenkeidel/gpodder
added gpodder package
2014-07-21 18:37:28 +02:00
Sven Keidel 75b3c9eb95 Use make install instead of setup.py directly.
Using setup.py results in the following error message:

    Missing file: share/applications/gpodder.desktop

    If you want to install, use "make install" instead of using
    setup.py directly. See the README file for more information.
2014-07-21 18:05:08 +02:00
Sven Keidel 1a484c8ba2 moved wrapper declaration to preFixup 2014-07-21 17:58:27 +02:00
_1126 70c46319d8 Merge remote-tracking branch 'upstream/master' 2014-07-21 16:01:40 +02:00
Shea Levy 430bf4719e Add plugins haskell package 2014-07-21 09:44:39 -04:00
Oliver Charles a80a701101 haskellPackages.engineIO/engineIOSnap/socketIO: Update to latest versions 2014-07-21 14:24:57 +01:00
Oliver Charles 977add9710 haskellPackages.engineIO: Update to 1.0.2 2014-07-21 13:58:41 +01:00
Bjørn Forsman cd3ba19ec0 asciidoc: add enableExtraPlugins expression argument
'enableExtraPlugins = true' enables all the extra plugins (filters and
backends) that are available in the expression. This simplifies the
configuration for users who want to have the fullest possible asciidoc
configuration (not needing to enable each individual plugin).
2014-07-20 23:03:27 +02:00
Bjørn Forsman 0ab24ad8c8 Revert "asciidoc: properly differentiate the "-full" variant in meta.description"
I changed my mind about this, I no longer think that meta.description
should differ depending on the package configuration. A package
configuration can be very fine grained, and I don't think it's
possible/preferable to describe this in meta.description.

This reverts commit 9033821c34.
2014-07-20 23:03:27 +02:00
Cillian de Róiste bc8fe732d0 Add gimpPlugins.focusblur 2014-07-20 21:28:50 +02:00
Sven Keidel eeeed00950 added gpodder package 2014-07-20 21:14:00 +02:00
Peter Simons 5c0659f2b4 Merge pull request #3324 from linquize/git-2.0.2
git: Update to 2.0.2
2014-07-20 21:12:19 +02:00
Peter Simons 6609493aa5 Merge pull request #3322 from bennofs/haskell-gtk-gio
haskell-gtk: re-generate after applying NixOS/cabal2nix#70
2014-07-20 21:11:49 +02:00
Linquize 4201db70ed git: Update to 2.0.2 2014-07-20 23:49:45 +08:00
William Roe b6c2dc4e4f License, platforms and maintainer for Logstash 2014-07-20 16:09:19 +01:00
Benno Fünfstück e2046181b6 haskell-gtk: re-generate after applying NixOS/cabal2nix#70 2014-07-20 16:56:19 +02:00
Pascal Wittmann 52cf78ef22 added cv: Tool that shows the progress of coreutils programs 2014-07-20 15:45:19 +02:00
Pascal Wittmann c7add6c270 Merge pull request #3317 from Mathnerd314/prelink
Add prelink package
2014-07-20 14:03:12 +02:00
Joachim Schiele 9d8a804047 added snes9x-gtk with pulseaudio support 2014-07-20 10:39:42 +02:00
Austin Seipp f677e843d5 hhvm: remove bash input
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-07-19 19:46:32 -05:00
Austin Seipp 03fd95d248 hhvm: Fix path to /bin/bash
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-07-19 19:44:43 -05:00
Peter Simons 713379c658 Re-generate Haskell packages with cabal2nix. 2014-07-19 21:12:04 +02:00
Cillian de Róiste 2405a94701 KDE Connect 0.7 -> 0.7.2 2014-07-19 18:02:17 +02:00
Aycan iRiCAN de155d13da Merge pull request #3227 from hrdinka/haskell-stm-containers
haskell-stm-containers: add package version 0.1.2 and its dependencies
2014-07-19 11:47:42 +03:00
Aycan iRiCAN bfe2e05925 Merge pull request #3319 from luke-clifton/master
Added cgrep utility.
2014-07-19 11:43:06 +03:00
Aycan iRiCAN f057f06136 resolved conflicts 2014-07-19 11:25:30 +03:00
Aycan iRiCAN 9489105aca Merge branch 'haskellPackages.rest' 2014-07-19 11:18:18 +03:00
Luke Clifton 8fcd7bffb9 Merge remote-tracking branch 'upstream/master' 2014-07-19 15:45:31 +08:00
Austin Seipp 4b0178d2a4 hhvm: 3.1.0 -> 3.2.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-07-19 01:58:09 -05:00
Luke Clifton 2fbd9e07f2 Added cgrep utility. 2014-07-19 12:21:15 +08:00
Joel Taylor 48d9dfa890 fix icu4c build on darwin 2014-07-18 19:25:46 -07:00
Mathnerd314 dd325fa30c Add prelink package 2014-07-19 02:16:41 +02:00
John Wiegley 73e0c50b30 haskell-git-annex: fix for darwin
@peti I don't see in the cabal2nix repository how to change the
buildDepends for git-annex the way that I need to.  Can you offer some
guidance there?
2014-07-18 18:37:54 -05:00
John Wiegley ad31933ec4 haskell-agda: 2.4.0.1 needs QuickCheck 2.7.5 specifically 2014-07-18 18:02:09 -05:00
John Wiegley 9b608c0e99 haskell-codex: jailbreak due to circular dependency
It seems the codex-0.1.0.2 build requires 0.1.0.1.
2014-07-18 18:00:27 -05:00
Eelco Dolstra 3282de17fd Revert "titanium: Bump to 3.3.0"
This reverts commit 4426b8a3a1. It
causes an infinite recursion during Nixpkgs evaluation:

http://hydra.nixos.org/build/12608698

(@svanderburg)
2014-07-18 23:49:33 +02:00
Andrew Morsillo 7f96fff12b Add SpiderOak secure backup service. 2014-07-18 16:21:48 -04:00
Alexander Tsamutali a1a9c26ccc Merge branch 'master' of https://github.com/NixOS/nixpkgs 2014-07-18 20:12:00 +04:00
Alexander Tsamutali cc4c108965 usb-modeswitch: Update to 2.2.0. 2014-07-18 20:11:16 +04:00
Peter Simons 489923be2a parsers-0.12: don't use this version yet because it breaks trifecta 2014-07-18 17:30:49 +02:00
Peter Simons ebed71f440 aeson: don't use version 0.8 yet because it breaks too many packages at the moment 2014-07-18 17:30:49 +02:00
Peter Simons 8a2aa3ccac haskell-parsers: add version 0.12 2014-07-18 17:30:49 +02:00
Peter Simons 2603db86d3 haskell-aeson: add version 0.8.0.0 2014-07-18 17:30:48 +02:00
Peter Simons 91c17543f2 haskell-QuickCheck: add version 2.7.6 2014-07-18 17:30:48 +02:00
Peter Simons 125aeed5a0 haddock: update to version 2.14.3 2014-07-18 17:30:48 +02:00
Peter Simons dfbce69f05 haskell-codex: update to version 0.1.0.2 2014-07-18 17:30:48 +02:00
Peter Simons c0791a5b2c haskell-HaRe: update to version 0.7.2.5 2014-07-18 17:30:48 +02:00
Peter Simons 82d1bce665 haskell-yaml: update to version 0.8.8.4 2014-07-18 17:30:48 +02:00
Peter Simons cc25d3f876 haskell-word8: update to version 0.1.1 2014-07-18 17:30:48 +02:00
Peter Simons 6c1a24766f haskell-webdriver: update to version 0.6.0.1 2014-07-18 17:30:48 +02:00
Peter Simons 3f881c8bdf haskell-unix-time: update to version 0.3.2 2014-07-18 17:30:48 +02:00
Peter Simons db91e939d5 haskell-streaming-commons: update to version 0.1.4 2014-07-18 17:30:48 +02:00
Peter Simons 9052bb66e7 haskell-statistics: update to version 0.13.1.0 2014-07-18 17:30:48 +02:00
Peter Simons 2bc6275cb3 haskell-safe: update to version 0.3.7 2014-07-18 17:30:48 +02:00
Peter Simons b5211831ad haskell-reflection: update to version 1.5.1 2014-07-18 17:30:48 +02:00
Peter Simons a06ff30532 haskell-purescript: update to version 0.5.3 2014-07-18 17:30:48 +02:00
Peter Simons 285cd02b3e haskell-process-conduit: update to version 1.2.0.1 2014-07-18 17:30:48 +02:00
Peter Simons 0ce81c8df2 haskell-path-pieces: update to version 0.1.4 2014-07-18 17:30:48 +02:00
Peter Simons 1911f7e780 haskell-monad-logger: update to version 0.3.7 2014-07-18 17:30:48 +02:00
Peter Simons c2e05f5f70 haskell-iproute: update to version 1.3.0 2014-07-18 17:30:48 +02:00
Peter Simons 1e45ec182e haskell-interpolate: update to version 0.0.3 2014-07-18 17:30:47 +02:00
Peter Simons dd9e5d3d01 haskell-http-conduit: update to version 2.1.3 2014-07-18 17:30:47 +02:00
Peter Simons 8844da2881 haskell-http-client: update to version 0.3.5 2014-07-18 17:30:47 +02:00
Peter Simons 37b3882c08 haskell-http-client-tls: update to version 0.2.2 2014-07-18 17:30:47 +02:00
Peter Simons 74c6b8f592 haskell-highlighting-kate: update to version 0.5.8.4 2014-07-18 17:30:47 +02:00
Peter Simons 19db354aa2 haskell-connection: update to version 0.2.3 2014-07-18 17:30:47 +02:00
Peter Simons cf16c5ed5b haskell-conduit: update to version 1.1.7 2014-07-18 17:30:47 +02:00
Peter Simons 7083b79d40 haskell-conduit-extra: update to version 1.1.2 2014-07-18 17:30:47 +02:00
Peter Simons df9ae28504 haskell-HTF: update to version 0.12.0.0 2014-07-18 17:30:47 +02:00
Peter Simons cdf9a972ad haskell-idris: update to version 0.9.14 2014-07-18 17:30:47 +02:00
Peter Simons 92faa6a009 haskell-git-annex: update to version 5.20140717 2014-07-18 17:30:47 +02:00
Sander van der Burg 600f854260 titaniumsdk: Bump to version 3.3.0.GA stable 2014-07-18 16:59:36 +02:00
Pascal Wittmann fc7fc7ce43 mpd: use pulseaudio in buildInputs if pulseaudioSupport is true not if zipSupport is true 2014-07-18 16:56:06 +02:00
Sander van der Burg 4426b8a3a1 titanium: Bump to 3.3.0 2014-07-18 16:48:38 +02:00
Sander van der Burg d3d3120052 Support UUIDs in lowercase 2014-07-18 16:40:15 +02:00
Pascal Wittmann a49e2f866d calibre: update from 1.44.0 to 1.45.0 2014-07-18 16:20:00 +02:00
Michael Raskin c38a11316d Filter out broken-completely links 2014-07-18 17:42:00 +04:00
Jascha Geerds 00fb5ea150 Add virtualenvwrapper and its dependencies 2014-07-18 15:02:44 +02:00
lethalman 5ef6745be3 Merge pull request #3278 from sztupi/vagrant
vagrant: upgrade to 1.6.3
2014-07-18 14:35:55 +02:00
Bjørn Forsman f2d5fe86bd munin: simplify setting of PERL5PATH
Use lib.makePerlPath instead of manually duplicating
"/lib/perl5/site_perl" all over.
2014-07-18 12:37:36 +02:00
Peter Simons 920f6007fa Merge pull request #3308 from matejc/connman124
connman: upgrade to version 1.24
2014-07-18 11:42:49 +02:00
Peter Simons 33b3afca91 Merge pull request #3312 from bennofs/haskell-applicative-quoters
haskell-applicative-quoters: new expression
2014-07-18 11:40:22 +02:00
John Wiegley c43693049b haskell-thyme: add cpphs build tool dependency 2014-07-18 04:31:43 -05:00
lethalman c2a4a69a4a Merge pull request #3309 from matejc/e18
e18: enlightenment desktop manager version 18
2014-07-18 11:30:39 +02:00
Joel Taylor 3bc13f1c58 allow zsh on mac 2014-07-17 15:38:19 -07:00
Eelco Dolstra 2b2ba8bdf4 nixUnstable: Update to 1.8pre3679_f609eec 2014-07-18 00:22:08 +02:00
Matej Cotman 1afb26fb17 e18: enlightenment desktop manager version 18 2014-07-17 23:00:38 +02:00
Matej Cotman 42f6d01bc2 connman: upgrade to version 1.24 2014-07-17 22:30:27 +02:00
Benno Fünfstück 5fa3754813 haskell-applicative-quoters: new expression 2014-07-17 21:48:06 +02:00
_1126 33e9f3192d Merge remote-tracking branch 'upstream/master' 2014-07-17 13:47:37 +02:00
Eelco Dolstra b4c971b14a openjdk: Update to 7u65-b32 2014-07-17 13:09:20 +02:00
Eugene Akentyev 08ca4e2d59 Add Light Table editor. 2014-07-17 12:25:22 +02:00
Pascal Wittmann 70caf388eb org: update from 8.2.7 to 8.2.7b 2014-07-17 12:20:22 +02:00
William A. Kennington III 58485aa2c7 efibootmgr: Update 0.5.4 -> 0.7.0 2014-07-17 11:40:37 +02:00
William A. Kennington III 830f3b6b55 efivar: Add derivation 2014-07-17 11:40:37 +02:00
Rob Vermaas 8233c1e672 Merge pull request #3303 from taku0/oraclejdk8_11
oraclejdk: bump to 8u11
2014-07-17 10:50:22 +02:00
Austin Seipp d5326a4af0 arcanist: 20140627 -> 20140717
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-07-17 01:26:44 -05:00
Daniel Austin 62f01119f3 Enable expressions for 'important' parts of the rest framework from Silk.co 2014-07-17 07:36:46 +02:00
taku0 c986350bfd oraclejdk: bump to 8u11 2014-07-17 10:19:51 +09:00
Pascal Wittmann d518ef91c0 cpuminer: update from 2.3.3 to 2.4 and build with -O3 as described in the installation instructions 2014-07-17 00:15:44 +02:00
Shea Levy b969e9340b Separate fetchgitPrivate into a separate file 2014-07-16 18:05:56 -04:00
Paul Colomiets f12633c628 my-env: Support for running command directly by load-env-xxx script
First I don't think there is a reason to run shell as a child of
load-env-xxx script and not to just exec into it.

Also it's often useful to just run a command inside the environment
load-env-xxx command --args

Closes #3254
2014-07-16 23:09:49 +02:00
Russell O'Connor 2faad96991 Consistently use the package name opensans-ttf everywhere. 2014-07-16 16:22:47 -04:00
Eelco Dolstra 94db68d283 Move jdk -> oraclejdk 2014-07-16 18:35:35 +02:00
Eelco Dolstra c39bee0c0f oraclejdk: Export the same setup hooks as openjdk 2014-07-16 18:34:14 +02:00
Eelco Dolstra 3c58261c67 Fix setting $JAVA_HOME 2014-07-16 18:34:14 +02:00
Eelco Dolstra 63e2ec2bb8 oraclejdk: Make version consistent with openjdk 2014-07-16 18:34:14 +02:00
Eelco Dolstra 0681742627 oraclejdk: Include "oracle" in name 2014-07-16 18:34:14 +02:00
Peter Simons 75bbad8abe Merge pull request #3285 from ehmry/polipo
Polipo
2014-07-16 18:29:11 +02:00
Eelco Dolstra 396a55ac18 oraclejdk: Update to 7u65 2014-07-16 17:52:46 +02:00
Peter Simons 29c8fdc941 Re-generate Haskell expressions with cabal2nix. 2014-07-16 12:54:59 +02:00
Peter Simons 58d52c5f76 Re-generate Haskell expressions with cabal2nix. 2014-07-16 12:51:43 +02:00
Peter Simons ea4767221f haskell-cabal2nix: update to version 1.66 2014-07-16 12:51:43 +02:00
Bjørn Forsman 28cb0f58c4 linux: only enable CONFIG_NFS_SWAP for v3.6+ kernels
Linux v3.6 is the earliest version with CONFIG_NFS_SWAP support. This
change unbreaks NixOS tests for older kernels.
2014-07-16 12:13:06 +02:00
Peter Simons 9d457ec228 Merge pull request #3282 from aycanirican/jmacro
Added haskelPackages.jmacro-*
2014-07-16 12:10:51 +02:00
Peter Simons f0de2bd4a1 Re-generate Haskell expressions with cabal2nix. 2014-07-16 12:10:10 +02:00
Ian-Woo Kim 02d6445409 update hoodle-types 0.2.2 -> 0.3, hoodle-builder 0.2.2.0 -> 0.3, hoodle-parser 0.2.2 -> 0.3, hoodle-render 0.3.2 -> 0.4, hoodle-core 0.13.0.0 -> 0.14, and hoodle 0.2.2.1 -> 0.3 2014-07-16 12:10:10 +02:00
Ian-Woo Kim e8effb9c26 update coroutine-object 0.2 -> 0.3, xournal-parser 0.5.0.2 -> 0.5.0.3 2014-07-16 12:10:10 +02:00
Peter Simons 93464d88b0 Merge pull request #3293 from codygman/blaze-from-html
blaze-from-html: add version 0.3.2.1
2014-07-16 12:07:42 +02:00
Peter Simons 5ae5d00d18 Merge pull request #3294 from nilcons/haskellfixes
Fix various Haskell packages for 7.8
2014-07-16 12:07:14 +02:00
Peter Simons dde46a1445 Merge pull request #3297 from soenkehahn/master
update haskell-taggy-lens to version 0.1.2
2014-07-16 12:04:12 +02:00
Peter Simons 06e38776d4 Merge pull request #3298 from MP2E/hi_import
Import the cabal new project template creator, "hi"
2014-07-16 12:03:07 +02:00
Peter Simons 09af8c8afd Re-generate Haskell expressions with cabal2nix. 2014-07-16 11:58:51 +02:00
Rok Garbas dd6f29f88c Revert "Update titanium node package and others"
This reverts commit 7dce55d0fd.
2014-07-16 10:46:04 +01:00
Vladimír Čunát 18de3952b8 wpa_supplicant: update 2.1 -> 2.2, drop a patch
Fixes #3238.
2014-07-16 10:30:38 +02:00
Cray Elliott 90392f6233 Import the haskell cabal template creator, "hi" from Hackage
note: depends on template
2014-07-16 01:13:09 -07:00
Cray Elliott 0e3f66d051 import Haskell template library from Hackage 2014-07-16 01:12:58 -07:00
Oliver Charles 952f3f6e8b haskellPackages.ekgCarbon: New expression 2014-07-16 08:20:27 +01:00
Sönke Hahn 5d28cd9b18 update haskell-taggy-lens to version 0.1.2 2014-07-16 14:39:12 +08:00