Peter Simons
cb0e5f8e87
haskell-semigroupoids: update to version 4.0.4
2014-07-28 20:32:54 +02:00
Peter Simons
4d54be786b
haskell-repa: update to version 3.3.1.2
2014-07-28 20:32:54 +02:00
Peter Simons
f33521699c
haskell-repa-io: update to version 3.3.1.2
2014-07-28 20:32:54 +02:00
Peter Simons
a8b5bd5fe6
haskell-repa-examples: update to version 3.3.1.1
2014-07-28 20:32:54 +02:00
Peter Simons
6dfc5dc01e
haskell-repa-algorithms: update to version 3.3.1.2
2014-07-28 20:32:54 +02:00
Peter Simons
2074cd3850
haskell-profunctors: update to version 4.1
2014-07-28 20:32:54 +02:00
Peter Simons
6db5defffc
haskell-mono-traversable: update to version 0.6.1
2014-07-28 20:32:54 +02:00
Peter Simons
a80f691ea6
haskell-mongoDB: update to version 2.0.3
2014-07-28 20:32:54 +02:00
Peter Simons
39b1199265
haskell-lifted-async: update to version 0.2.0.1
2014-07-28 20:32:54 +02:00
Peter Simons
4fb51b17d3
haskell-lens: update to version 4.3.2
2014-07-28 20:32:54 +02:00
Peter Simons
8ba0c3eb04
haskell-kan-extensions: update to version 4.1
2014-07-28 20:32:54 +02:00
Peter Simons
653ed04b03
haskell-hslua: update to version 0.3.13
2014-07-28 20:32:54 +02:00
Peter Simons
9e7dd8705e
haskell-hp2any-graph: update to version 0.5.4.2
2014-07-28 20:32:53 +02:00
Peter Simons
595cfaadb7
haskell-haskell-token-utils: update to version 0.0.0.5
2014-07-28 20:32:53 +02:00
Peter Simons
cd3c2b7ed7
haskell-equivalence: update to version 0.2.5
2014-07-28 20:32:53 +02:00
Peter Simons
15deeec1bc
haskell-dns: update to version 1.4.1
2014-07-28 20:32:53 +02:00
Peter Simons
5c22263945
haskell-contravariant: update to version 1.1
2014-07-28 20:32:53 +02:00
Peter Simons
add9078981
haskell-conduit-combinators: update to version 0.2.8.2
2014-07-28 20:32:53 +02:00
Peter Simons
9fab47de52
haskell-comonad: update to version 4.2.2
2014-07-28 20:32:53 +02:00
Peter Simons
b614d0ad7b
haskell-cmdargs: update to version 0.10.9
2014-07-28 20:32:53 +02:00
Peter Simons
5fde244c07
haskell-classy-prelude: update to version 0.9.3
2014-07-28 20:32:53 +02:00
Peter Simons
71859fe4ce
haskell-classy-prelude-conduit: update to version 0.9.3
2014-07-28 20:32:53 +02:00
Peter Simons
c5bf78474b
haskell-bindings-GLFW: update to version 3.0.3.3
2014-07-28 20:32:53 +02:00
Peter Simons
4b3ad3291b
haskell-atomic-primops: update to version 0.6.0.6
2014-07-28 20:32:53 +02:00
Peter Simons
6e9bfd2d92
haskell-adjunctions: update to version 4.2
2014-07-28 20:32:53 +02:00
Peter Simons
a62a2c303d
haskell-MFlow: update to version 0.4.5.6
2014-07-28 20:32:53 +02:00
Peter Simons
0aa0b7680c
haskell-parsers: update to version 0.12.1
2014-07-28 20:32:52 +02:00
Peter Simons
41ff906084
haskell-easy-file: add version 0.2.0
2014-07-28 20:32:52 +02:00
Peter Simons
c526312445
haskell-free-game: update to version 1.1.78
2014-07-28 20:32:52 +02:00
Peter Simons
cadf6e1622
haskell-folds: update to version 0.6.2
2014-07-28 20:32:52 +02:00
Peter Simons
95199088ed
haskell-thyme: re-generate with cabal2nix
2014-07-28 20:32:52 +02:00
Peter Simons
bdb77826d9
Remove obsolete jackaudio version 1.
2014-07-28 20:32:52 +02:00
Peter Simons
7325894d72
haskell-hflags: re-generate with cabal2nix
2014-07-28 20:32:52 +02:00
Peter Simons
eec522e69a
haskell-nixpkgs.nix: update Cabal to version 1.20.0.2
2014-07-28 20:32:52 +02:00
Peter Simons
d0ca8c237e
Fix broken license references.
2014-07-28 11:43:20 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Evgeny Egorochkin
30431e7160
rabbitmq-client-java: refactor the package according to the guidelines from nixpkgs manual
2014-07-28 11:37:58 +03:00
aszlig
5f01cc70d3
python-wrapper: Fix fixup for wrapped argv[0].
...
Fixes issues introduced by 24ef871e6a
.
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>
2014-07-28 04:18:21 +02:00
Christian Theune
24ef871e6a
python: fix argv[0] for wrapped console_scripts.
...
Previously programs would see '.<program>-wrapped' as their program name. This is a workaround
but should be reasonably safe and reliable.
2014-07-27 13:23:15 +02:00
Cillian de Róiste
077d989ad1
Merge branch 'shotcut'
...
Add Shotcut (video editor), update Kdenlive and MLT, add frei0r and movit plugins
2014-07-27 13:03:08 +02:00
Cillian de Róiste
a9c04fa699
frei0r: fix typo
2014-07-27 12:53:57 +02:00
Cillian de Róiste
1f9334cab3
MLT: 0.9.0 -> 0.9.2, add movit and frei0r plugins, add qt4 and qt5 variants
...
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.
2014-07-27 12:53:56 +02:00
Cillian de Róiste
0fec3f82fc
Add frei0r: Minimalist, cross-platform, shared video plugins
2014-07-27 12:53:56 +02:00
Cillian de Róiste
ae16e892bb
Add movit: High-performance, high-quality video filters for the GPU
...
NOTE: movit expected to be able to read source files from gtest, so I
also made them available.
squash
2014-07-27 12:53:39 +02:00
Cillian de Róiste
e7bb85e448
Add epoxy: A library for handling OpenGL function pointer management
2014-07-27 12:14:38 +02:00
Evgeny Egorochkin
a7207cf389
RabbitMQ Java client library: package
2014-07-26 14:33:53 +03:00
Joachim Schiele
4f83b890db
Merge pull request #3371 from qknight/qt53
...
qt-5.3: added attrPath="qt53Full" and "attrPath="qt53"; qt-5.2 still default
2014-07-26 13:10:31 +02:00
Aycan iRiCAN
33c177c5e6
Merge pull request #3378 from MP2E/hlint_1_9_2
...
update hlint to 1.9.2
2014-07-26 13:33:37 +03:00
Jaka Hudoklin
b9b5e84081
Merge pull request #3003 from offlinehacker/nixpkg/nodejs/buildNodePackage/shellHook
...
buildNodePackage: add shell hook for development
2014-07-26 08:53:52 +02:00
Cray Elliott
441ccf85dc
update hlint to 1.9.2
2014-07-25 14:45:47 -07:00