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
8e6c0afd0f
haskell-nc-indicators: update to version 0.3
2014-07-28 20:32:52 +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
Petr Rockai
bde992bbbc
pkgsi686Linux: Use 32b kernels (x86_64 kernels can't be built with 32b gcc).
2014-07-28 20:26:13 +02:00
Rickard Nilsson
f5d0d8dbf1
elasticsearch: Fix error in NixOS module, systemd ExecStart path must be absolute.
2014-07-28 20:12:19 +02:00
Rickard Nilsson
212f476c97
Add NixOS module for Mopidy, a music player daemon
2014-07-28 19:52:32 +02:00
Rickard Nilsson
ccc22bb662
New package: mopidy-moped, a web client for the mopidy music player daemon
2014-07-28 19:51:08 +02:00
Rickard Nilsson
5b3f2e9a5e
mopidy-spotify: Update from 1.1.3 to 1.2.0
2014-07-28 19:49:41 +02:00
Rickard Nilsson
f5905b5fd3
mopdiy: Update from 0.18.3 to 0.19.0
2014-07-28 19:49:10 +02:00
Eelco Dolstra
36f99a9a82
Set $SSL_CERT_FILE
...
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.
2014-07-28 19:09:32 +02:00
aszlig
4a108847af
chromium: Update all channels to latest versions.
...
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>
2014-07-28 15:58:14 +02:00
Evgeny Egorochkin
760d579652
quassel: fix wrapper for all flag values
2014-07-28 16:47:30 +03:00
Peter Simons
4895ace127
perl-packages.nix: partially revert 7a459962331e095c
...
The commit referred to non-existent license "stdenv.lib.licenses.perl5".
2014-07-28 13:20:54 +02:00
Peter Simons
d0ca8c237e
Fix broken license references.
2014-07-28 11:43:20 +02:00
Peter Simons
ad934ccc22
singular: cosmetic fix for syntax highlighting
2014-07-28 11:42:49 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
50f548771e
Fix broken use of builtins.currentSystem
...
Packages should never use builtins.currentSystem.
2014-07-28 11:28:35 +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 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>
2014-07-28 04:18:21 +02:00
Sebastian Korten
e57249ab20
at: upgrade to 3.1.14 - seems to solve problem with kernel 3.6
2014-07-27 22:57:54 +02:00
Joachim Schiele
d46c61b863
Merge pull request #3321 from qknight/snes9x-gtk
...
added snes9x-gtk with pulseaudio support
2014-07-27 21:38:25 +02:00
Joachim Schiele
de1ae606db
snes9x-gtk: added changes requested by offlinehacker
2014-07-27 21:37:52 +02:00
Cillian de Róiste
3447b018c2
Add SDL variant with pulseaudio enabled, this fixes choppy sound in Kdenlive
...
I would rather enable pulseaudio by default for SDL as it will
probably fix issues for other programs too.
2014-07-27 19:35:09 +02:00
Cillian de Róiste
d2193736db
Remove linux_3_10_tuxonice, standard hibernate now works for me
2014-07-27 18:33:30 +02:00
Domen Kožar
64cd30518d
doc: mention nix-prefetch-scripts package
2014-07-27 15:21:38 +02:00
Domen Kožar
380e8ad794
fix manual build
2014-07-27 15:21:27 +02:00
Domen Kožar
9471af0f8a
doc: add section how to build the manual
2014-07-27 15:21:17 +02:00
Domen Kožar
6c219636da
doc: remove obsolete step on quickstart
2014-07-27 14:58:31 +02:00
Charles Strahan
5668ac61e9
bud: new package
...
This adds `bud`, a TLS terminating proxy.
2014-07-27 14:23:43 +02:00
Domen Kožar
8590e39e01
doc: change one occurance of --xml to --json
2014-07-27 14:22:58 +02:00
Domen Kožar
0cb54d44ca
Merge pull request #3256 from 1126/master
...
ncmpc: updated to version 0.23.
2014-07-27 14:17:56 +02:00
Domen Kožar
e51dfc6bf6
doc: explain when hydra builds the package
2014-07-27 14:13:27 +02:00
Domen Kožar
cf5ec2f74b
remove documentation on non-unfree licenses, nobody maintains it
2014-07-27 13:54:37 +02:00
Domen Kožar
e3319eb73d
doc: modernize meta attributes documentation
2014-07-27 13:54:37 +02:00
Domen Kožar
c8cd4275a3
openfire: get rid of builderDefs
2014-07-27 13:54:37 +02:00
Domen Kožar
a219db3cb2
fix tarball job
2014-07-27 13:36:25 +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