about summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* rabbitmq-client-java: refactor the package according to the guidelines from ↵Evgeny Egorochkin2014-07-28
| | | | nixpkgs manual
* python-wrapper: Fix fixup for wrapped argv[0].aszlig2014-07-28
| | | | | | | | | | | | | Fixes issues introduced by 24ef871e6a1c858af3f9984a5b526c83b24520ed. The problem here is that "import sys; sys.argv[0] = ..." is just appended after the first "#!", which in turn breaks things such as encoding specifications. A second problem - although not very common - is when there's another #! within the script. This should take care of both cases. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* python: fix argv[0] for wrapped console_scripts.Christian Theune2014-07-27
| | | | | Previously programs would see '.<program>-wrapped' as their program name. This is a workaround but should be reasonably safe and reliable.
* Merge branch 'shotcut'Cillian de Róiste2014-07-27
|\ | | | | | | Add Shotcut (video editor), update Kdenlive and MLT, add frei0r and movit plugins
| * frei0r: fix typoCillian de Róiste2014-07-27
| |
| * MLT: 0.9.0 -> 0.9.2, add movit and frei0r plugins, add qt4 and qt5 variantsCillian de Róiste2014-07-27
| | | | | | | | | | | | | | | | Shotcut segfaults on startup when compiled against an MLT which was built with qt4. Kdenlive seqfaults when compiled against an MLT which was built with qt5. Hence the need for the two variants. Also, I'm adopting MLT as a maintainer.
| * Add frei0r: Minimalist, cross-platform, shared video pluginsCillian de Róiste2014-07-27
| |
| * Add movit: High-performance, high-quality video filters for the GPUCillian de Róiste2014-07-27
| | | | | | | | | | | | | | NOTE: movit expected to be able to read source files from gtest, so I also made them available. squash
| * Add epoxy: A library for handling OpenGL function pointer managementCillian de Róiste2014-07-27
| |
* | RabbitMQ Java client library: packageEvgeny Egorochkin2014-07-26
| |
* | Merge pull request #3371 from qknight/qt53Joachim Schiele2014-07-26
|\ \ | | | | | | qt-5.3: added attrPath="qt53Full" and "attrPath="qt53"; qt-5.2 still default
| * | added attrPath="qt53Full" and "attrPath="qt53"; qt-5.2 still defaultJoachim Schiele2014-07-25
| | |
* | | Merge pull request #3378 from MP2E/hlint_1_9_2Aycan iRiCAN2014-07-26
|\ \ \ | | | | | | | | update hlint to 1.9.2
| * | | update hlint to 1.9.2Cray Elliott2014-07-25
| | |/ | |/|
* | | Merge pull request #3003 from ↵Jaka Hudoklin2014-07-26
|\ \ \ | | | | | | | | | | | | | | | | offlinehacker/nixpkg/nodejs/buildNodePackage/shellHook buildNodePackage: add shell hook for development
| * | | buildNodePackage: add shell hook for developmentJaka Hudoklin2014-06-18
| | | |
* | | | Fix bloomfilter package on 32 bitsGergely Risko2014-07-25
| |/ / |/| | | | | | | | | | | | | | The git-annex derivation depends on bloomfilter and it's currently broken on i686 because of this. Upstream bloomfilter pull request already sent, this is for the meantime.
* | | haskell-th-desugar: tests don't compile with 7.8.3John Wiegley2014-07-24
| | |
* | | haskell-ghc-mod: fix to prevent Emacs from hangingJohn Wiegley2014-07-24
| | |
* | | haskell-thyme: fix for darwinJohn Wiegley2014-07-24
| | |
* | | idris: patch 0.9.14 to workaround a bugJohn Wiegley2014-07-24
| | |
* | | sparse: 0.4.4 -> 0.5.0Austin Seipp2014-07-24
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman2014-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* | | gcc49: maintenance updateVladimír Čunát2014-07-23
| | |
* | | firefox: Build without xulrunnerEelco Dolstra2014-07-23
| | | | | | | | | | | | Fixes #2950.
* | | nss: Update to 3.16.3Eelco Dolstra2014-07-23
| | |
* | | Add missing 's' in remaining meta.maintainer(s) attrsBjørn Forsman2014-07-22
| | |
* | | Add evemu tool to emulate and record input device event dataAndrew Morsillo2014-07-22
| | | | | | | | | | | | | | | | | | | | | | | | [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) ]
* | | portaudio: fixup .pc file to find alsa libraryBjørn Forsman2014-07-22
| | |
* | | gcc-4.2: RemoveEelco Dolstra2014-07-22
| | |
* | | opencxx: RemoveEelco Dolstra2014-07-22
| | | | | | | | | | | | It's unused and unmaintained.
* | | haskell-haste-perch: drop unsupported packagePeter Simons2014-07-22
| | | | | | | | | | | | | | | | | | 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.
* | | haskell-hlint: update to version 1.9.1Peter Simons2014-07-22
| | |
* | | haskell-codex: update to version 0.1.0.3Peter Simons2014-07-22
| | |
* | | haskell-HaRe: update to version 0.7.2.6Peter Simons2014-07-22
| | |
* | | haskell-xml-conduit: update to version 1.2.1Peter Simons2014-07-22
| | |
* | | haskell-wai: update to version 3.0.1Peter Simons2014-07-22
| | |
* | | haskell-vinyl: update to version 0.4.3Peter Simons2014-07-22
| | |
* | | haskell-units: update to version 2.1Peter Simons2014-07-22
| | |
* | | haskell-trifecta: update to version 1.4.3Peter Simons2014-07-22
| | |
* | | haskell-taggy: update to version 0.1.1Peter Simons2014-07-22
| | |
* | | haskell-streaming-commons: update to version 0.1.4.1Peter Simons2014-07-22
| | |
* | | haskell-stm-conduit: update to version 2.5.1Peter Simons2014-07-22
| | |
* | | haskell-scotty: update to version 0.8.2Peter Simons2014-07-22
| | |
* | | haskell-quickcheck-property-monad: update to version 0.2.3Peter Simons2014-07-22
| | |
* | | haskell-pandoc-types: update to version 1.12.4Peter Simons2014-07-22
| | |
* | | haskell-network-carbon: update to version 1.0.1Peter Simons2014-07-22
| | |
* | | haskell-mongoDB: update to version 2.0.2Peter Simons2014-07-22
| | |
* | | haskell-json-schema: update to version 0.6.1.1Peter Simons2014-07-22
| | |