Commit Graph

47934 Commits

Author SHA1 Message Date
Mateusz Kowalczyk
2b54796585 cantata: update to 1.4.1 2014-08-28 00:09:26 +01:00
aszlig
8a56a55bb4
nixos/manual: Use literalExample when feasible.
Should bring most of the examples into a better consistency regarding
syntactic representation in the manual.

Thanks to @devhell for reporting.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-27 23:41:15 +02:00
aszlig
9667a4067c
nixos: Use literalExample for systemPackages.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-27 22:44:56 +02:00
Austin Seipp
2dc2699ca4 linux/grsec: updates
3.15.10 is EOL soon, but grsecurity/unstable hasn't moved to 3.16.x yet.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-27 15:14:19 -05:00
Shea Levy
f2d9783891 Merge branch 'add-haskell-servant' of git://github.com/alpmestan/nixpkgs
add the servant (haskell) packages to nixpkgs
2014-08-27 16:06:39 -04:00
lethalman
f11c742997 Merge pull request #3823 from aristidb/master
virtinst: fix name resolution ambiguity breaking the runnability
2014-08-27 22:05:35 +02:00
Alp Mestanogullari
940a918825 fix a small typo 2014-08-27 22:04:27 +02:00
Alp Mestanogullari
a501db1b7e servant-scotty/default.nix: switch to version 0.1.1 which relaxes the bounds on the transformers package 2014-08-27 22:03:15 +02:00
Aristid Breitkreuz
10a3369c99 virtinst: fix name resolution ambiguity breaking the runnability 2014-08-27 21:24:13 +02:00
Domen Kožar
81a2e4ce4c python3Packages: disable some 2014-08-27 21:01:43 +02:00
Domen Kožar
0a1c255bc9 zeitgeist: fix build 2014-08-27 20:53:02 +02:00
Domen Kožar
e75cf5d166 coprthr: mark as broken (cc @thoughtpolice) 2014-08-27 19:46:15 +02:00
Domen Kožar
3eb2e2b4eb python3Packages: more fixes 2014-08-27 19:43:37 +02:00
Domen Kožar
ede4ec6eea python3Packages.qutip: fix build 2014-08-27 19:37:58 +02:00
Domen Kožar
cfbdb07159 python3Packages.goobook: disable on py3k 2014-08-27 19:34:49 +02:00
Domen Kožar
9cd8c65eea python3Packages.eyeD3: fix build 2014-08-27 19:31:12 +02:00
Domen Kožar
45563c61a7 python3Packages.hcs_utils: fix build 2014-08-27 19:28:33 +02:00
Domen Kožar
1b376347f5 python3Packages.pygit2: fix build 2014-08-27 19:21:50 +02:00
Domen Kožar
e7fca7b31d python3Packages.zope_sqlalchemy: fix build 2014-08-27 19:21:33 +02:00
Domen Kožar
4008f01c04 perlPackages.TaskCatalystTutorial: fix build 2014-08-27 19:20:39 +02:00
Domen Kožar
26ee668860 pythonPackages.zope_container: disable tests (failing) 2014-08-27 19:17:05 +02:00
Domen Kožar
1fc1e9c82c xca: mark as broken 2014-08-27 19:11:08 +02:00
Domen Kožar
7b7fb63314 pypy: disable test_sqlite again... 2014-08-27 19:04:38 +02:00
Domen Kožar
ef9bcbd0b2 ino: set six as dep 2014-08-27 19:02:05 +02:00
Alp Mestanogullari
9dd3963b4d rename nix files to default.nix for all servant pkgs 2014-08-27 18:34:56 +02:00
Alp Mestanogullari
47519e732b use camelCase instead of dashes for servant package names in haskell-packages.nix 2014-08-27 18:27:18 +02:00
Alp Mestanogullari
6e2e58ea2e add the servant (haskell) packages to nixpkgs 2014-08-27 18:15:49 +02:00
Domen Kožar
a81b2f029f python3Packages.{ttystatus,versiontools}: disable on py3k 2014-08-27 18:04:30 +02:00
Domen Kožar
81c39d40f7 python3Packages: upgrade rdflib, skype4py 2014-08-27 17:40:14 +02:00
Luca Bruno
30aac2c877 glib-tested: skip broken timer test on i686 2014-08-27 17:37:26 +02:00
Domen Kožar
47f84c63bb python3Packages: more build fixes 2014-08-27 17:18:08 +02:00
aszlig
1488fbe27b
chromium: Update all channels to latest versions.
With this commit, the following new upstream versions are introduced:

