Commit Graph

35316 Commits

Author SHA1 Message Date
Eelco Dolstra
34fcf33c0b Add Ubuntu 13.10 2013-10-23 11:08:12 +02:00
Eelco Dolstra
f007850b6e man-pages: Update to 3.54 2013-10-23 10:36:21 +02:00
Michael Raskin
a730be1188 Make Wine unstable lowPrio 2013-10-23 08:01:24 +04:00
Vladimír Čunát
da55e2c186 audacious: small update, fix crashes due to gsettings schemas
Close #1037.
2013-10-22 22:10:50 +02:00
Bjørn Forsman
4acb16af4e spotify: install .desktop file 2013-10-22 20:45:10 +02:00
Bjørn Forsman
82fdd91543 spotify: update meta.homepage 2013-10-22 20:43:54 +02:00
Bjørn Forsman
fc8f8932e1 spotify: remove outdated info
Spotify for Linux works with free accounts since the end of 2011. I
verified this myself today.

Ref: http://www.omgubuntu.co.uk/2011/12/spotify-on-linux-works-for-free-accounts-offers-15-million-tracks
2013-10-22 20:43:54 +02:00
Bjørn Forsman
d4e469d307 spotify: unbreak it
Spotify doesn't start:

$ ./result/bin/spotify
/nix/store/yx05s6irqil8a24ilyvjvhnjljmm8f15-spotify-0.9.4.183/bin/.spotify-wrapped: error while loading shared libraries: libcef.so: cannot open shared object file: No such file or directory

That is fixed with adding $out/spotify-client/Data to RPATH.

Then Spotify errors out trying to open libudev.so.0. We don't have that
in nixpkgs, so I'm making a symlink to libudev.so.1 instead.

Tested on NixOS x86_64-linux.
2013-10-22 20:43:54 +02:00
Jason "Don" O'Conal
6eba129774 spotify: update to latest version 2013-10-22 20:43:54 +02:00
Peter Simons
757161cb81 xpdf: fix configure-time bug that prevented the man pages from being installed 2013-10-22 13:02:21 +02:00
Domen Kožar
897329fc47 Merge pull request #1106 from ocharles/redshift
services.redshift: New service
2013-10-22 01:33:08 -07:00
Oliver Charles
d792544802 services.redshift: New service 2013-10-22 09:03:06 +01:00
Benno Fünfstück
351c9e310d Emacs: Fix TRAMP by adjusting its path so that it finds ls and other binaries on NixOS systems
Close #1094.
2013-10-22 09:56:43 +03:00
Michael Raskin
23479e1e25 Adding desktop side of GfxTablet tablet-as-input-device Android app 2013-10-22 09:30:49 +04:00
Gergely Risko
5c88bfaca9 Add text-format haskell library 2013-10-22 01:08:05 +02:00
Bjørn Forsman
fc687b393f Small fix in handling of "unfree" meta.license attributes
meta.license is can be a string or a list of strings. But there is one
unhandled case where "unfree" (or "unfree-redistributable") is a part of
a list. It will currently not be detected as an "unfree" package and
Hydra will attempt to build it. This should fix it.

Example: http://hydra.nixos.org/build/6553461
2013-10-21 22:55:01 +02:00
Bjørn Forsman
0a4d53cc5e flightgear: add .desktop file 2013-10-21 22:47:18 +02:00
Lluís Batlle i Rossell
1adef647a5 Merge branch 'fossil127' of https://github.com/linuxfood/nixpkgs 2013-10-21 21:47:04 +02:00
Song Wenwu
b23741da34 Add smlnj-110.76
Based on patch by Marc Weber:
http://lists.science.uu.nl/pipermail/nix-dev/2010-December/005625.html

Close #1058.
2013-10-21 21:46:55 +03:00
Evgeny Egorochkin
dc70f31484 sauerbraten: SVN repository has moved 2013-10-21 21:30:14 +03:00
Brian Smith
9aa4c9fd84 Update fossil to 1.27, and enable the JSON API. 2013-10-21 18:16:27 +00:00
Jonas Hoersch
a917b7b011 my-env: pull --norc shell flag out into shell parameter
As zsh's corresponding flag is called --no-rcs, the build environment
couldn't be configured to use zsh at all.

