Commit Graph

44814 Commits

Author SHA1 Message Date
Peter Simons
6992d4d5dd haskell-pipes-shell: re-generate with cabal2nix 2014-11-01 21:08:05 +01:00
Peter Simons
6b61f7124c haskell-reactive-banana-wx: jailbreak to fix build with latest version of 'wxcore' 2014-11-01 21:08:05 +01:00
Peter Simons
071381a639 haskell-haxr: jailbreak to fix build with latest version of 'HaXml' 2014-11-01 21:08:05 +01:00
Peter Simons
209d7fe8e9 haskell-encoding: jailbreak to fix build with latest version of 'HaXml' 2014-11-01 21:08:05 +01:00
Peter Simons
171c2a26c2 haskell-pipes-shell: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
a067fa13f2 haskell-th-lift-instances: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
b6a0321b15 haskell-vcswrapper: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
e4251104f2 haskell-mainland-pretty: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
7e59567fca haskell-xml-html-conduit-lens: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
d57dbab594 haskell-semigroups: update to version 0.15.4 2014-11-01 21:08:05 +01:00
Peter Simons
64d7f25e8e haskell-hspec: update to version 1.12.2 2014-11-01 21:08:04 +01:00
Peter Simons
d9a0b64742 haskell-hspec-meta: update to version 1.12.2 2014-11-01 21:08:04 +01:00
Peter Simons
974f26e2a2 haskell-haskore: update to version 0.2.0.5 2014-11-01 21:08:04 +01:00
Peter Simons
cb1e027af2 haskell-filestore: update to version 0.6.0.4 2014-11-01 21:08:04 +01:00
Peter Simons
f1a9b401e3 haskell-extra: update to version 0.6 2014-11-01 21:08:04 +01:00
Peter Simons
0a2e12e046 haskell-github-backup: update to version 1.20141031 2014-11-01 21:08:04 +01:00
Peter Simons
2e0af23c36 haskell-src-exts: update to version 1.16.0.1 2014-11-01 21:08:04 +01:00
Peter Simons
27242c52f7 haskell-json-assertions: jailbreak to fix build with latest version of 'lens' 2014-11-01 21:08:04 +01:00
Peter Simons
2bc4e43aa3 haskell-haskoin: jailbreak to fix build with latest version of 'lens' 2014-11-01 21:08:04 +01:00
Peter Simons
3f349cb0de haskell-snap: jailbreak to fix build with latest version of 'lens' 2014-11-01 21:08:04 +01:00
Peter Simons
11dd8da683 haskell-twitter-conduit: broken by recent 'lens' update 2014-11-01 21:08:04 +01:00
Peter Simons
0e09af7ddb haskell-wreq: broken, presumably by recent lens update
http://hydra.cryp.to/build/213420/nixlog/1/raw
2014-11-01 21:08:04 +01:00
Peter Simons
344195b3e0 haskell-graphviz: jailbreak to fix build with latest version of 'polyparse' 2014-11-01 21:08:04 +01:00
Peter Simons
8867d4ba0a haskell-haskoin: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:04 +01:00
Peter Simons
95a43ace28 haskell-hcltest: jailbreak to fix build with latest version of 'lens' 2014-11-01 21:08:04 +01:00
Peter Simons
b78b8a586d haskell-digestive-functors-snap: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:04 +01:00
Peter Simons
6060a7483a haskell-diagrams-postscript: jailbreak to fix build with latest version of 'lens' 2014-11-01 21:08:04 +01:00
Peter Simons
723809545f haskell-diagrams-rasterific: jailbreak to fix build with latest version of 'lens' 2014-11-01 21:08:03 +01:00
Peter Simons
0fbdf5aa4e haskell-diagrams-contrib: jailbreak to fix build with latest version of 'lens' 2014-11-01 21:08:03 +01:00
Peter Simons
71673e0941 haskell-diagrams-svg: jailbreak to fix build with latest version of 'lens' 2014-11-01 21:08:03 +01:00
Peter Simons
514079a2d7 haskell-digestive-functors-aeson: broken by update of 'text'
Jailbreaking the package makes the build succeeds, but then the test suite fails:

    Running 1 test suites...
    Test suite tests: RUNNING...
    Tests
      Pokemon tests
        Submit pokeForm with valid data:   OK
        Submit pokeForm with invalid data/check error view
          Failed validation:               OK
          jsonErrors shows correct errors: OK
      Pokedex tests
        Valid pokedex with one pokemon:    OK
        Valid pokedex with many pokemon:   OK
        Submit pokedex with a single invalid item
          Failed validation:               OK
          jsonErrors shows correct errors: FAIL
            Exception: HUnitFailure "expected: Object (fromList [(\"pokemon\",Array (fromList [Object (fromList [(\"name\",String \"Name cannot be empty\")])]))])\n but got: Object (fromList [(\"pokemon\",Array (fromList [Object (fromList [(\"name\",String \"Name cannot be empty\"),(\"number\",String \"Could not parse number\")])]))])"
        Submit pokedex with a later invalid item
          Failed validation:               OK
          jsonErrors shows correct errors: FAIL
            Exception: HUnitFailure "expected: Object (fromList [(\"pokemon\",Array (fromList [Null,Object (fromList [(\"name\",String \"Name cannot be empty\")])]))])\n but got: Object (fromList [(\"pokemon\",Array (fromList [Object (fromList [(\"number\",String \"Could not parse number\")]),Object (fromList [(\"name\",String \"Name cannot be empty\"),(\"number\",String \"Could not parse number\")])]))])"
      Top level lists:                     OK
      Booleans work:                       OK
