summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Fix broken use of builtins.currentSystemEelco Dolstra2014-07-28
| | | | Packages should never use builtins.currentSystem.
* 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>
* at: upgrade to 3.1.14 - seems to solve problem with kernel 3.6Sebastian Korten2014-07-27
|
* Merge pull request #3321 from qknight/snes9x-gtkJoachim Schiele2014-07-27
|\ | | | | added snes9x-gtk with pulseaudio support
| * snes9x-gtk: added changes requested by offlinehackerJoachim Schiele2014-07-27
| |
| * made changes requested by pSubJoachim Schiele2014-07-23
| |
| * added snes9x-gtk with pulseaudio supportJoachim Schiele2014-07-20
| |
* | Add SDL variant with pulseaudio enabled, this fixes choppy sound in KdenliveCillian de Róiste2014-07-27
| | | | | | | | | | I would rather enable pulseaudio by default for SDL as it will probably fix issues for other programs too.
* | Remove linux_3_10_tuxonice, standard hibernate now works for meCillian de Róiste2014-07-27
| |
* | bud: new packageCharles Strahan2014-07-27
| | | | | | | | This adds `bud`, a TLS terminating proxy.
* | Merge pull request #3256 from 1126/masterDomen Kožar2014-07-27
|\ \ | | | | | | ncmpc: updated to version 0.23.
| * \ Merge remote-tracking branch 'upstream/master'_11262014-07-21
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master'_11262014-07-17
| |\ \ \
| * | | | ncmpc: updated to version 0.23._11262014-07-14
| | | | |
* | | | | doc: modernize meta attributes documentationDomen Kožar2014-07-27
| | | | |
* | | | | openfire: get rid of builderDefsDomen Kožar2014-07-27
| | | | |
* | | | | fix tarball jobDomen Kožar2014-07-27
| | | | |
* | | | | 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
| | | | | |
| * | | | | Add Shotcut: A free, open source, cross-platform video editorCillian de Róiste2014-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a patch which has already been applied upstream: mltframework/shotcut#31
| * | | | | 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.
| * | | | | Kdenlive: 0.9.6 -> 0.9.8, add frei0r plugins, add myself to the maintainersCillian de Róiste2014-07-27
| | | | | |
| * | | | | 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
| | | | | |
* | | | | | bbdb3: New package.Moritz Ulrich2014-07-27
| | | | | |
* | | | | | qjackctl: version bump 0.3.10 -> 0.3.11Bjørn Forsman2014-07-26
| | | | | |
* | | | | | new package: zed 0.12.0 (installer)Matej Cotman2014-07-26
| | | | | |
* | | | | | Merge pull request #3369 from matejc/fixcpufreqmoduleJaka Hudoklin2014-07-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix e18 cpufreq module: set setuid to freqset
| * | | | | | fix e18 cpufreq module: set setuid to freqsetMatej Cotman2014-07-25
| | | | | | |
* | | | | | | RabbitMQ Java client library: packageEvgeny Egorochkin2014-07-26
| | | | | | |
* | | | | | | RabbitMQ server: bump to 3.3.4Evgeny 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
| | | | | | | |
* | | | | | | | Merge pull request #3364 from joelteon/mysql-psJaka Hudoklin2014-07-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | On Darwin, add /bin/ps to path during MySQL build
| * | | | | | | | add ps to path for buildJoel Taylor2014-07-24
| | | | | | | | |
* | | | | | | | | Merge pull request #3292 from offlinehacker/elasticsearch_pluginsJaka Hudoklin2014-07-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | elasticsearch: add support for plugins
| * | | | | | | | | elasticsearch: add support for pluginsJaka Hudoklin2014-07-25
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3315 from fignuts/masterJaka Hudoklin2014-07-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add SpiderOak secure backup service.
| * | | | | | | | | Add SpiderOak secure backup service.Andrew Morsillo2014-07-18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3355 from ttuegel/gnuplotJaka Hudoklin2014-07-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update gnuplot and add optional Qt dependency
| * | | | | | | | | | gnuplot: add optional Qt terminalThomas Tuegel2014-07-23
| | | | | | | | | | |
| * | | | | | | | | | gnuplot: version bump 4.6.3 -> 4.6.5Thomas Tuegel2014-07-23
| | | | | | | | | | |