stable: 36.0.1985.125 -> 37.0.2062.94
beta:   37.0.2062.58  -> 37.0.2062.94
dev:    38.0.2107.3   -> 38.0.2125.8

All channels built fine on my machine and were tested against a few
sites.

Stable and beta channel now contain the same release, because version
37 hit the stable channel. For release notes, please have a look at the
announcement:

http://googlechromereleases.blogspot.de/2014/08/stable-channel-update_26.html

Of course we're also dropping all version 36 specific crap, such as the
architecture-specific target suffix for builds, which now is no longer
needed.

The gyp flag use_mojo=0 is no longer needed, as it was a workaround
concerning version 37.0.2054.3 only.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-27 16:53:37 +02:00
aszlig
f4a9d3c0d0
chromium: Clean up/remove old/unused stuff.
We no longer need to supply compiler and binutils to the build process,
se we can safely remove them. In addition, we're now passing the new
options linux_use_gold_binary and linux_use_bundled_gold to gyp, for
details, see:

https://codereview.chromium.org/239163003

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-27 16:53:37 +02:00
Domen Kožar
1f3af28e8a python3Packages.execnet: disable tests 2014-08-27 16:04:55 +02:00
Domen Kožar
6f689c5016 python3Packages: disable some more packages 2014-08-27 15:53:15 +02:00
Domen Kožar
62345fee55 python: provide better message if python interpreter is not supported 2014-08-27 15:53:15 +02:00
Domen Kožar
e50deca440 python3Packages.statd: rename to python_statsd, disable on py3k 2014-08-27 15:53:15 +02:00
Mateusz Kowalczyk
44922143fa haskell-hakyll: update to 4.5.4.0 2014-08-27 15:23:33 +02:00
Mateusz Kowalczyk
422073018c haskell-github: update to 0.11.0 2014-08-27 15:23:32 +02:00
Mateusz Kowalczyk
1cb510784a haskell-dns: update to 1.4.4 2014-08-27 15:23:32 +02:00
Peter Simons
182968c704 Merge pull request #3812 from Fuuzetsu/free-game
haskell-free-game: add maintainer
2014-08-27 15:22:48 +02:00
Domen Kožar
aaa6156deb python3Packages.subprocess32: disable on py3k 2014-08-27 15:13:43 +02:00
Domen Kožar
591ba58e42 perlPackages.NetAMQP: fix build 2014-08-27 14:55:14 +02:00
Oliver Charles
d216d87e6e haskellPackages.markdown: New expression 2014-08-27 12:50:43 +01:00
Jaka Hudoklin
fd52ebd160 Merge pull request #3558 from geerds/trackpoint
Add "emulateWheel" option for trackpoint configuration
2014-08-27 13:50:26 +02:00
Mateusz Kowalczyk
be1ac7c044 haskell-free-game: add maintainer 2014-08-27 12:39:20 +01:00
Emery Hemingway
4fc7e4e10e picard: fix libdisc and acoustid fingerprinting issues
fpcalc is the external fingerprinter, not acoustid-fingerprinter
2014-08-27 13:38:53 +02:00
Emery Hemingway
d41b8b3091 chromaprint: switch FFT implementation to ffmpeg, build fpcalc
FFmpeg is prefered over FFTW3, and a mutual dependency of picard and acoustid-fingerprinter
2014-08-27 13:38:10 +02:00
Emery Hemingway
78bcfef61a libdiscid update from 0.2.2 to 0.6.1 2014-08-27 13:37:56 +02:00
Domen Kožar
8493813850 python3Packages: more build fixes 2014-08-27 13:34:48 +02:00