Commit Graph

37162 Commits

Author SHA1 Message Date
Moritz Ulrich
109070d78a perlPackages.ExtUtilsTypemapsDefault: Update to 1.05 (fixes tests).
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-12-24 22:38:59 +01:00
Evgeny Egorochkin
91decd3a35 libtorrentRasterbar: add missing dependencies 2013-12-24 23:19:55 +02:00
Nixpkgs Monitor
dad3202472 libtorrentRasterbar: update from 0.16.12 to 0.16.13 2013-12-24 22:20:50 +02:00
Sander van der Burg
2f624cd1fa Make xcode detection a bit more robust and configurable 2013-12-24 14:34:56 +01:00
Ricardo M. Correia
94536ea09f nss: Fix patch download URL 2013-12-24 11:16:58 +01:00
Mathijs Kwik
3db725c467 mpv: ffmpeg defaults to latest now 2013-12-24 10:52:14 +01:00
Tomasz Kontusz
18115fbbea Change pmount download address and add platforms
The URL change is needed as alioth.debian.org is forcing HTTPS with CA we don't recognize.
2013-12-24 10:50:40 +01:00
Rob Vermaas
cd27fa7450 Build x11vnc on linux 2013-12-24 10:48:42 +01:00
Peter Simons
a4462d9a03 git-annex: fix build some more 2013-12-23 22:30:43 +01:00
Peter Simons
c380995686 haskell-yesod-auth: update to version 1.2.5.1 2013-12-23 22:30:43 +01:00
Peter Simons
b0b46acdf0 haskell-xdot: update to version 0.2.4.2 2013-12-23 22:30:43 +01:00
Peter Simons
70ccb085df haskell-wl-pprint-text: update to version 1.1.0.1 2013-12-23 22:30:43 +01:00
Peter Simons
a7c748f43e haskell-scotty: update to version 0.6.2 2013-12-23 22:30:43 +01:00
Peter Simons
beb05c1640 haskell-ghc-vis: update to version 0.7.2.1 2013-12-23 22:30:43 +01:00
Peter Simons
047988fe49 haskell-force-layout: update to version 0.2.0.1 2013-12-23 22:30:43 +01:00
Peter Simons
969e23d5d1 haskell-direct-sqlite: update to version 2.3.9 2013-12-23 22:30:43 +01:00
Peter Simons
682dac229c haskell-circle-packing: update to version 0.1.0.3 2013-12-23 22:30:43 +01:00
Peter Simons
47a3ece984 git-annex: disable test suite to fix build
The "lock" test fails. Upstream knows this, and apparently the failure
is caused by a bug in the test suite -- not in the application code.
2013-12-23 22:30:43 +01:00
Peter Simons
47816b4bd4 haskell-uuagc: update to version 0.9.50.2 2013-12-23 22:30:43 +01:00
Peter Simons
44a9fc6fcb haskell-timeplot: update to version 1.0.23 2013-12-23 22:30:43 +01:00
Peter Simons
4ca7f09ce5 haskell-yesod-auth: update to version 1.2.5.0 2013-12-23 22:30:43 +01:00
Peter Simons
d192c499d0 haskell-unix-process-conduit: update to version 0.2.2.2 2013-12-23 22:30:43 +01:00
Peter Simons
069166a454 haskell-postgresql-simple: update to version 0.4.0.1 2013-12-23 22:30:43 +01:00
Peter Simons
9a3b54a556 haskell-postgresql-libpq: update to version 0.8.2.6 2013-12-23 22:30:43 +01:00
Peter Simons
0317d6fd35 haskell-persistent: update to version 1.2.3.2 2013-12-23 22:30:42 +01:00
Peter Simons
dae18b0d6c haskell-persistent-postgresql: update to version 1.2.1.3 2013-12-23 22:30:42 +01:00
Peter Simons
c460ce3650 haskell-mongoDB: update to version 1.4.4 2013-12-23 22:30:42 +01:00
Peter Simons
faedadea28 haskell-digestive-functors-heist: update to version 0.8.3.1 2013-12-23 22:30:42 +01:00
Peter Simons
2ac0fedb60 haskell-git-annex: update to version 5.20131221 2013-12-23 22:30:42 +01:00
Peter Simons
d57b9b0b8b haskell-github: update to version 0.7.3 2013-12-23 22:30:42 +01:00
Peter Simons
4e917cdc35 python-2.6-bsddb: build this module with Berkeley DB 4.5
The current 'db' attribute refers to DB 4.8, which Python 2.6 does
recognize: <http://hydra.nixos.org/build/7320517/nixlog/1/raw>.
2013-12-23 21:45:46 +01:00
Peter Simons
6bc4007e60 nixos: don't white-list port 8200 in the firewall when minidlna is enabled
If you want minidla to accept connections from the rest of the world, please
add

    networking.firewall.allowedTCPPorts = [ 8200 ];
    networking.firewall.allowedUDPPorts = [ 1900 ];

