about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* haskell-hflags: re-generate with cabal2nixPeter Simons2014-07-28
|
* haskell-nixpkgs.nix: update Cabal to version 1.20.0.2Peter Simons2014-07-28
|
* pkgsi686Linux: Use 32b kernels (x86_64 kernels can't be built with 32b gcc).Petr Rockai2014-07-28
|
* elasticsearch: Fix error in NixOS module, systemd ExecStart path must be ↵Rickard Nilsson2014-07-28
| | | | absolute.
* Add NixOS module for Mopidy, a music player daemonRickard Nilsson2014-07-28
|
* New package: mopidy-moped, a web client for the mopidy music player daemonRickard Nilsson2014-07-28
|
* mopidy-spotify: Update from 1.1.3 to 1.2.0Rickard Nilsson2014-07-28
|
* mopdiy: Update from 0.18.3 to 0.19.0Rickard Nilsson2014-07-28
|
* Set $SSL_CERT_FILEEelco Dolstra2014-07-28
| | | | | | | It's more standard than $OPENSSL_X509_CERT_FILE (which I guess was a totally unnecessary patch to OpenSSL). Since curl respects $SSL_CERT_FILE, it's no longer needed to set $CURL_CA_BUNDLE. Git unfortunately doesn't.
* chromium: Update all channels to latest versions.aszlig2014-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this commit, the following new upstream versions are introduced: stable: 35.0.1916.153 -> 36.0.1985.125 beta: 36.0.1985.84 -> 37.0.2062.44 dev: 37.0.2054.3 -> 38.0.2101.0 All builds were successfully tested on my machine, however in order to update the beta and dev channels, a few additional modifications were necessary: * Don't update address_input_strings.grdp anymore because this has been done/fixed upstream and was relevant in version 37.0.2054.3 _only_. * No need to fix references to /usr/bin/gcc in version 38 anymore. * Constrain patch for Angle (introduced in 4cbedd7) to version 37 only, because it already has been applied upstream in version 38. * Drop user namespaces patch for version 31 up until version 35, because version 36 is already in stable. * Don't try to build bundled Clang and/or even build using Clang. * Remove obsolete patchPhase commands that are specific to version 35 and older. While testing the dev version 38 I came accross a font rendering issue which needs to be addressed ASAP (perhaps related to #3187), however the browser works otherwise. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* quassel: fix wrapper for all flag valuesEvgeny Egorochkin2014-07-28
|
* perl-packages.nix: partially revert 7a459962331e095cPeter Simons2014-07-28
| | | | The commit referred to non-existent license "stdenv.lib.licenses.perl5".
* Fix broken license references.Peter Simons2014-07-28
|
* singular: cosmetic fix for syntax highlightingPeter Simons2014-07-28
|
* 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
| |
* | doc: mention nix-prefetch-scripts packageDomen Kožar2014-07-27
| |
* | fix manual buildDomen Kožar2014-07-27
| |
* | doc: add section how to build the manualDomen Kožar2014-07-27
| |
* | doc: remove obsolete step on quickstartDomen Kožar2014-07-27
| |
* | bud: new packageCharles Strahan2014-07-27
| | | | | | | | This adds `bud`, a TLS terminating proxy.
* | doc: change one occurance of --xml to --jsonDomen Kožar2014-07-27
| |
* | 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: explain when hydra builds the packageDomen Kožar2014-07-27
| | | | |
* | | | | remove documentation on non-unfree licenses, nobody maintains itDomen Kožar2014-07-27
| | | | |
* | | | | 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
| | | | | |