Even then the custom PS1 won't work on zsh, but it's usable enough.

Close #1040.
2013-10-21 20:58:40 +03:00
Marc Weber
6cb91c33d0 Firebird service:
* simplify directory layout
 * clean up option descriptions
 * let the user override Firebird package
 * create firebird user
 * clarify TODO comment

Close  # 1061.
2013-10-21 20:33:11 +03:00
Michael Raskin
ae39f6c0cb Make 1.6 the default Wine version and call 1.7.4 wineUnstable 2013-10-21 21:27:18 +04:00
Oliver Charles
3eebabb90a perlPackages.TemplatePluginJSONEscape: new expression
Close #1103.
2013-10-21 19:51:17 +03:00
Oliver Charles
d685ba717d perlPackages.TAPParserSourceHandlerpgTAP: New expression 2013-10-21 19:50:40 +03:00
Oliver Charles
34e4849c68 perlPackages.LocalePO: new expression 2013-10-21 19:49:42 +03:00
Oliver Charles
7fe15b8a1a perlPackages.GnuPG: new expression 2013-10-21 19:48:51 +03:00
Evgeny Egorochkin
d2f612b1b6 postgresql.authMethod: remove unimplemented option.
close #1104.
2013-10-21 19:26:26 +03:00
Evgeny Egorochkin
4732f59226 xserver.s3tcSupport: fix typo, improve description. 2013-10-21 19:11:17 +03:00
Peter Simons
3af6415ab8 mailman: add version 2.1.16 2013-10-21 15:02:35 +02:00
James Cook
d43d1aa0d0 e2fsprogs: Update to 1.42.8. 2013-10-21 11:42:37 +02:00
Eelco Dolstra
65277727e8 nix-gc: Revert to "script" instead of ExecStart
There is an assumption that cfg.options can contain shell code, so
ExecStart doesn't work here.
2013-10-21 11:22:27 +02:00
Eelco Dolstra
375c395d12 Manual: Update installation section 2013-10-21 10:50:08 +02:00
Domen Kožar
b6823c28cd fix tarball test 2013-10-21 10:40:30 +02:00
Domen Kožar
8c0982232e Net-SNMP: disable tests 2013-10-20 23:08:42 +02:00
Jason "Don" O'Conal
3c3c631a45 vimPlugins.vimshell: add expression
vimPlugins.vimproc: add expression
close #978
2013-10-20 23:35:53 +03:00
Michael Raskin
5bbb1f77b2 Adding SlimerJS — script-driven Gecko browser 2013-10-21 00:30:39 +04:00
Jaka Hudoklin
5de7170aa5 nginx: Add optional patch for syslog support.
close #1055.
2013-10-20 22:51:27 +03:00
Domen Kožar
aeff0028bf munin: add test and fix a bug 2013-10-20 21:16:24 +02:00
Peter Simons
de419ca920 haskell-uuid: update to version 1.3.0 2013-10-20 20:57:35 +02:00
Peter Simons
172f5ed061 haskell-path-pieces: update to version 0.1.3 2013-10-20 20:57:35 +02:00
Peter Simons
4bdeec0327 haskell-pandoc-types: update to version 1.12.3 2013-10-20 20:57:34 +02:00
Peter Simons
562f4253d1 haskell-pandoc-citeproc: update to version 0.1.2.1 2013-10-20 20:57:34 +02:00
Peter Simons
4ec63832fd haskell-data-pprint: update to version 0.2.3 2013-10-20 20:57:34 +02:00
Michael Raskin
9eba67dbcd Fix/split ZPAQ after upgrade 2013-10-20 22:30:40 +04:00
Michael Raskin
6f3e7d17d3 Fix Wine source 2013-10-20 22:02:02 +04:00
Michael Raskin
f88aa22706 Allow non-SSL connections to vsftpd by default to let tests not specify certificate 2013-10-20 21:16:12 +04:00
Michael Raskin
6e3b2c49e0 Fix license attribute in ttysnoop 2013-10-20 21:15:14 +04:00
Michael Raskin
de3aada0fa Making Cuneiform package export version 2013-10-20 21:10:49 +04:00