to /etc/nixos/configuration.nix.

See <http://lists.science.uu.nl/pipermail/nix-dev/2013-November/011997.html>
for the discussion that lead to this.
2013-12-23 21:32:13 +01:00
Peter Simons
7bb7ea52e9 nixos: don't white-list port 5900 in the firewall when x11vnc is enabled
If you want x11vnc to receive TCP connections from the rest of the world,
please add

    networking.firewall.allowedTCPPorts = [ 5900 ];

to /etc/nixos/configuration.nix.

See <http://lists.science.uu.nl/pipermail/nix-dev/2013-November/011997.html>
for the discussion that lead to this.
2013-12-23 21:30:10 +01:00
Peter Simons
19a79fc71d nixos: don't white-list port 631 in the firewall when CUPS is enabled
If you want CUPS to receive UDP printer announcements from the rest of the
world, please add

  networking.firewall.allowedUDPPorts = [ 631 ];

to /etc/nixos/configuration.nix.

See <http://lists.science.uu.nl/pipermail/nix-dev/2013-November/011997.html>
for the discussion that lead to this.
2013-12-23 21:27:07 +01:00
Peter Simons
71ee40a045 all-packages.nix: fix Emacs syntax highlighting 2013-12-23 19:29:24 +01:00
Peter Simons
6518480c1b Merge pull request #1401 from monocell/haskore
haskore: new package
2013-12-23 09:13:05 -08:00
Rob Vermaas
a8df968ac4 Upgrade rsyslog to latest stable, 7.4.7. Include systemd journal support. 2013-12-23 17:42:20 +01:00
Rob Vermaas
bd0d2aa149 Update dd-agent to 4.0.1 2013-12-23 15:49:54 +01:00
Mathijs Kwik
939a0d3b4a firefox: enable gstreamer for h.264 support in HTML5 video 2013-12-23 15:48:36 +01:00
Mathijs Kwik
82d02565fc rethinkdb: /usr/bin/env is not available in chroot builds 2013-12-23 15:48:36 +01:00
Mathijs Kwik
82131d5013 clucene_core: switch to versioning scheme to make overriding easier 2013-12-23 15:48:35 +01:00
Mathijs Kwik
af7df9a37b add node rethinkdb driver 2013-12-23 11:29:16 +01:00
Mathijs Kwik
3c265cefdb add node-protobuf + binary dep 2013-12-23 11:29:16 +01:00
Mathijs Kwik
a067bd0ffc node-packages: upgrade all 2013-12-23 11:29:15 +01:00
Mathijs Kwik
d94aa96648 bitcoin: use default db4 now db48 is default 2013-12-23 11:10:19 +01:00
Mathijs Kwik
992e69abf4 freicoin: use default db4 now db48 is default 2013-12-23 11:10:18 +01:00
Mathijs Kwik
7ad65e860e netatalk: depend on db4 instead of db48, now the db4 default became db48 2013-12-23 11:10:18 +01:00
Mathijs Kwik
0be65b20a3 db4: change default 4.5 -> 4.8 2013-12-23 11:10:18 +01:00
Mathijs Kwik
8adf5a4f0c kde-4.1*: use default/latest ffmpeg 2013-12-23 11:03:15 +01:00
Mathijs Kwik
2f166b3a3c vlc: use default/latest ffmpeg 2013-12-23 11:03:15 +01:00