Commit Graph

28531 Commits

Author SHA1 Message Date
Peter Simons
607da7c3c9 haskell-shakespeare-i18n: update to version 1.0.0.4 2013-09-08 22:56:27 +02:00
Peter Simons
b2d322a65d haskell-shakespeare-css: update to version 1.0.6.3 2013-09-08 22:56:27 +02:00
Peter Simons
34d6228f91 haskell-resourcet: update to version 0.4.8 2013-09-08 22:56:27 +02:00
Peter Simons
0d0679d169 haskell-project-template: update to version 0.1.3.2 2013-09-08 22:56:27 +02:00
Peter Simons
17f8b63837 haskell-pandoc-types: update to version 1.12 2013-09-08 22:56:26 +02:00
Peter Simons
61883ffabe haskell-lens: update to version 3.9.1 2013-09-08 22:56:26 +02:00
Peter Simons
49dbebec60 haskell-http-reverse-proxy: update to version 0.2.1.1 2013-09-08 22:56:26 +02:00
Peter Simons
14940d747b haskell-hspec: update to version 1.7.2 2013-09-08 22:56:26 +02:00
Peter Simons
ec7b50f81e haskell-hspec-meta: update to version 1.7.2 2013-09-08 22:56:26 +02:00
Peter Simons
d2d3efbaf8 haskell-heist: update to version 0.13.0 2013-09-08 22:56:26 +02:00
Peter Simons
e986d8b36f haskell-hamlet: update to version 1.1.7.2 2013-09-08 22:56:26 +02:00
Peter Simons
2d76cc56d4 haskell-gnutls: update to version 0.1.5 2013-09-08 22:56:26 +02:00
Peter Simons
b3e3391518 haskell-derive: update to version 2.5.13 2013-09-08 22:56:26 +02:00
Peter Simons
54a7cc2b88 haskell-crypto-random: update to version 0.0.7 2013-09-08 22:56:26 +02:00
Peter Simons
642a838e0a haskell-crypto-numbers: update to version 0.2.1 2013-09-08 22:56:25 +02:00
Peter Simons
ab574fc4fe haskell-cprng-aes: update to version 0.5.2 2013-09-08 22:56:25 +02:00
Peter Simons
7669fcf036 haskell-conduit: update to version 1.0.7.4 2013-09-08 22:56:25 +02:00
Peter Simons
1bad058b34 haskell-cipher-des: update to version 0.0.4 2013-09-08 22:56:25 +02:00
Peter Simons
e29c5d21ff haskell-cipher-blowfish: update to version 0.0.2 2013-09-08 22:56:25 +02:00
Peter Simons
f804f8390c haskell-cereal-conduit: update to version 0.7.1 2013-09-08 22:56:25 +02:00
Peter Simons
b64ddfd486 haskell-boomerang: update to version 1.4.0 2013-09-08 22:56:25 +02:00
Peter Simons
efce71f023 haskell-system-posix-redirect: add version 1.1 2013-09-08 22:56:25 +02:00
Peter Simons
d7748daf2c haskell-unordered-containers: add version 0.2.3.2 2013-09-08 22:56:25 +02:00
Peter Simons
2aa0411562 cabal-install: update to version 1.18.0.1 2013-09-08 22:56:25 +02:00
Peter Simons
b68dfd49c7 haskell-splot: re-generate expression with cabal2nix 2013-09-08 22:56:25 +02:00
Peter Simons
2f8a09a2ff haskell-thyme: enable unit tests 2013-09-08 22:56:24 +02:00
Peter Simons
98fd7e3872 Merge pull request #947 from ocharles/pipes
pipes: Add Haskell 'pipes' family of libraries
2013-09-08 13:46:05 -07:00
Gergely Risko
d26466c6d8 Fix impurity in HFuse
This impurity caused hsc2hs to start look into /usr/include in any Cabal
project that depends on HFuse on systems where /usr/include is present.
2013-09-08 22:25:27 +02:00
Bjørn Forsman
cadc9a03a7 recursive-pth-loader: fix python path
This should work for both python2 and python3.
2013-09-08 22:07:20 +02:00
Ricardo M. Correia
5f3b19e661 recursive-pth-loader: build sitecustomize.pyc
If this file is not created at build time, then python (when run as root) will
create it at run time and mess up the consistency of the nix store.
2013-09-08 21:21:28 +02:00
Jason "Don" O'Conal
575be7dd4b vimPlugins.tagbar: add expression 2013-09-08 21:13:40 +02:00
Peter Simons
aa0df547a8 bison-3.x: fix test suite by adding flex as a build input 2013-09-08 21:12:34 +02:00
Peter Simons
c4115d45a0 nbd: update to version 3.4 2013-09-08 21:12:34 +02:00
Jason "Don" O'Conal
499109b7dd vimPlugins.syntastic: update to 3.1.0 2013-09-08 21:09:14 +02:00
Jason "Don" O'Conal
f5768c5da1 pythonPackages.powerline: update to latest develop 2013-09-08 21:09:14 +02:00
Sergey Mironov
3a1626e1a1 upower: revert libusb1 version to 1.0.9
That workarounds the coldplug problem

$ sudo ./libexec/upowerd -v
TI:18:38:27     Starting upowerd version 0.9.19
...
TI:18:38:27     registering subsystem : usb
TI:18:38:27     failed to coldplug /sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb1
<upowerd EXITS>
2013-09-08 16:38:00 +02:00
Sergey Mironov
7cc15281b6 libusb1: bring 1.0.9 back as a separate file 2013-09-08 16:37:59 +02:00
Oliver Charles
a0ab379c00 pipes: Add Haskell 'pipes' family of libraries 2013-09-08 15:10:56 +01:00
Oliver Charles
ef72e19b27 ghc-mod: Wrap to call ghc-get-packages.sh first 2013-09-08 13:42:12 +01:00
Mathijs Kwik
0021d4495e calibre: upgrade to 1.2.0 2013-09-08 13:36:34 +02:00
Jason \"Don\" O'Conal
f3802002c3 ginac: fix build on darwin (close #944) 2013-09-08 11:01:48 +02:00
Sergey Mironov
28bf9caca2 xfce4-power-manager: fix an brightness plugin issue
Close #943.
2013-09-08 10:56:58 +02:00
Jason \"Don\" O'Conal
ac39ba7953 dbus_tools: fix build on darwin (close #929) 2013-09-08 10:49:20 +02:00
Jason \"Don\" O'Conal
834cd6c886 beret: Fix build on darwin (close #923) 2013-09-08 10:32:25 +02:00
Gergely Risko
38d54cfc21 Update splot to 0.3.11, so it compiles again 2013-09-07 20:55:42 +02:00
mornfall
af96f91a12 Merge pull request #938 from aristidb/master
lm_sensors 3.3.4 update, support for many more sensors
2013-09-07 07:14:03 -07:00
Aristid Breitkreuz
e70c15bb26 lm_sensors 3.3.4 update, support for many more sensors 2013-09-07 16:10:27 +02:00
Bjørn Forsman
618fc386d7 samba: provide libnss_{wins,winbind}.so.2 symlinks for nsswitch
Glibc >= 2.1 looks for libnss_<name>.so.2 files (see man nsswitch.conf),
so provide that.
2013-09-07 15:06:55 +02:00
Alexander Tsamutali
e886f9aea1 applications/networking/sniffers/kismet: Update to 2013-03-R1b. 2013-09-07 16:46:53 +04:00
Ricardo M. Correia
6039f2effe go: update to 1.1.2
Also fix impurity in src/pkg/net/lookup_unix.go.
2013-09-07 05:10:50 +02:00