2014-11-01 21:08:03 +01:00
Peter Simons
eac1d21819 darcs: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:03 +01:00
Peter Simons
ebca821f9c haskell-clay: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:03 +01:00
Peter Simons
54a7aac1de haskell-wxc: work around broken installation code 2014-11-01 21:08:03 +01:00
Peter Simons
2227467ad3 haskell-HaXml: disable haddock phase to fix the build 2014-11-01 21:08:03 +01:00
Peter Simons
99ef7ea249 haskell-diagrams-lib: jailbreak to fix build with recent versions of 'lens' 2014-11-01 21:08:03 +01:00
Peter Simons
9619c92cb0 haskell-diagrams-core: jailbreak to fix build with recent versions of 'lens' 2014-11-01 21:08:03 +01:00
Peter Simons
d4d3e6a390 haskell-force-layout: jailbreak to fix build with recent versions of 'text' 2014-11-01 21:08:03 +01:00
Peter Simons
1600d8710e haskell-uri-encode: jailbreak to fix build with recent versions of 'text' 2014-11-01 21:08:03 +01:00
Peter Simons
7b1b9b76b6 haskell-cabal-lenses: jailbreak to fix build with recent versions of 'lens' 2014-11-01 21:08:03 +01:00
Peter Simons
65aa665db2 haskell-libsystemd-journal: jailbreak to fix build with recent versions of 'text' 2014-11-01 21:08:03 +01:00
Peter Simons
aa91690dad agda: jailbreak to fix build with recent versions of 'text' 2014-11-01 21:08:03 +01:00
Peter Simons
79e1d7f7cc haskell-snap-server: jailbreak to fix build with recent versions of 'text'
https://github.com/snapframework/snap-server/issues/58
2014-11-01 21:08:03 +01:00
Peter Simons
239e9cda01 haskell-snap-core: jailbreak to fix build with recent versions of 'text' 2014-11-01 21:08:03 +01:00
Peter Simons
7ec947d404 haskell-cheapskate: jailbreak to fix build with recent versions of 'text' 2014-11-01 21:08:03 +01:00
Peter Simons
3ee6f3b3aa haskell-wl-pprint-text: jailbreak to fix build with recent versions of 'text' 2014-11-01 21:08:02 +01:00
Peter Simons
1281a4eb1a haskell-wxc: patch out the attempt to run ldconfig to fix the build 2014-11-01 21:08:02 +01:00
Peter Simons
67af48c420 haskell-ihaskell: update to version 0.4.3.0 2014-11-01 21:08:02 +01:00
Peter Simons
30122cd974 haskell-hslogger: update to version 1.2.6 2014-11-01 21:08:02 +01:00
Peter Simons
4e31c212ba haskell-ghcid: update to version 0.3.1 2014-11-01 21:08:02 +01:00
Peter Simons
b22a9e735a haskell-yi-language: update to version 0.1.0.8 2014-11-01 21:08:02 +01:00
Peter Simons
ededb1155f haskell-yesod-auth-hashdb: update to version 1.4.1.1 2014-11-01 21:08:02 +01:00
Peter Simons
a1edfa43f0 haskell-xml-lens: update to version 0.1.6.2 2014-11-01 21:08:02 +01:00
Peter Simons
a78eb1a942 haskell-xdot: update to version 0.2.4.6 2014-11-01 21:08:02 +01:00
Peter Simons
577b049026 haskell-wxdirect: update to version 0.91.0.0 2014-11-01 21:08:02 +01:00
Peter Simons
ebd884c21b haskell-wxcore: update to version 0.91.0.0 2014-11-01 21:08:02 +01:00
Peter Simons
5e93487703 haskell-wxc: update to version 0.91.0.0 2014-11-01 21:08:02 +01:00
Peter Simons
403c20b4a3 haskell-wx: update to version 0.91.0.0 2014-11-01 21:08:02 +01:00
Peter Simons
740f0c6687 haskell-warp-tls: update to version 3.0.1 2014-11-01 21:08:02 +01:00
Peter Simons
f89413ecf7 haskell-vty: update to version 5.2.5 2014-11-01 21:08:02 +01:00
Peter Simons
bcb643d680 haskell-th-orphans: update to version 0.8.2 2014-11-01 21:08:02 +01:00
Peter Simons
e35167a455 haskell-tasty: update to version 0.10.1 2014-11-01 21:08:02 +01:00
Peter Simons
2886f52b0e haskell-rest-gen: update to version 0.16.1 2014-11-01 21:08:01 +01:00
Peter Simons
08bdcbddd0 haskell-postgresql-simple: update to version 0.4.7.0 2014-11-01 21:08:01 +01:00
Peter Simons
983b921163 haskell-polyparse: update to version 1.10 2014-11-01 21:08:01 +01:00
Peter Simons
8fd20eb3a2 haskell-persistent: update to version 2.1.0.2 2014-11-01 21:08:01 +01:00
Peter Simons
6529027e3b haskell-persistent-mysql: update to version 2.1.1 2014-11-01 21:08:01 +01:00
Peter Simons
a1061d0ca8 haskell-monad-journal: update to version 0.5.0.1 2014-11-01 21:08:01 +01:00
Peter Simons
223c51ff54 haskell-logging: update to version 2.1.0 2014-11-01 21:08:01 +01:00
Peter Simons
e90d07b2a2 haskell-linear: update to version 1.11.2 2014-11-01 21:08:01 +01:00
Peter Simons
1ccdadd75f haskell-lens: update to version 4.5 2014-11-01 21:08:01 +01:00
Peter Simons
6fa9ebd34c haskell-lens-family-th: update to version 0.4.0.0 2014-11-01 21:08:01 +01:00
Peter Simons
3c5bed5f2c haskell-lens-aeson: update to version 1.0.0.2 2014-11-01 21:08:01 +01:00
Peter Simons
67c7f575ca haskell-language-c-inline: update to version 0.7.7.0 2014-11-01 21:08:01 +01:00
Peter Simons
5b137e67ed haskell-hmatrix-special: update to version 0.3.0.1 2014-11-01 21:08:01 +01:00
Peter Simons
dd5802b9ac haskell-haste-perch: update to version 0.1.0.4
The package remains broken because haste-compiler does not work.
2014-11-01 21:08:01 +01:00
Peter Simons
4b61e40f24 haskell-hakyll: update to version 4.6.0.0 2014-11-01 21:08:01 +01:00
Peter Simons
f572db4919 haskell-gitit: update to version 0.10.6.1 2014-11-01 21:08:01 +01:00
Peter Simons
09550344e5 haskell-ghc-vis: update to version 0.7.2.7 2014-11-01 21:08:01 +01:00
Peter Simons
6f18cfb9f6 haskell-ghc-mod: update to version 5.2.0.0 2014-11-01 21:08:00 +01:00
Peter Simons
b9320ad57a haskell-extra: update to version 0.5.1 2014-11-01 21:08:00 +01:00
Peter Simons
3ccd149299 haskell-entropy: update to version 0.3.4 2014-11-01 21:08:00 +01:00
Peter Simons
fcb6009712 haskell-cmdargs: update to version 0.10.12 2014-11-01 21:08:00 +01:00
Peter Simons
b969f90f49 haskell-bindings-libusb: update to version 1.4.5.0 2014-11-01 21:08:00 +01:00
Peter Simons
8bddbac7e1 haskell-MissingH: update to version 1.3.0.1 2014-11-01 21:08:00 +01:00
Peter Simons
9de1e42674 haskell-HaXml: update to version 1.25 2014-11-01 21:08:00 +01:00
Peter Simons
5e10380f64 haskell-HTF: update to version 0.12.2.3 2014-11-01 21:08:00 +01:00
Peter Simons
61979e35d8 haskell-HSH: update to version 2.1.2 2014-11-01 21:08:00 +01:00
Peter Simons
3eeaab00ea haskell-ConfigFile: update to version 1.1.4 2014-11-01 21:08:00 +01:00
Peter Simons
b74e190f9b Drop obsolete llvm-general{,-pure} version 3.3.8.2. 2014-11-01 21:08:00 +01:00
Peter Simons
a10b545eac haskell-text: add version 1.2.0.0 2014-11-01 21:08:00 +01:00
Peter Simons
2acd0a63a5 haskell-MonadRandom: add version 0.3 2014-11-01 21:08:00 +01:00
Peter Simons
1b851ae563 haskell-scientific: update to version 0.3.3.2 2014-11-01 21:08:00 +01:00
Peter Simons
e50324a243 haskell-hmatrix-gsl: add version 0.16.0.2 2014-11-01 21:08:00 +01:00
Peter Simons
00d0b22fe3 haskell-th-reify-many: add version 0.1.2 2014-11-01 21:08:00 +01:00
Peter Simons
a598d4eafc haskell-serialport: re-generate with cabal2nix 2014-11-01 21:08:00 +01:00
Peter Simons
c242c37d3e haskell-purescript: re-generate with cabal2nix 2014-11-01 21:07:59 +01:00
Peter Simons
2dac9abdde scala: fix the sha256 checksum from https://github.com/NixOS/nixpkgs/pull/4753 2014-11-01 21:07:36 +01:00
Peter Simons
1d1e54611a Merge pull request #4765 from ip1981/master
Added pxz
2014-11-01 20:04:08 +01:00
Igor Pashev
ce5cc9d803 Added pxz 2014-11-01 18:59:20 +01:00
Peter Simons
b5f514a3f5 haskell-cabal2nix: update to version 1.71 2014-11-01 17:45:10 +01:00
Ricardo M. Correia
268c72b92b grsecurity: Update stable and test patches
stable: 3.0-3.14.22-201410250026 -> 3.0-3.14.23-201410312212
test:   3.0-3.17.1-201410281754  -> 3.0-3.17.2-201410312213
2014-11-01 17:25:22 +01:00
Daniel Bergey
23240d1899 haskell: update imm to 0.6.0.3 2014-11-01 15:47:55 +00:00
Peter Simons
f773ebc016 cran-packages: update all packages to their respecitve latest version 2014-11-01 16:30:57 +01:00
Bjørn Forsman
faaa8a6acf nix-prefetch-git: remove unneeded semicolons
Shell isn't Perl ;-)
2014-11-01 15:17:11 +01:00
ambrop7@gmail.com
4664321cd3 badvpn: Add debug flag to enable assertions. 2014-11-01 15:16:28 +01:00
Evgeny Egorochkin
754878afcc libmicrohttpd: update from 0.9.37 to 0.9.38 2014-11-01 14:58:58 +02:00
Evgeny Egorochkin
eb8f380f4e pwgen: update from 2.06 to 2.07 2014-11-01 14:52:11 +02:00
Evgeny Egorochkin
0a8eeaa5ee libgit2: update from 0.21.1 to 0.21.2 2014-11-01 14:52:11 +02:00
Evgeny Egorochkin
bce477f846 nasm: update from 2.11.05 to 2.11.06 2014-11-01 14:52:11 +02:00
Evgeny Egorochkin
767814e585 youtube-dl: update from 2014.10.25 to 2014.10.30 2014-11-01 14:52:11 +02:00
Bjørn Forsman
8ec8358724 nix-prefetch-git: whitespace cleanup
Use 4 spaces per indent level instead of a mix of 2 spaces, 4 spaces and
hardtab. (According to nixpkgs coding style for shell scripts.)
2014-11-01 13:47:37 +01:00
Peter Simons
12e26d47b7 R: update to version R-3.1.2 2014-11-01 13:43:48 +01:00
Peter Simons
99e2be27eb Merge pull request #4753 from taku0/scala_2_11_4
scala: Bump up version from 2.11.2 to 2.11.4
2014-11-01 13:39:43 +01:00
Pascal Wittmann
aa28a2ded2 calibre: update from 2.7.0 to 2.8.0 2014-11-01 13:38:28 +01:00
Domen Kožar
12b909bba1 mongodb: 2.6.4 -> 2.6.5 2014-11-01 13:13:15 +01:00
Arseniy Seroka
f59cccff42 Merge pull request #4758 from vbgl/camlimages
camlimages: update from 4.0.1 to 4.1.2
2014-11-01 15:11:14 +03:00
Domen Kožar
788a77d26a Merge pull request #4721 from rycee/gst-python
Cleanups of legacy gst-python package
2014-11-01 12:36:16 +02:00
Domen Kožar
72966336a7 Merge pull request #4759 from alexanderkjeldaas/do-not-break-grsecurity
Document likely breakage when people update the kernel.
2014-11-01 12:24:30 +02:00
宋文武
1e4e719ffb guile: 2.0.9 -> 2.0.11 2014-11-01 16:56:09 +08:00
Vincent Laporte
c216448075 camlimages: update from 4.0.1 to 4.1.2
Previous version 4.0.1 is kept for OCaml 3.12
2014-11-01 08:37:40 +00:00
Alexander Kjeldaas
85972fb58d Document likely breakage when people update the kernel. 2014-11-01 09:35:20 +01:00
Domen Kožar
92503a0424 python: 3.3.5 -> 3.3.6 2014-11-01 04:50:26 +01:00
Domen Kožar
7fe78cad98 python: 3.2.5 -> 3.2.6 2014-11-01 04:50:26 +01:00
Mateusz Kowalczyk
609da7e8c3 tibia: update to 10.61 2014-11-01 01:49:00 +00:00
Mateusz Kowalczyk
89d4c850f5 easytag: update from 2.2.4 to 2.3.1
Also cleanup: preConfigure seems to not be necessary, gtk2 support was
dropped, wrapping done so it doesn't crash at startup and icon theme
pulled in.
2014-11-01 01:22:24 +00:00
Aristid Breitkreuz
53c287f5cd postgresql 9.4beta3, but keep beta2 around because they are not compatible 2014-10-31 22:21:16 +01:00
宋文武
00ec235e44 guile-sdl: new package 2014-10-31 23:50:54 +08:00
Emery Hemingway
6b7eda4ddc mbox does not support i686 2014-10-31 11:48:55 -04:00
cillianderoiste
919ed14477 Merge pull request #4627 from abbradar/xfce-mixer
xfce4-mixer: add pulseaudio support
2014-10-31 15:08:42 +01:00
taku0
2ee464a83d scala: Bump up version from 2.11.2 to 2.11.4 2014-10-31 22:35:03 +09:00
cillianderoiste
b73816d26b Merge pull request #4751 from jirkamarsik/ocaml-cairo2
Added ocaml-cairo2-0.4.6
2014-10-31 14:33:23 +01:00
Georges Dubus
d8f5d246e6 nox: use pypi for distribution 2014-10-31 14:19:33 +01:00
Jirka Marsik
257f629c1e Added ocaml-cairo2-0.4.6 2014-10-31 14:14:17 +01:00
Peter Simons
1b68c7b134 ikiwiki: update to version 3.20141016 2014-10-31 13:02:01 +01:00
Domen Kožar
0433a33816 Merge pull request #4745 from anderspapitto/master
add datadiff and termcolor python packages
2014-10-31 12:36:54 +02:00
Peter Simons
8ef85d448c Register gloss-banana in haskell-packages.nix.
Completes https://github.com/NixOS/nixpkgs/pull/4735.
2014-10-31 11:02:44 +01:00
Peter Simons
b4f9d587fa Merge pull request #4735 from Twey/gloss-banana
New Haskell package: gloss-banana
2014-10-31 10:46:20 +01:00
Peter Simons
22597ad778 Merge pull request #4743 from Chobbes/master
Add haskellPackages.serialport
2014-10-31 10:46:01 +01:00
Anders Papitto
c73d0a3bc2 add datadiff and termcolor python packages 2014-10-31 00:50:17 -07:00
koral
d95bb47970 termite: fixed shebangs 2014-10-31 08:31:45 +01:00
Edward Tjörnhammar
7ccfd6ed62 Merge pull request #4736 from abbradar/fix-msgpack
Fix version.h in libmsgpack
2014-10-31 06:46:57 +01:00
Edward Tjörnhammar
8248ea366e Merge pull request #4740 from iyzsong/guile-opengl
guile-opengl: new package
2014-10-31 06:40:19 +01:00
Calvin Beck
7c0503360c Adding the Haskell serial port library to nix. 2014-10-30 23:27:35 -06:00
Tim Dysinger
257f9746be Purescript [http://purescript.org] release 0.5.7.1 2014-10-30 15:45:22 -10:00
宋文武
88f5aa4fda guile-opengl: new package
import from guix/gnu/packages/gl.scm
2014-10-31 09:25:45 +08:00
James ‘Twey’ Kay
0fb6548960 Add maintainer to gloss-banana 2014-10-30 23:48:07 +00:00
Domen Kožar
5b2b008ea9 pypyPackages.subprocess32: don't run tests 2014-10-30 23:15:06 +01:00
William A. Kennington III
0467a79129 kernel: 3.16.6 -> 3.16.7 2014-10-30 14:39:17 -07:00
William A. Kennington III
5b37f998fd kernel: 3.14.22 -> 3.14.23 2014-10-30 14:38:41 -07:00
William A. Kennington III
3ff30fa254 kernel: 3.10.58 -> 3.10.59 2014-10-30 14:38:10 -07:00
William A. Kennington III
6e91f53d87 kernel: Add update script 2014-10-30 14:37:22 -07:00
Michael Raskin
ca92086101 Force compatibility with fresh Firefox in SlimerJS 2014-10-31 00:35:00 +03:00
ambrop7@gmail.com
2d38837355 KDevelop: Add some propagatedUserEnvPkgs dependencies.
Now KDevelop should start in a functional form without having to
manually install those.
2014-10-30 22:18:39 +01:00
Aristid Breitkreuz
752f5bba48 problems with quassel 0.11 and qt5, forcing qt4 for now 2014-10-30 22:16:37 +01:00
Nikolay Amiantov
3decd54529 libmsgpack: fix version.h 2014-10-31 00:15:55 +03:00
James ‘Twey’ Kay
dc1965b9f7 New Haskell package: gloss-banana 2014-10-30 19:47:53 +00:00
Peter Simons
fc4cf24965 Merge pull request #4707 from wmertens/libpcap-darwin
libpcap: Force detection on Darwin
2014-10-30 19:27:22 +01:00
Pascal Wittmann
a156a6b2a7 opkg: update from 0.2.2 to 0.2.3 2014-10-30 19:02:42 +01:00
Pascal Wittmann
56c99b75b6 Merge pull request #4733 from linquize/git-2.1.3
git: Update to 2.1.3
2014-10-30 18:57:44 +01:00
Domen Kožar
5bd5d2d9be Merge pull request #4608 from oconnorr/master
Add python package gsutil plus all its dependencies.
2014-10-30 18:23:41 +01:00
Shea Levy
659db7e5b2 linux-3.17: bump 2014-10-30 13:09:18 -04:00
Linquize
23048155b7 git: Update to 2.1.3 2014-10-30 17:22:47 +01:00
cillianderoiste
4b78eff026 Merge pull request #4729 from deepfire/ifuse
ifuse:  new expression
2014-10-30 14:08:31 +01:00
taku0
a2ced7f530 Update firefox-bin to 33.0.2 2014-10-30 22:06:15 +09:00
Mateusz Kowalczyk
8185b6bba3 Merge pull request #4712 from schristo/phpstorm
IDEA Editor: Adds PHPStorm support
2014-10-30 13:03:15 +00:00
Georges Dubus
925684e83d Updated nox 2014-10-30 14:01:32 +01:00
Pascal Wittmann
521bc6ba0c Fix evaluation of pidgin wrapper 2014-10-30 12:50:07 +01:00
Ricardo M. Correia
a9170c0dba grsecurity: Update stable and test patches
stable: 3.0-3.14.22-201410192047 -> 3.0-3.14.22-201410250026
test:   3.0-3.17.1-201410192051  -> 3.0-3.17.1-201410281754
2014-10-30 12:47:36 +01:00
Edward Tjörnhammar
b69410764f elasticsearchPlugins.elasticsearch_river_twitter: added package 2014-10-30 12:28:39 +01:00
Scott Christopher
36308f6bbc IDEA Editor: Adds PHPStorm support. 2014-10-30 22:25:28 +11:00
Peter Simons
77afbf0bb9 Merge pull request #4722 from bosu/check-pure-cdb
haskell: upgrade pure-cdb and enable testing
2014-10-30 12:12:04 +01:00
Peter Simons
db7a885c26 Merge pull request #4723 from mstarzyk/idris
haskell-idris: update to version 0.9.15.1
2014-10-30 12:11:44 +01:00
Peter Simons
b001a5dc11 Merge pull request #4727 from dysinger/acme-lookofdisapproval
adding haskell package acme-lookofdisapproval (just for fun)
2014-10-30 12:11:26 +01:00
Pascal Wittmann
c7e4290fcc Merge pull request #4728 from fpletz/fix/wget-update
wget: Update to 1.16 (fix CVE-2014-4877)
2014-10-30 11:57:53 +01:00
Franz Pletz
e630ee2fdd wget: Update to 1.16 (fix CVE-2014-4877)
This patch updates wget to the current version, 1.16. This release fixes a
remotely exploitable security issue: CVE-2014-4877.

A dependency on libidn was added and the testsuite now depends on
python3. A patch that disables a test was removed because it is not needed
anymore.

As I intend to take care of wget in the future, I added myself to the
maintainers.
2014-10-30 10:30:08 +01:00
cillianderoiste
9173944fc5 Merge pull request #4726 from dysinger/purescript-0.5.7
Purescript [http://purescript.org] version 0.5.7
2014-10-30 10:12:12 +01:00
Kosyrev Serge
b3ebe093b0 ifuse: new expression 2014-10-30 12:11:24 +03:00
Rickard Nilsson
eaf513da6a pidgin: Fix compilation errors, clean up 2014-10-30 10:10:48 +01:00
Rickard Nilsson
90d6146d12 gmpc: Fix compilation errors (missing X libs) 2014-10-30 10:10:48 +01:00
Luca Bruno
236f5686af Fix evaluation due to wrong meta.license 2014-10-30 09:56:39 +01:00
Bjørn Forsman
346f20305b rtl-sdr: add "Require: libusb-1.0" to pkg-config file
So that building 3rd party code works out of the box. (E.g. building
dump1090[1] works now).

[1]: https://github.com/antirez/dump1090
2014-10-30 08:33:16 +01:00
Tim Dysinger
7d0393baf2 adding haskell package acme-lookofdisapproval (just for fun) 2014-10-29 19:14:46 -10:00
Tim Dysinger
c5b74be098 Purescript [http://purescript.org] version 0.5.7 2014-10-29 19:06:44 -10:00
Luca Bruno
9d9fdb173a pybfd: new package
A Python interface to the GNU Binary File Descriptor (BFD) library

https://github.com/Groundworkstech/pybfd
2014-10-29 22:23:50 +01:00
cillianderoiste
2b706f6aaf Merge pull request #4724 from flosse/prosody-update
prosody: updated to v0.9.6
2014-10-29 21:51:07 +01:00
Jirka Marsik
d9f0e16883 Added ocaml-vg-0.8.1 2014-10-29 21:15:50 +01:00
Markus Kohlhase
bc86dfa6b5 prosody: updated to v0.9.6 2014-10-29 21:11:25 +01:00
Maciek Starzyk
6296d967fd haskell-idris: update to version 0.9.15.1 2014-10-29 21:03:08 +01:00
Jirka Marsik
0832152742 ocaml-uutf as propagatedBuildInput of ocaml-otfm 2014-10-29 20:50:27 +01:00
Robert Helgesson
2b09dc566a Disable failing test case.
The test fails due to bug in the pygobject dependency.
2014-10-29 20:29:42 +01:00
Jirka Marsik
d48dd17c5e Added gg-0.9.0 2014-10-29 20:15:39 +01:00
Boris Sukholitko
4027b14966 Upgrade pure-cdb and enable tests 2014-10-29 21:04:33 +02:00
Jirka Marsik
fc43239c56 Added ocaml-otfm-0.2.0 2014-10-29 19:35:23 +01:00
Robert Helgesson
beae0d93ff Reduce dependency footprint of gst-python.
The gst-python package actually is perfectly happy with pygobject and
does not require pygtk.
2014-10-29 19:34:21 +01:00
Vincent Laporte
58101991f7 cppo: update from 0.9.4 to 1.0.1 2014-10-29 17:43:05 +00:00
Mateusz Kowalczyk
b102f09c00 Merge pull request #4674 from balajisivaraman/meslo-lg
Add Meslo LG & Meslo LG DZ fonts
2014-10-29 16:34:25 +00:00
William A. Kennington III
578d77ae0e jfsrec: Undelete and fix evaluation 2014-10-29 09:23:08 -07:00
Pascal Wittmann
18548efe65 Merge pull request #4717 from titanous/fix-quassel
Fix quassel sha256
2014-10-29 15:57:34 +01:00
Jonathan Rudenberg
416137fc48 Fix quassel sha256 2014-10-29 10:51:51 -04:00
Georges Dubus
5a1a56b38d Merge pull request #4716 from DamienCassou/weboob-1.0
Weboob 1.0
2014-10-29 15:51:13 +01:00
Moritz Heidkamp
083040a77e Better work-around for stumpwmContrib dependency 2014-10-29 15:17:06 +01:00
Moritz Heidkamp
5f07d275f8 Remove stumpwmContrib from top-level and fix runtime dependency on it
This patch removes the stumpwmContrib package from the top-level since
it can't sensibly be used on its own. Also, it wraps the stumpwm
executable with a dummy reference to the contrib dir to work around the
issue that the stumpwm executable doesn't reference the contrib dir
that's passed in the configure phase for some reason.
2014-10-29 15:17:06 +01:00
lethalman
f73f5b9e24 Merge pull request #4237 from k0ral/termite
Upgraded termite to v8, and its dependency vte to v0.38.0
2014-10-29 15:16:28 +01:00
Damien Cassou
f662c29a47 Weboob 1.0 2014-10-29 13:22:22 +01:00
Cray Elliott
a30e5e4481 add doomseeker, a server browser for multiple doom ports 2014-10-29 05:06:34 -07:00
Cray Elliott
553ba05d6a Add odamex, a client/server multiplayer doom port
note that odalaunch is not included in this package, users are
expected to use doomseeker. If you would like an option for
odalaunch, please bother me(MP2E)
2014-10-29 05:05:44 -07:00
koral
f53ba30c87 Upgraded termite to v8, and its dependency vte to v0.38.0 2014-10-29 12:32:29 +01:00
lethalman
6281bc0936 Merge pull request #4708 from titanous/libcec
Add libcec
2014-10-29 11:34:45 +01:00
lethalman
69582f071c Merge pull request #4715 from RumataEstor/freetds-odbc
Allow to configure freetds for unixODBC support
2014-10-29 10:31:50 +01:00
Lluís Batlle i Rossell
f7f7a0d0f4 Updating qucs to 0.18
Patch by 'emery' on irc.
2014-10-29 10:29:53 +01:00
William A. Kennington III
e67f89261f npth: 0.9.1 -> 1.0 2014-10-29 02:05:17 -07:00
William A. Kennington III
06f8885609 libusb: 1.0.18 -> 1.0.19 2014-10-29 02:05:17 -07:00
William A. Kennington III
b7eead88bd libksba: 1.2.0 -> 1.3.1 2014-10-29 02:05:17 -07:00
William A. Kennington III
fa6275857e yubico-piv-tool: Add derivation 2014-10-29 02:05:17 -07:00
William A. Kennington III
4e8d55c59f pinentry: 0.8.3 -> 0.8.4 2014-10-29 02:05:17 -07:00
William A. Kennington III
992532731f libassuan: 2.1.1 -> 2.1.2 2014-10-29 02:05:16 -07:00
Domen Kožar
69aee03145 Merge pull request #4714 from sjmackenzie/new-pkg-hammer
A language security tool called Hammer is added
2014-10-29 09:52:58 +01:00
stewart
5d5fa6a484 changed version = e7aa734 2014-10-29 16:08:16 +08:00
stewart
61d7aaeea2 format changes + meta data changes to hammer package 2014-10-29 15:16:41 +08:00
stewart
c98ecd1e5f added git revision to nix hammer pkg to prevent nix build breaks on hammer update 2014-10-29 13:49:10 +08:00
stewart
be9f3af6c2 derp'ed the sha256 for hammer after patch landed 2014-10-29 13:35:33 +08:00
stewart
d625f62e51 kickstart travis after upstream patch landed 2014-10-29 13:14:04 +08:00
Dmitry Belyaev
fd9527eb24 Allow to configure freetds for unixODBC support 2014-10-29 15:18:11 +11:00
Evgeny Egorochkin
40979710f7 mediatomb: fix build by fetching a slightly newer git revision which has patches for new versions of dependencies, add more dependencies, clean up. 2014-10-29 05:09:28 +02:00
stewart
23819bf0b5 A language security tool called Hammer is added 2014-10-29 11:00:55 +08:00
Mateusz Kowalczyk
fd6cde6953 cantata: update to 1.5.0 2014-10-29 02:57:53 +00:00
Domen Kožar
419f15b060 Remove http_proxy/ftp_proxy overrides used in setup hooks.
Partially reverts eaa4db148d. Used
together with nix-shell it results into unresolvable domains. For
example: `nix-shell -p libxml2` spawns a shell with non-working DNS.

chroot should remove such unpurities.
2014-10-28 23:20:59 +01:00
Jonathan Rudenberg
f6a734e9e0 Add libcec support to xbmc 2014-10-28 17:45:08 -04:00
Jonathan Rudenberg
be5ec66d9e Add libcec 2.1.4 2014-10-28 17:45:07 -04:00
Wout Mertens
6d4b7d3af1 libpcap: Force detection on Darwin 2014-10-28 22:29:05 +01:00
Cillian de Róiste
2ee8be5db5 hydrogen: update from 0.9.6 to 0.9.6.1 2014-10-28 21:47:30 +01:00
Luca Bruno
34f681dcf8 Revert "vte: update pkg and patch"
This reverts commit 383075e009.
2014-10-28 21:46:56 +01:00
Luca Bruno
9fd1807279 Revert "vte: fix chroot build"
This reverts commit c17427597e.
2014-10-28 21:46:48 +01:00
Cillian de Róiste
bdf010ba65 xf86_input_wacom: update from 0.26.1 to 0.26.99.1 2014-10-28 21:44:45 +01:00
Cillian de Róiste
23bca3ea16 python33Packages.evdev: update from 0.4.5 to 0.4.6 2014-10-28 21:43:38 +01:00
Cillian de Róiste
e374f2e6c2 oxygen-gtk2: update from 1.4.5 to 1.4.6 2014-10-28 21:43:19 +01:00
Jascha Geerds
ab175c8d1b Merge pull request #4654 from geerds/virtualenvwrapper
Fix virtualenvwrapper's PYTHONPATH
2014-10-28 20:23:26 +01:00
Jascha Geerds
9381f4ffc3 Update hplip maintainer list 2014-10-28 20:19:58 +01:00
Jascha Geerds
1b064645ed Merge pull request #4693 from flosse/hplip-update
hplip: update to v3.14.10
2014-10-28 20:18:05 +01:00
Peter Simons
14cef95e84 Merge pull request #4704 from jkarni/jkarni/pipesShell
Add haskell package pipes-shell
2014-10-28 19:58:13 +01:00
Peter Simons
da029b982e Merge pull request #4705 from jirkamarsik/ghcid
Added ghcid-0.2
2014-10-28 19:57:54 +01:00
Peter Simons
85e26e7bdd Merge pull request #4706 from jkarni/jkarni/rawStringsQQ
Add haskell package raw-strings-qq.
2014-10-28 19:57:17 +01:00
Julian K. Arni
c251c333a8 Add haskell package raw-strings-qq. 2014-10-28 18:43:44 +01:00
Jirka Marsik
ce6f7f6ff0 Added ghcid-0.2
The .nix file was generated by cabal2nix. However, I still had to set
doCheck = false since some of the tests try to run `cabal repl` which
presupposes access to $HOME/.cabal and thus cannot be done from the Nix
sandbox where HOME = /homeless-shelter.
2014-10-28 18:41:22 +01:00
Julian K. Arni
9b9971d06e Add haskell package pipes-shell 2014-10-28 18:32:10 +01:00
Balaji Sivaraman
a76ee499a3 Add Meslo LG & Meslo LG DZ fonts.
Clean up description as per Nix standards.
2014-10-28 22:56:48 +05:30
cillianderoiste
f100b7221a Merge pull request #4703 from jirkamarsik/ocp-indent
Added ocp-indent-1.4.2b and its dependency ocp-build-1.99.8-beta
2014-10-28 18:16:07 +01:00
Jirka Marsik
6c61219644 Fix typo in ocp-indent nix expression path 2014-10-28 18:14:09 +01:00
Jirka Marsik
0f1ada577c Added ocp-indent-1.4.2b 2014-10-28 18:09:42 +01:00
Jirka Marsik
0de41a6871 Added ocp-build-1.99.8-beta 2014-10-28 18:05:53 +01:00
Pascal Wittmann
7a4d26a785 Merge pull request #4702 from ehmry/mbox
mbox: initial package
2014-10-28 18:04:46 +01:00
cillianderoiste
60bf93c5da Merge pull request #4701 from jirkamarsik/eff
Added eff-20140928
2014-10-28 17:59:45 +01:00
Emery Hemingway
358acd7d52 mbox: initial package
http://pdos.csail.mit.edu/mbox
2014-10-28 12:43:51 -04:00
Jirka Marsik
3ee1f6ee79 Added eff-20140928 2014-10-28 17:21:55 +01:00
Arseniy Seroka
68e38f7f05 btsync: update 1.4.82 -> 1.4.93 2014-10-28 19:11:53 +03:00
Arseniy Seroka
54deea558a Merge pull request #4641 from abbradar/xmonad-applet
xmonad_log_applet: add packages
2014-10-28 19:00:04 +03:00
cillianderoiste
24bb677ece Merge pull request #4697 from jirkamarsik/acgtk
Added acgtk-1.1 and dependencies ansiterminal-0.6.5 and bolt-1.4
2014-10-28 16:58:59 +01:00
Pascal Wittmann
e7bfcdac05 parallel: update from 20140922 to 20141022 2014-10-28 15:51:47 +01:00
Pascal Wittmann
99dd789527 accountsservice: update from 0.6.38 to 0.6.39 2014-10-28 15:51:47 +01:00
Jascha Geerds
1f4608917d Merge pull request #4698 from DamienCassou/pharo-vm-2014-10-28
Update pharo-vm to 2014.10.28
2014-10-28 15:51:04 +01:00
Rickard Nilsson
79f99e4578 remarkjs: Update from 0.6.5 to 0.7.0 2014-10-28 14:44:37 +01:00
Damien Cassou
b8571e8492 Update pharo-vm to 2014.10.28 2014-10-28 14:36:17 +01:00
Jiri Marsik
ceba23605c Added acgtk-1.1 2014-10-28 14:06:21 +01:00
Jiri Marsik
50fccd0347 Added bolt-1.4 2014-10-28 14:03:14 +01:00
Jiri Marsik
c6fa8d0fd3 Added ansiterminal-0.6.5 2014-10-28 14:00:48 +01:00
Peter Simons
34c3fb65b5 haskell-hmatrix-special: re-generate with cabal2nix 2014-10-28 13:45:11 +01:00
karsten gebbert
0d01dd4106 adding bitset 2014-10-28 13:45:11 +01:00
karsten gebbert
47ffa3c8a4 Add haskell package hsc3-lang 2014-10-28 13:45:11 +01:00
Peter Simons
2e48af0986 Add hsc3-db haskell package to tree. 2014-10-28 13:45:11 +01:00
karsten gebbert
872bab6b9d Adding hsc3-process haskell package 2014-10-28 13:45:10 +01:00
karsten gebbert
fbea3a1427 Adding the hsc3-dot haskell package. 2014-10-28 13:45:10 +01:00
taku0
d019bcf8ec oraclejdk: bump to 8u25, 7u71, and 7u72 2014-10-28 05:24:33 -07:00
Michael Raskin
83e59960b6 Merge pull request #4682 from the-kenny/chicken-eggs
Full support for CHICKEN eggs in Nix
2014-10-28 15:49:26 +04:00
Pascal Wittmann
5b542ec902 org: update from 8.2.8 to 8.2.10 2014-10-28 12:47:09 +01:00
lethalman
2900e00ba8 Merge pull request #4653 from sepi/new-package-frescobaldi
New package: frescobaldi
2014-10-28 11:54:16 +01:00
Sander van der Burg
75175fa3eb titaniumenv: Add parameter that configures Apple's WWDR certificate location 2014-10-28 11:40:12 +01:00
Domen Kožar
ca1d7dea55 fix scrollkeeper build 2014-10-28 11:36:44 +01:00
Nikolay Amiantov
1f101efa88 update-resolv-conf: add package 2014-10-28 03:04:14 -07:00
Raffael Mancini
90c6a38abe Disabled python-poppler-qt4 for PyPy 2014-10-28 11:01:28 +01:00
Cray Elliott
72d7324af5 Add mednafen TurboGrafx-16 libretro core 2014-10-28 02:08:43 -07:00
lethalman
db376cac59 Merge pull request #4695 from DamienCassou/gnome-pomodoro-0.10.3
New version of gnome-shell-pomodoro
2014-10-28 09:53:39 +01:00
Siarhei Zirukin
d49e6e4b23 added chuck package 2014-10-28 08:59:17 +01:00
Markus Kohlhase
6c1b113342 hplip: update to v3.14.10 2014-10-28 02:45:56 +01:00
William A. Kennington III
5b02427626 libtorrent-rasterbar: 0.16.0 -> 1.0.2 2014-10-27 18:09:21 -07:00
Peter Simons
12fd14c453 haskell-idris: update to version 0.9.15 2014-10-28 00:41:25 +01:00
William A. Kennington III
f6784b572a quassel: Fix evaluation 2014-10-27 16:28:46 -07:00
Shea Levy
130d817286 Ats2: bump 2014-10-27 19:11:58 -04:00
William A. Kennington III
9c064a72de quassel: 0.10.0 -> 0.11.0 2014-10-27 15:16:24 -07:00
Sander van der Burg
c5f3b32ac5 titaniumenv: Make iOS SDK version configurable in example 2014-10-27 22:55:14 +01:00
Bjørn Forsman
84d844e03d arduino-core: fixup ELF interperter paths in prebuilt binaries
Fixes #4688
2014-10-27 22:04:02 +01:00
Rickard Nilsson
b6f505c60a postfix: Update from 2.11.1 to 2.11.3 2014-10-27 21:48:33 +01:00
Rickard Nilsson
2d58efd3e4 dovecot: Update from 2.2.14 to 2.2.15 2014-10-27 21:24:08 +01:00
Aristid Breitkreuz
b6314fdad6 rsnapshot: add (commented) code for an idea that did not work out yet 2014-10-27 21:02:04 +01:00
Aristid Breitkreuz
93f2c180d0 rsnapshot: add git version & make it configurable in the nixos module 2014-10-27 20:38:39 +01:00
Domen Kožar
3e81fe92e4 libxml2: 2.9.1 -> 2.9.2 (CVE-2014-3660) fixes #4679 2014-10-27 20:07:09 +01:00
Shea Levy
c8be814f25 nix-exec: bump 2014-10-27 14:27:55 -04:00
Shea Levy
2eaf8fda24 Add back in args passed to buildLocalCabalWithArgs 2014-10-27 14:16:19 -04:00
Joachim Schiele
d822d0fdd3 Merge pull request #4687 from qknight/brickd-2.1.1
brickd: packaged version 2.1.1
2014-10-27 19:14:22 +01:00
Joachim Schiele
40f24dca0f brickd: packaged version 2.1.1 2014-10-27 19:11:51 +01:00