Peter Simons
007bb142bd
haskell-data-object: updated to version 0.3.1.9
...
svn path=/nixpkgs/trunk/; revision=31688
2012-01-19 14:45:38 +00:00
Peter Simons
4bf2f17323
haskell-convertible-text: updated to version 0.4.0.2
...
svn path=/nixpkgs/trunk/; revision=31687
2012-01-19 14:45:29 +00:00
Peter Simons
5856dbaa53
haskell-control-monad-attempt: updated to version 0.3.0.1
...
svn path=/nixpkgs/trunk/; revision=31686
2012-01-19 14:45:14 +00:00
Peter Simons
40a684701a
haskell-blaze-textual-native: updated to version 0.2.1.1
...
svn path=/nixpkgs/trunk/; revision=31685
2012-01-19 14:45:10 +00:00
Peter Simons
62e31a562f
haskell-aeson-native: updated to version 0.3.3.2
...
svn path=/nixpkgs/trunk/; revision=31684
2012-01-19 14:44:55 +00:00
Peter Simons
13e5cf2efb
haskell-vault: added version 0.1.0.0
...
svn path=/nixpkgs/trunk/; revision=31683
2012-01-19 14:44:33 +00:00
Ludovic Courtès
652712b77a
udisks: Autoreconf properly.
...
svn path=/nixpkgs/trunk/; revision=31679
2012-01-19 09:23:24 +00:00
Ludovic Courtès
ed221cf4cc
GNUnet 0.9.1.
...
svn path=/nixpkgs/trunk/; revision=31677
2012-01-18 20:53:00 +00:00
Ludovic Courtès
94a0bbcef3
GNU Source-Highlight 3.1.6.
...
svn path=/nixpkgs/trunk/; revision=31676
2012-01-18 20:52:55 +00:00
Ludovic Courtès
9975a56711
GNU xnee 3.11.
...
svn path=/nixpkgs/trunk/; revision=31675
2012-01-18 20:52:50 +00:00
Ludovic Courtès
7ce8cc9f2c
GNU Parallel 20111222.
...
svn path=/nixpkgs/trunk/; revision=31674
2012-01-18 20:52:45 +00:00
Ludovic Courtès
d9433c2167
GNU ddrescue 1.15.
...
svn path=/nixpkgs/trunk/; revision=31673
2012-01-18 20:52:40 +00:00
Ludovic Courtès
ffdd332cf7
libassuan 2.0.3.
...
svn path=/nixpkgs/trunk/; revision=31672
2012-01-18 20:52:36 +00:00
Ludovic Courtès
16753086a3
GNU Libidn 1.24.
...
svn path=/nixpkgs/trunk/; revision=31671
2012-01-18 20:52:31 +00:00
Ludovic Courtès
c295b6638e
GNU SIP Witch 1.2.1.
...
svn path=/nixpkgs/trunk/; revision=31670
2012-01-18 20:52:26 +00:00
Ludovic Courtès
8aaa52d532
GNU Common C++ 5.1.2.
...
svn path=/nixpkgs/trunk/; revision=31669
2012-01-18 20:52:22 +00:00
Ludovic Courtès
649168b846
GNU FreeIPMI 1.1.1.
...
svn path=/nixpkgs/trunk/; revision=31668
2012-01-18 20:52:17 +00:00
Ludovic Courtès
300372af20
GNU Automake 1.11.2.
...
svn path=/nixpkgs/trunk/; revision=31667
2012-01-18 20:52:12 +00:00
Ludovic Courtès
3d7597fdb9
GNU recutils 1.5.
...
svn path=/nixpkgs/trunk/; revision=31666
2012-01-18 20:52:07 +00:00
Ludovic Courtès
9d5df9699b
GnuTLS 3.0.11.
...
svn path=/nixpkgs/trunk/; revision=31665
2012-01-18 20:52:02 +00:00
Ludovic Courtès
449c5b537d
GNU Zile 2.4.3.
...
svn path=/nixpkgs/trunk/; revision=31664
2012-01-18 20:51:58 +00:00
Ludovic Courtès
2a6f139c5d
expect: Remove unneeded dependency on Autoconf.
...
svn path=/nixpkgs/trunk/; revision=31663
2012-01-18 20:51:52 +00:00
Peter Simons
0f3fa64430
wicd: integrate with upstart events
...
quite some services need to be started/restarted when a connection is
established/teared down. Also, some services are optional depending on
the connected access point. For example: use a vpn on an untrusted
network.
these small trigger scripts don't change any behaviour by themselves,
but allow you to hook in to them if you need.
example use:
jobs.gw6c.startOn = pkgs.lib.mkForce "started openvpn-dcsOffice";
jobs.gw6c.stopOn = pkgs.lib.mkForce "stopping openvpn-dcsOffice";
jobs."openvpn-dcsOffice".startOn = pkgs.lib.mkForce "wicd-postconnect";
jobs."openvpn-dcsOffice".stopOn = pkgs.lib.mkForce "stopping network-interfaces or wicd-predisconnect";
In the example, I use 3 layers. When a physical connection is
available (wifi connect), I setup a vpn connection, and setup an ipv6
tunnel on top of that. When disconnecting, they are automatically shut
down in the right order as well.
svn path=/nixpkgs/trunk/; revision=31662
2012-01-18 20:38:34 +00:00
Peter Simons
5ebdf058cc
intel X driver: upgraded to fix display glitches on newer chips
...
at least 2 nixos users were affected by a graphics bug that got fixed
in 2.15.
Officially 2.15 was meant for a newer xorg server, libdrm, mesa and all, but
I've been running with this for over a month with no issues (used
compositing desktop, opengl and hd video).
I know 2.17 is in the repo, but it doesn't builde (missing deps I
think).
svn path=/nixpkgs/trunk/; revision=31661
2012-01-18 20:38:30 +00:00
Peter Simons
8b3dd70553
openvpn: use iproute2 instead of net-tools
...
for setting up tunnel/routes.
I had some issues with ipv6, iproute2 fixed those.
Both are equally well supported by upstream.
svn path=/nixpkgs/trunk/; revision=31660
2012-01-18 20:38:27 +00:00
Peter Simons
1e4a7842d2
rsync: optional feature (disabled by default) to sync devices
...
I use this feature for doing snapshot backups, which is way faster
than copying a huge files tree.
The patch is semi-official, rsync-patches is maintained by rsync
upstream itself.
The patch doesn't affect any behaviour, it only adds 1 option
so it shouldn't affect you if you don't use it.
svn path=/nixpkgs/trunk/; revision=31659
2012-01-18 20:38:24 +00:00
Peter Simons
7b1be8e27d
btrfs-progs: small fix for Makefile
...
line was split so we cannot append anymore because that appends after \
svn path=/nixpkgs/trunk/; revision=31656
2012-01-18 20:32:45 +00:00
Peter Simons
8985708131
mongodb: new package (nosql database) - nixos integration available
...
svn path=/nixpkgs/trunk/; revision=31655
2012-01-18 20:32:41 +00:00
Peter Simons
e58052514b
youtube-dl: new package (download clips from youtube)
...
svn path=/nixpkgs/trunk/; revision=31654
2012-01-18 20:32:37 +00:00
Peter Simons
02392785c5
ghc-mod: new package (emacs haskell-mode extension)
...
svn path=/nixpkgs/trunk/; revision=31653
2012-01-18 20:32:34 +00:00
Peter Simons
cd22d76a8e
maintainers: added myself for upcoming packages
...
svn path=/nixpkgs/trunk/; revision=31652
2012-01-18 20:32:31 +00:00
Peter Simons
1646bc36da
wpa_supplicant: fixed crashing bug
...
on some hardware, wpa_supplicant would crash when controlled via dbus
(wicd/networkmanager), this patch fixes it.
svn path=/nixpkgs/trunk/; revision=31651
2012-01-18 20:32:29 +00:00
Peter Simons
f94f871b67
node.js: use shared v8 instead of bundled one
...
svn path=/nixpkgs/trunk/; revision=31650
2012-01-18 20:32:26 +00:00
Peter Simons
7abb4986a2
v8: upgraded to latest stable 3.6 version (which node.js uses)
...
svn path=/nixpkgs/trunk/; revision=31649
2012-01-18 20:32:23 +00:00
Peter Simons
3eca1b395f
jruby: upgraded to latest version, fixed java dependency
...
svn path=/nixpkgs/trunk/; revision=31648
2012-01-18 20:32:20 +00:00
Peter Simons
3dd02a75ef
openvpn: upgraded to latest version
...
svn path=/nixpkgs/trunk/; revision=31647
2012-01-18 20:32:17 +00:00
Peter Simons
3ea9f68e75
uhc: upgraded to latest version
...
svn path=/nixpkgs/trunk/; revision=31646
2012-01-18 20:32:14 +00:00
Peter Simons
db009e0eb8
emacs org-mode: upgraded to latest version
...
svn path=/nixpkgs/trunk/; revision=31645
2012-01-18 20:32:10 +00:00
Eelco Dolstra
f6db0ed1e0
* Mesa only builds on Linux.
...
svn path=/nixpkgs/trunk/; revision=31640
2012-01-18 18:45:00 +00:00
Michael Raskin
faedda84ef
A more correct condition for adding scripts to install
...
svn path=/nixpkgs/trunk/; revision=31638
2012-01-18 17:23:41 +00:00
Sander van der Burg
45add982ae
Bumped JSON to 2.53 and JSON-XS to 2.32. The older versions doesn't seem to be located on these sites anymore
...
svn path=/nixpkgs/trunk/; revision=31634
2012-01-18 16:19:25 +00:00
Alexander Tsamutali
87441a72be
perl-packages.nix: Added Sort-Versions.
...
svn path=/nixpkgs/trunk/; revision=31631
2012-01-18 15:14:42 +00:00
Peter Simons
a0672a86dc
haskell-yaml: updated to version 0.5.1.2
...
svn path=/nixpkgs/trunk/; revision=31630
2012-01-18 15:09:47 +00:00
Peter Simons
a0e44836a4
haskell-xml-conduit: updated to version 0.5.1.1
...
svn path=/nixpkgs/trunk/; revision=31629
2012-01-18 15:09:45 +00:00
Peter Simons
6094053539
haskell-zlib-conduit: updated to version 0.0.1
...
svn path=/nixpkgs/trunk/; revision=31628
2012-01-18 15:04:24 +00:00
Peter Simons
45bd1f2365
haskell-xml: updated to version 1.3.12
...
svn path=/nixpkgs/trunk/; revision=31627
2012-01-18 15:04:21 +00:00
Peter Simons
4401790252
haskell-tls: updated to version 0.8.5
...
svn path=/nixpkgs/trunk/; revision=31626
2012-01-18 15:04:19 +00:00
Peter Simons
2448541afc
haskell-data-accessor-template: updated to version 0.2.1.9
...
svn path=/nixpkgs/trunk/; revision=31625
2012-01-18 15:04:16 +00:00
Peter Simons
8cc90001d9
haskell-blaze-builder-conduit: updated to version 0.0.1
...
svn path=/nixpkgs/trunk/; revision=31624
2012-01-18 15:04:14 +00:00
Peter Simons
494083fbf6
haskell-attoparsec-conduit: updated to version 0.0.1
...
svn path=/nixpkgs/trunk/; revision=31623
2012-01-18 15:04:11 +00:00