Commit Graph

44164 Commits

Author SHA1 Message Date
William A. Kennington III 8cd575c5aa mtdev: 1.1.2 -> 1.1.5 2014-10-17 14:26:44 -07:00
William A. Kennington III 8ad2a13bdf ffmpeg: 1.2.8 -> 1.2.9 2014-10-17 14:26:44 -07:00
Jaka Hudoklin 3f4e433ddf Merge pull request #4572 from tailhook/docker1.3
docker: upgrade to 1.3.0
2014-10-17 22:53:36 +02:00
uzska 0fa57137cf Added line SCSI_SAS_ATA y on line 62
This kernel change will make the nixOS live cd detect the hard drive upon boot.
2014-10-17 13:31:08 -07:00
Paul Colomiets f86967ac8a docker: upgrade to 1.3.0 2014-10-17 23:20:09 +03:00
Michael Raskin 6909944827 Remove failing steps from pipelight build 2014-10-18 00:14:51 +04:00
Michael Raskin eee6f5a004 Adding Pipelight via patch from Sven Keidel and some cleanup 2014-10-18 00:14:51 +04:00
Bjørn Forsman 9424ab11c6 python-scapy: new package
Powerful interactive network packet manipulation program.

http://www.secdev.org/projects/scapy/
2014-10-17 20:20:08 +02:00
Shea Levy d982a78eec nix-exec: Bump 2014-10-17 13:19:22 -04:00
Patrick Mahoney bbce2e0889 notmuch: Dynamic link to absolute path on darwin. 2014-10-17 11:27:28 -05:00
Patrick Mahoney cb3343c48a notmuch: Use 'find' to patch test script shebangs. 2014-10-17 11:24:27 -05:00
Pascal Wittmann cd223ad0ac calibre: update from 2.5.0 to 2.6.0 2014-10-17 18:22:52 +02:00
Georges Dubus 1aa6022173 Merge pull request #4558 from tailhook/rust0.12
rust: Upgrade rust stable to 0.12
2014-10-17 17:27:49 +02:00
Jascha Geerds df1221eea9 Fix stevedore for python26 2014-10-17 11:35:25 +02:00
aszlig 08d2f3340d
xdotool: Update to upstream version 2.20110530.1.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-17 09:14:34 +02:00
William A. Kennington III c70b942375 wayland: 1.5.0 -> 1.6.0 2014-10-16 23:17:38 -07:00
John Wiegley 57eb7f107d lambdabot: Get it building again against older packages 2014-10-16 21:44:58 -05:00
Mateusz Kowalczyk 0fac38fd48 haskell-yi: make the wrapper less cumbersome
It still suffers from ‘everything breaks’ if there is any Haskell in
user env: https://github.com/NixOS/nixpkgs/issues/4560
2014-10-17 00:39:31 +01:00
John Wiegley 1515dbf962 haskell-hakyll: Allow it to build again 2014-10-16 17:38:09 -05:00
John Wiegley 6558ab94a4 Elm: no longer references pandoc 2014-10-16 17:23:25 -05:00
John Wiegley ba22560768 git-annex: temporary patch to build the current version 2014-10-16 17:23:01 -05:00
William A. Kennington III 13b9917298 kernel: Fix missing ; 2014-10-16 13:58:18 -07:00
William A. Kennington III 1962fd80f6 kernel: 3.4.103 -> 3.4.104 2014-10-16 13:56:14 -07:00
William A. Kennington III fdb4e34459 kernel: 3.2.62 -> 3.2.63 2014-10-16 13:56:10 -07:00
William A. Kennington III 0a82ce360d kernel: 3.17 -> 3.17.1 2014-10-16 13:56:06 -07:00
William A. Kennington III b8ee248137 kernel: 3.16.4 -> 3.16.6 2014-10-16 13:56:01 -07:00
William A. Kennington III 287ce68d38 kernel: 3.14.20 -> 3.14.22 2014-10-16 13:55:55 -07:00
William A. Kennington III 8c138fd489 kernel: 3.12.29 -> 3.12.30 2014-10-16 13:55:50 -07:00
William A. Kennington III 242070abfc kernel: 3.10.56 -> 3.10.58 2014-10-16 13:55:38 -07:00
Paul Colomiets 4035d9f27e rust: Upgrade rust stable to 0.12 2014-10-16 23:25:17 +03:00
Patrick Mahoney 8edb10d31e talloc: Fix linker flags on darwin.
Before this patch, building talloc on darwin (OS X 10.8.5) results in:

gcc -dynamiclib -Wl,-search_paths_first -undefined error -o libtalloc.dylib.2.0.1 ./talloc.o  ./libreplace/replace.o ./libreplace/snprintf.o ./libreplace/getpass.o ./libreplace/strptime.o   -install_namelibtalloc.dylib.2
gcc: error: unrecognized command line option '-install_namelibtalloc.dylib.2'
make: *** [libtalloc.dylib.2.0.1] Error 1

Setting SONAMEFLAG to either "-install_name " (note trailing space), or
"-Wl,-install_name," results in a successful build. The latter seems
more clear.
2014-10-16 14:40:25 -05:00
Bjørn Forsman 287d6d5d3a libpcap: pass --with-pcap=linux for all linux systems
...instead of just for i686-linux.

Without a --with-pcap= configure flag, the build system tries to
auto-detect the backend by poking in /dev, /usr/include etc... In the
pure nix world, this auto-detection fails. (Good, we don't want host
details to leak into the build.)

The end result of this (failed) auto-detection; no packet capture
possible:

  $ sudo tcpdump -i wlp2s0
  tcpdump: live packet capture not supported on this system

This fixes the above issue on 64-bit linux systems, and probably other
architectures supported by linux.
2014-10-16 20:32:28 +02:00
Shea Levy a3ffe238e7 Revert "cabal: enable multi-threaded builds with GHC 7.8.x or later"
This likely exacerbates the non-determinism in ghc package ids, so until
that is fixed let's live with the slow builds.

This reverts commit 817c0e4144.
2014-10-16 13:17:30 -04:00
Eelco Dolstra a3e5eca153 DBIx::Class: Update to 0.082801
This fixes building against the latest SQLite.
2014-10-16 16:56:36 +02:00
Eelco Dolstra 127f5f1056 sqlite: Update to 3.8.6 2014-10-16 16:56:36 +02:00
Nikolay Amiantov 09f33a4389 substituteAllFiles: add derivation
Closes #4145
2014-10-16 15:27:25 +01:00
Peter Simons 9e74259bbe Merge pull request #4551 from vandenoever/blink
Add Blink, a simple sip client.
2014-10-16 15:48:32 +02:00
Cray Elliott e39bf7a704 Replaced retroarchBare with retroarchBareMaster, also added a few new libretro cores
retroarchBare was too old for any practical use at this point, so it was removed in favor
of fetching releases from git. RetroArch often recommends checkout out the latest git master
if you are on a desktop platform, so we are conforming with their recommendation. I plan on
bumping the git of retroarch and each core every month, and I plan on adding more libretro
cores in the future.

The libretro cores that were added are nestopia, quicknes, snes9x, and vba-m

planned next are : bsnes-accuracy, bsnes-balanced, bsnes-performance, a few libretro mame ports

Closes #4448
2014-10-16 12:53:39 +01:00
Domen Kožar 74fde7c388 Merge pull request #4495 from NixOS/pythonFull_improvements
PythonFull improvements
2014-10-16 13:24:18 +02:00
Domen Kožar 68b183e309 simplify 2014-10-16 13:13:13 +02:00
Domen Kožar c0e18dc498 fix eval 2014-10-16 13:08:07 +02:00
Jos van den Oever fb9ac9e8eb Add Blink, a simple sip client. 2014-10-16 12:21:36 +02:00
Domen Kožar a1a60d8e8a readd pythonPackages.hgsvn 2014-10-16 12:21:03 +02:00
Domen Kožar 6cd1f42a2c Merge pull request #4483 from edwtjo/cvxopt
pythonPackages.cvxopt: added package
2014-10-16 12:20:42 +02:00
William A. Kennington III eed5207845 python27: Remove avoid daemon thread shutdown #i21963 2014-10-16 11:28:37 +02:00
Domen Kožar d589684cae pypy: disable test_zipfile64 because timeouts 2014-10-16 11:14:42 +02:00
Domen Kožar dd9ebf6eea firefox: use -O3 on 32bit linux to reduce memory usage on linker 2014-10-16 11:12:26 +02:00
Domen Kožar d704fb3b36 fix mpdcron 2014-10-16 11:03:10 +02:00
Pascal Wittmann 1eea99016e logstalgia: update from 1.0.5 to 1.0.6 2014-10-16 09:06:20 +02:00
Rickard Nilsson 91be9d5796 dovecot: Update from 2.2.13 to 2.2.14 2014-10-16 08:14:46 +02:00
Domen Kožar 33b104c57e Revert "sqlite: Update to 3.8.6"
This reverts commit f7acce83fc.

Breaks tests for perlPackages.DBIxClass

cc @edolstra
2014-10-15 20:40:36 +02:00
Sander van der Burg 0100e79d7a titaniumenv: Use new xcodeenv simulate function in the example app 2014-10-15 17:28:52 +02:00
Sander van der Burg f58b563cb6 xcodeenv: Reimplement simulator script to work with Xcode 6 2014-10-15 17:10:35 +02:00
Peter Simons 739025bd58 gnulib: update to version 0.1-228-gb155b06 2014-10-15 16:30:53 +02:00
Domen Kožar c758ec756b openssl: 1.0.1i -> 1.0.1j (CVE-2014-3513, CVE-2014-3567, CVE-2014-3568) 2014-10-15 16:12:23 +02:00
Rickard Nilsson 6960149b03 New package: runit 2.1.2 2014-10-15 13:08:22 +02:00
Peter Simons 6d432d2164 haskell-vector: build the package with -msse2 on i686 platforms to fix test suite failures
https://github.com/haskell/vector/issues/47
2014-10-15 12:31:35 +02:00
Peter Simons 53208292e2 haskell-monad-supply: update to version 0.6 2014-10-15 12:31:35 +02:00
Peter Simons e293afed30 haskell-language-c-quote: update to version 0.10.1.3 2014-10-15 12:31:35 +02:00
Peter Simons efde40d785 haskell-hindent: update to version 3.8
This package remains broken because it cannot deal with the current version of haskell-src-exts.
2014-10-15 12:31:35 +02:00
Peter Simons 24355cf15f Disable Hydra builds for obsolete Haskell packages. 2014-10-15 12:31:35 +02:00
Domen Kožar f5a47393b6 Revert "Revert "Set default kernel to 3.14""
This reverts commit ad477c77ff.
2014-10-15 12:00:47 +02:00
Lluís Batlle i Rossell 83fb281d80 Making hydra build ddd.
(cherry picked from commit 4ba671ff113844267dbad307f8a5cbf8ac1d0f52)
2014-10-15 11:16:27 +02:00
Lluís Batlle i Rossell e9809e8f9e wxGTK: updating to 3.0.2 2014-10-15 10:59:32 +02:00
Aycan iRiCAN f216f98aaa Merge pull request #4537 from aycanirican/idris_update
Upgrade idris compiler to 0.9.14.3
2014-10-15 10:58:09 +03:00
Aycan iRiCAN ae84167aa1 Upgrade idris compiler to 0.9.14.3 2014-10-15 10:57:08 +03:00
Joachim Schiele 9d5431d1a2 Merge pull request #4536 from flosse/prosody
prosody: updated to v0.9.5
2014-10-15 09:41:48 +02:00
Joachim Schiele 13298fcbb9 Merge pull request #4535 from flosse/lua-bitop
lua-packages: added lua-bitop to add websocket support for prosody
2014-10-15 09:41:32 +02:00
Peter Simons 620ee88fb8 Merge pull request #4531 from purefn/fix-jwt
haskell-jwt: update to version 0.4.2
2014-10-15 08:16:07 +02:00
Peter Simons a5b91818e7 Merge pull request #4532 from purefn/haskell-validation
haskell: add validation package
2014-10-15 08:15:50 +02:00
Mateusz Kowalczyk 5badd8445e haskell-yi-custom: broken = true for now 2014-10-15 06:08:18 +01:00
Mateusz Kowalczyk a21d3b67e5 haskell-PastePipe: update to 1.6 2014-10-15 05:14:35 +01:00
Mateusz Kowalczyk 8842fcfdb1 haskell-yi-custom: convenience wrapper for configs
Now to use Yi along with its config the user passes all the extra
libraries wanted by their config as extraPackages and builds the
expression. This means there is no hassle from the user about having to
manually create a cabal file and wrap over the Yi binary.
2014-10-15 04:31:03 +01:00
Mateusz Kowalczyk 7562afbe19 haskell-yi: use --suffix wrapper
This allows further wrappers to get around the problem of ending up with
GHC_PATH with double ‘::’ in it, breaking the whole thing.
2014-10-15 03:54:46 +01:00
Markus Kohlhase 0f3f017f3e prosody: updated to v0.9.5 2014-10-15 04:11:24 +02:00
Markus Kohlhase 5308d3284b prosody: added websocket support 2014-10-15 03:57:00 +02:00
Markus Kohlhase 163b53f706 lua-packages: added lua-bitop 2014-10-15 03:53:03 +02:00
Mateusz Kowalczyk 0732523c7d agda: add fuuzetsu to maintainers 2014-10-15 01:02:03 +01:00
Mateusz Kowalczyk a921dba56a haskell-yi-contrib: move under libraries instead 2014-10-15 01:00:16 +01:00
Mateusz Kowalczyk 1ccb025729 haskell-yi-contrib: update to 0.10.1 2014-10-15 01:00:16 +01:00
Mateusz Kowalczyk 0d858ba4c0 haskell-yi: update to 0.10.1 2014-10-15 01:00:16 +01:00
Richard Wallace d180b9a6ee haskell: add validation package 2014-10-14 16:59:23 -07:00
Richard Wallace 1043e5694f haskell-jwt: update to version 0.4.2 2014-10-14 16:26:08 -07:00
Thomas Strobel 49fd0c32ff Add package: simple-tpm-pk11
Simple PKCS11 provider for TPM chips
2014-10-15 01:14:34 +02:00
Jascha Geerds d071a25dec ati-driver: Fix "Catalyst Control Center" 2014-10-15 00:37:39 +02:00
Peter Simons c549ac9c1a haskell-hlint: update to version 1.9.9 2014-10-15 00:24:33 +02:00
Peter Simons 205b018c4d haskell-web-routes: update to version 0.27.7 2014-10-15 00:24:33 +02:00
Peter Simons 8e46d106b2 haskell-web-routes-boomerang: update to version 0.28.3 2014-10-15 00:24:33 +02:00
Peter Simons c091b8d8f7 haskell-thyme: update to version 0.3.5.3 2014-10-15 00:24:33 +02:00
Peter Simons 200d54c7d1 haskell-pdf-toolbox-document: update to version 0.0.4.0 2014-10-15 00:24:32 +02:00
Peter Simons 5d366074b3 haskell-pdf-toolbox-core: update to version 0.0.3.0 2014-10-15 00:24:32 +02:00
Peter Simons 28b20ec5a0 haskell-pdf-toolbox-content: update to version 0.0.3.1 2014-10-15 00:24:32 +02:00
Peter Simons e2f7a3e8f0 haskell-leveldb-haskell: update to version 0.6 2014-10-15 00:24:32 +02:00
Peter Simons 6579af25ce haskell-haskintex: update to version 0.5.0.2 2014-10-15 00:24:32 +02:00
Peter Simons e943f13232 haskell-happstack-server: update to version 7.3.9 2014-10-15 00:24:32 +02:00
Peter Simons caa156e3b6 haskell-happstack-lite: update to version 7.3.5 2014-10-15 00:24:31 +02:00
Peter Simons b38e5c2539 haskell-derive: update to version 2.5.18 2014-10-15 00:24:31 +02:00
Peter Simons 1100f7278d haskell-boomerang: update to version 1.4.5 2014-10-15 00:24:31 +02:00
Peter Simons 9f408486fc haskell-HaTeX: update to version 3.14.0.0 2014-10-15 00:24:31 +02:00
Peter Simons 8f8ad903e2 haskell-HSH: update to version 2.1.1 2014-10-15 00:24:31 +02:00
Peter Simons be66d82790 haskell-DAV: update to version 1.0.3 2014-10-15 00:24:31 +02:00
Eelco Dolstra fc964fa924 firefox: Update to 33.0 2014-10-14 22:53:56 +02:00
Eelco Dolstra 7781f5992d sqlite: Add maintainer 2014-10-14 22:53:56 +02:00
Eelco Dolstra f7acce83fc sqlite: Update to 3.8.6 2014-10-14 22:53:56 +02:00
Eelco Dolstra f445fb8240 nss: Update to 3.17.2 2014-10-14 22:53:56 +02:00
Eelco Dolstra d4d0e449d7 Remove obsolete Hydra package 2014-10-14 22:49:12 +02:00
Peter Simons c4dd75c9e3 Merge pull request #4527 from bosu/test-simple
haskell: Add state-plus, test-simple packages
2014-10-14 22:38:29 +02:00
Boris Sukholitko 8d5be73061 haskell: add test-simple package 2014-10-14 23:28:25 +03:00
Boris Sukholitko 49469001be haskell: add state-plus package 2014-10-14 23:25:18 +03:00
Bjørn Forsman b9b193e4a3 lttng-modules: use proper version number
And note why we're not using the latest stable release (because of
support for linux >= 3.16).
2014-10-14 21:12:23 +02:00
Domen Kožar 90badb42d1 pypyPackages.paramiko: disable tests 2014-10-14 21:06:49 +02:00
aszlig c1f55dcd35
miro: Add support for video/audio library sharing.
This is done using the Avahi/Bonjour compatibility library.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-14 19:46:59 +02:00
Mateusz Kowalczyk fc11a7e03e haskell-yi-language: new package 2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk 464d3914f4 haskell-word-trie: new package 2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk 5f9b76da63 haskell-oo-prototypes: new package 2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk 5389dd542c haskell-dynamic-state: new package 2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk 713301702c haskell-yi-rope: new package 2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk 9197205eb1 haskell-yi: move down into own small section 2014-10-14 18:45:25 +01:00
Rickard Nilsson d1d39dea3d elasticsearch: Update from 1.3.2 to 1.3.4 2014-10-14 19:06:03 +02:00
Rickard Nilsson 87bcb503aa kibana: Update from 3.1.0 to 3.1.1 2014-10-14 19:06:03 +02:00
Sander van der Burg 7dc624e347 titaniumsdk: Make iOS SDK version configurable 2014-10-14 18:59:31 +02:00
cillianderoiste 0868feeb3d Merge pull request #4524 from kragniz/master
Add hedgewars
2014-10-14 17:51:44 +02:00
Louis Taylor 48664fb7b2 Add hedgewars
Turn-based strategy artillery game similiar to Worms.
2014-10-14 16:40:56 +01:00
Peter Simons 31a5126b06 Fix cabal-install build for GHC 6.10.4. 2014-10-14 17:39:36 +02:00
Peter Simons 2ad93cf18d agda: build with haskell-src-exts 1.15.x 2014-10-14 17:39:35 +02:00
Peter Simons 608c0271d8 haskell-SourceGraph: broken by haskell-src-exts update 2014-10-14 17:39:35 +02:00
Peter Simons 89975f8fb2 cabal-install: build version 1.16.0.2 with network 2.5.x 2014-10-14 17:39:35 +02:00
Peter Simons 06445b309e cabal-install: jailbreak version 1.16.0.2 to build with random 1.x 2014-10-14 17:39:35 +02:00
Peter Simons 10b43b4a16 haskell-snap-cors: broken by network 2.6.x update 2014-10-14 17:39:35 +02:00
Peter Simons 38751005a1 git-annex: broken by update to 'persistent' and 'yesod' 2014-10-14 17:39:35 +02:00
Peter Simons 217567d723 haskell-ipprint: build is broken because Extra doesn't compile 2014-10-14 17:39:35 +02:00
Peter Simons 563244e8c6 haskell-snaplet-stripe: build is broken
src/Snap/Snaplet/Stripe.hs:192:7:
      ‘hcCompiledSplices’ is not a (visible) constructor field name

  src/Snap/Snaplet/Stripe.hs:193:7:
      ‘hcInterpretedSplices’ is not a (visible) constructor field name
2014-10-14 17:39:35 +02:00
Peter Simons a2181e4ed8 haskell-snap-web-routes: jailbreak to fix build with network 2.6.x 2014-10-14 17:39:35 +02:00
Peter Simons c9bccb869f haskell-DAV: broken by network 2.6.x update 2014-10-14 17:39:35 +02:00
Peter Simons cc2725dede haskell-Extra: broken by network 2.6.x update 2014-10-14 17:39:35 +02:00
Peter Simons 5f4d01364f haskell-webdriver: broken by network 2.6.x update 2014-10-14 17:39:35 +02:00
Peter Simons eda36f0017 haskell-packages.nix: fix spelling of snapCors attribute 2014-10-14 17:39:35 +02:00
Peter Simons d7c68e575f haskell-hplayground: broken because haste doesn't compile any more 2014-10-14 17:39:35 +02:00
Peter Simons d251a26a25 haskell-HandsomeSoup: broken by network 2.6.x update 2014-10-14 17:39:35 +02:00
Peter Simons 1ef1eb3b42 HaskellNet-SSL: broken by update to network 2.6.x 2014-10-14 17:39:34 +02:00
Peter Simons c0fa3d1b48 haskell-PastePipe: broken by update to network 2.6.x 2014-10-14 17:39:34 +02:00
Peter Simons 7acbbbfab8 haskell-Thrift: broken by update to network 2.6.x 2014-10-14 17:39:34 +02:00
Peter Simons 64497470b5 haskell-ariadne: broken build
Ariadne/GlobalNameIndex.hs:76:19: Not in scope: ‘splitDeclHead’
2014-10-14 17:39:34 +02:00
Peter Simons 3d313b7ed3 haskell-citeproc-hs: broken by network 2.6.x update 2014-10-14 17:39:34 +02:00
Peter Simons a2ad0039f5 haskell-dsp: jailbreak to fix build with recent 'random' 2014-10-14 17:39:34 +02:00
Peter Simons 2f3e8b1634 haste-perch: broken by network 2.6.x update 2014-10-14 17:39:34 +02:00
Peter Simons 7d043bc45b haste-compiler: broken by network 2.6.x update 2014-10-14 17:39:34 +02:00
Peter Simons 56a218dcb9 haskell-httpd-shed: broken by network 2.6.x update 2014-10-14 17:39:34 +02:00
Peter Simons fd83eef5d9 haskell-iCalendar: broken by network 2.6.x update 2014-10-14 17:39:34 +02:00
Peter Simons 384bd992e2 haskell-yaml: update to version 0.8.9.3 2014-10-14 17:39:34 +02:00
Peter Simons 90a9d2c952 haskell-sodium: update to version 0.11.0.2 2014-10-14 17:39:34 +02:00
Peter Simons b578288cd1 idris: try building with an older version of optparse-applicative 2014-10-14 17:39:34 +02:00
Peter Simons 97118ad9c7 ihaskell: jailbreak to fix build with recent haskell-src-exts and classy-prelude 2014-10-14 17:39:34 +02:00
Peter Simons f5931470b7 haskell-imm: broken by network 2.6.x 2014-10-14 17:39:34 +02:00
Peter Simons 62a8e46d26 haskell-jwt: doesn't compile
Setup: can't find source for Web/JWT in ., dist/build/autogen
2014-10-14 17:39:33 +02:00
Peter Simons 12310472ca haskell-lambdabot: broken by network 2.6.x 2014-10-14 17:39:33 +02:00
Peter Simons d977c9f9fc haskell-machines-directory: jailbreak to fix build with recent 'machines' 2014-10-14 17:39:33 +02:00
Peter Simons 63b61e3af0 haskell-rethinkdb: broken by network 2.6.x 2014-10-14 17:39:33 +02:00
Peter Simons 203a9fb210 cryptol2: build with old version of 'network' 2014-10-14 17:39:33 +02:00
Peter Simons e53b2ba9b2 cabal-install: jailbreak version 1.18.0.3 to accept random 1.x 2014-10-14 17:39:33 +02:00
Peter Simons fc52022d25 haskell-CouchDB: broken by recent 'network' 2.6.x update 2014-10-14 17:39:33 +02:00
Peter Simons 8c3757a24d darcs: jailbreak to fix build with random 1.x 2014-10-14 17:39:33 +02:00
Peter Simons ccbdf31164 haskell-snap: jailbreak to fix build with network 2.6.x 2014-10-14 17:39:33 +02:00
Peter Simons 104e010ed1 haskell-warp-tls: update to version 3.0.0.1 2014-10-14 17:39:33 +02:00
Peter Simons 8a108d6830 haskell-pipes: update to version 4.1.3 2014-10-14 17:39:33 +02:00
Peter Simons 1d52010387 haskell-clean-unions: update to version 0.1.1 2014-10-14 17:39:33 +02:00
Peter Simons 08f85c94c0 haskell-network-carbon: jailbreak to support network 2.6.x 2014-10-14 17:39:33 +02:00
Peter Simons f5f9b32d02 haskell-hxt: enable support for network 2.6.x 2014-10-14 17:39:33 +02:00
Peter Simons fecacb5bcb haskell-urlencoded: broken by network update 2014-10-14 17:39:33 +02:00
Peter Simons 23f186fa3f haskell-lushtags: broken with recent haskell-source-exts 2014-10-14 17:39:32 +02:00
Peter Simons 927f51f720 haskell-hindent: mark broken 2014-10-14 17:39:32 +02:00
Peter Simons e594ae66fa hscope: mark broken 2014-10-14 17:39:32 +02:00
Peter Simons c5fee4671d haskell-machines-io: jailbreak to fix build with recent 'machines' 2014-10-14 17:39:32 +02:00
Peter Simons 817409fff9 pkgs/development/libraries/haskell/haskell-src-exts/1.13.5.nix: drop unreferenced file 2014-10-14 17:39:32 +02:00
Peter Simons 205306522a haskell-implicit: mark "broken", the package is unmaintained
https://github.com/colah/ImplicitCAD/issues/115
2014-10-14 17:39:32 +02:00
Peter Simons 05c5fff508 haskell-distributed-process: jailbreak version to fix build with latest version of 'random' 2014-10-14 17:39:32 +02:00
Peter Simons 737bb131b0 leveldb-haskell: mark broken 2014-10-14 17:39:32 +02:00
Peter Simons adcec799a6 haskell-monad-supply: mark broken 2014-10-14 17:39:32 +02:00
Peter Simons 8941e6d362 haskell-defaults.nix: GHC 6.12.x cannnot build recent versions of 'vector' 2014-10-14 17:39:32 +02:00
Peter Simons 6b3f8afef7 haskell-numeric-prelude: jailbreak version to fix build with latest version of 'random' 2014-10-14 17:39:32 +02:00
Peter Simons 6556039481 haskell-monadloc-pp: broken by recent monadloc update 2014-10-14 17:39:32 +02:00
Peter Simons acdb574813 haskell-dsp: jailbreak to fix build with latest version of 'random' 2014-10-14 17:39:32 +02:00
Peter Simons 6651fe463e haskell-cabal-db: mark broken 2014-10-14 17:39:32 +02:00
Peter Simons 64779360ac haskell-ChasingBottoms: jailbreak version to fix build with latest version of 'random' 2014-10-14 17:39:31 +02:00
Peter Simons 176403785e haskell-parallel-io: jailbreak version to fix build with latest version of 'random' 2014-10-14 17:39:31 +02:00
Peter Simons 919da91d13 cabal-install: jailbreak version 1.20.0.3 to fix build with latest version of 'random' and override 'network' to the old 2.5 version 2014-10-14 17:39:31 +02:00
Peter Simons 2cf6ea93fa haskell-binary: update to version 0.7.2.2 2014-10-14 17:39:31 +02:00
Peter Simons a66520c0f3 haskell-websockets: update to version 0.9.1.0 2014-10-14 17:39:31 +02:00
Peter Simons 95aa52780c haskell-warp: update to version 3.0.2.3 2014-10-14 17:39:31 +02:00
Peter Simons dbca512b2d haskell-wai: update to version 3.0.2 2014-10-14 17:39:31 +02:00
Peter Simons ffac271330 haskell-vado: update to version 0.0.3 2014-10-14 17:39:31 +02:00
Peter Simons 4190bc1721 haskell-unix-time: update to version 0.3.4 2014-10-14 17:39:31 +02:00
Peter Simons c16707c306 haskell-twitter-conduit: update to version 0.0.7 2014-10-14 17:39:31 +02:00
Peter Simons 028ece9d07 haskell-tostring: update to version 0.2.1 2014-10-14 17:39:31 +02:00
Peter Simons 7183d0f669 haskell-threepenny-gui: update to version 0.5.0.0 2014-10-14 17:39:31 +02:00
Peter Simons 325a3ed187 haskell-test-framework-th-prime: update to version 0.0.7 2014-10-14 17:39:31 +02:00
Peter Simons 37ccde14a0 haskell-tasty: update to version 0.10.0.2 2014-10-14 17:39:31 +02:00
Peter Simons 1a4e36c28b haskell-tasty-smallcheck: update to version 0.8.0.1 2014-10-14 17:39:31 +02:00
Peter Simons 4a65e6b684 haskell-tasty-quickcheck: update to version 0.8.2 2014-10-14 17:39:30 +02:00
Peter Simons d333f4957f haskell-tasty-hunit: update to version 0.9.0.1 2014-10-14 17:39:30 +02:00
Peter Simons 7f6874b32b haskell-tasty-ant-xml: update to version 1.0.0.11 2014-10-14 17:39:30 +02:00
Peter Simons 325aee697b haskell-tagsoup: update to version 0.13.3 2014-10-14 17:39:30 +02:00
Peter Simons d478dd95c7 haskell-symbol: update to version 0.2.4 2014-10-14 17:39:30 +02:00
Peter Simons 8822e54178 haskell-stylish-haskell: update to version 0.5.11.0 2014-10-14 17:39:30 +02:00
Peter Simons fa3b979567 haskell-persistent: update to version 2.1 2014-10-14 17:39:30 +02:00
Peter Simons 270cb5041c haskell-persistent-template: update to version 2.1 2014-10-14 17:39:30 +02:00
Peter Simons 3bff51f055 haskell-persistent-sqlite: update to version 2.1.0.1 2014-10-14 17:39:30 +02:00
Peter Simons 4cb8ffd7b3 haskell-persistent-postgresql: update to version 2.1 2014-10-14 17:39:30 +02:00
Peter Simons cae4ba0282 haskell-persistent-mysql: update to version 2.1 2014-10-14 17:39:30 +02:00
Peter Simons 41c7c4a9ef haskell-libjenkins: update to version 0.5.0 2014-10-14 17:39:30 +02:00
Peter Simons 60c7420b89 haskell-hoauth2: update to version 0.4.2 2014-10-14 17:39:30 +02:00
Peter Simons 08a5d00b97 haskell-hit: update to version 0.6.2 2014-10-14 17:39:30 +02:00
Peter Simons 7f65329769 haskell-hindent: update to version 3.7 2014-10-14 17:39:29 +02:00
Peter Simons 510dd85b6e haskell-diagrams-rasterific: update to version 0.1.0.3 2014-10-14 17:39:29 +02:00
Peter Simons 9f7788eab7 haskell-diagrams-lib: update to version 1.2.0.4 2014-10-14 17:39:29 +02:00
Peter Simons c1100915af haskell-diagrams-cairo: update to version 1.2.0.3 2014-10-14 17:39:29 +02:00
Peter Simons 50a570ebd5 haskell-derive: update to version 2.5.17 2014-10-14 17:39:29 +02:00
Peter Simons 9970c3a2c5 haskell-cookie: update to version 0.4.1.4 2014-10-14 17:39:29 +02:00
Peter Simons 613bbb55a4 haskell-conduit: update to version 1.2.1 2014-10-14 17:39:29 +02:00
Peter Simons 08696e2f3e haskell-clientsession: update to version 0.9.1 2014-10-14 17:39:29 +02:00
Peter Simons 813e0ec5e4 haskell-classy-prelude: update to version 0.10.0 2014-10-14 17:39:29 +02:00
Peter Simons d47b9ead88 haskell-classy-prelude-conduit: update to version 0.10.0 2014-10-14 17:39:29 +02:00
Peter Simons 240c87eed9 haskell-bytestring-trie: update to version 0.2.4 2014-10-14 17:39:29 +02:00
Peter Simons 6bd0198ad7 haskell-binary: update to version 0.7.2.1 2014-10-14 17:39:29 +02:00
Peter Simons 7b693db490 haskell-base-prelude: update to version 0.1.6 2014-10-14 17:39:29 +02:00
Peter Simons 7245da0cb7 haskell-auto-update: update to version 0.1.1.5 2014-10-14 17:39:29 +02:00
Peter Simons 6dc7c27db7 haskell-MonadRandom: update to version 0.2.0.1 2014-10-14 17:39:28 +02:00
Peter Simons a558fdca16 haskell-taffybar: update to version 0.4.3 2014-10-14 17:39:28 +02:00
Peter Simons 30983a2440 haskell-map-syntax: add version 0.2 2014-10-14 17:39:28 +02:00
Peter Simons 9dcf004b02 haskell-heist: update to version 0.14.0.1 2014-10-14 17:39:28 +02:00
Peter Simons 88b4e155d5 haskell-unordered-containers: update to version 0.2.5.1 2014-10-14 17:39:28 +02:00
Peter Simons 340cca8b0e haskell-vector: add version 0.10.12.1 2014-10-14 17:39:28 +02:00
Peter Simons 535b3a81b7 haskell-yesod: update to version 1.4.0 2014-10-14 17:39:28 +02:00
Peter Simons 4f811d04ec haskell-yesod-test: update to version 1.4.0.3 2014-10-14 17:39:28 +02:00
Peter Simons 1e2eb8b5a5 haskell-yesod-static: update to version 1.4.0.2 2014-10-14 17:39:28 +02:00
Peter Simons 5d09e54eb7 haskell-yesod-persistent: update to version 1.4.0.1 2014-10-14 17:39:28 +02:00
Peter Simons 7d53c459c8 haskell-yesod-form: update to version 1.4.0.2 2014-10-14 17:39:28 +02:00
Peter Simons f2c3807ccd haskell-yesod-core: update to version 1.4.2 2014-10-14 17:39:28 +02:00
Peter Simons 9980116198 haskell-yesod-bin: update to version 1.4.0.1 2014-10-14 17:39:28 +02:00
Peter Simons 28921f45b7 haskell-yesod-auth: update to version 1.4.0.1 2014-10-14 17:39:28 +02:00
Peter Simons e7d37bd8c3 haskell-yesod-auth-hashdb: update to version 1.4.0 2014-10-14 17:39:28 +02:00
Peter Simons bdfd59522f haskell-yaml: update to version 0.8.9.2 2014-10-14 17:39:27 +02:00
Peter Simons 1035b70a2f haskell-xml-conduit: update to version 1.2.3 2014-10-14 17:39:27 +02:00
Peter Simons cd7e5b2c0d haskell-xdot: update to version 0.2.4.4 2014-10-14 17:39:27 +02:00
Peter Simons 3cc4260c89 haskell-x509: update to version 1.4.13 2014-10-14 17:39:27 +02:00
Peter Simons 621e075b6b haskell-x509-system: update to version 1.4.6 2014-10-14 17:39:27 +02:00
Peter Simons 01a8e5f18b haskell-network-conduit-tls: update to version 1.1.0.1 2014-10-14 17:39:27 +02:00
Peter Simons 06aff55c96 haskell-ncurses: update to version 0.2.11 2014-10-14 17:39:27 +02:00
Peter Simons 90c3d9b0a3 haskell-multiarg: update to version 0.28.0.0 2014-10-14 17:39:27 +02:00
Peter Simons 45e817b16f haskell-monad-supply: update to version 0.5 2014-10-14 17:39:27 +02:00
Peter Simons 8646968f83 haskell-monad-journal: update to version 0.5 2014-10-14 17:39:27 +02:00
Peter Simons d3d02b5cab haskell-machines: update to version 0.4 2014-10-14 17:39:27 +02:00
Peter Simons f77059a15b haskell-leveldb-haskell: update to version 0.5.1 2014-10-14 17:39:27 +02:00
Peter Simons 0cce3d2b02 haskell-jwt: update to version 0.4.1 2014-10-14 17:39:27 +02:00
Peter Simons 1f09c12334 haskell-json-schema: update to version 0.7.0.2 2014-10-14 17:39:27 +02:00
Peter Simons 5c6f2eda47 haskell-http-streams: update to version 0.7.2.4 2014-10-14 17:39:27 +02:00
Peter Simons 9ab7691a87 haskell-random: add version 1.1 2014-10-14 17:39:26 +02:00
Peter Simons 1408b26a0a haskell-pointfree: update to version 1.0.4.8 2014-10-14 17:39:26 +02:00
Peter Simons 2517c46673 haskell-hlint: update to version 1.9.8 2014-10-14 17:39:26 +02:00
Peter Simons 60ba702b9b haskell-string-conversions: update to version 0.3.0.3 2014-10-14 17:39:26 +02:00
Peter Simons 7fdb860f2c haskell-sodium: update to version 0.11.0.1 2014-10-14 17:39:26 +02:00
Peter Simons 1ee1c07782 haskell-snaplet-redis: update to version 0.1.4 2014-10-14 17:39:26 +02:00
Peter Simons 053285ce0a haskell-snap: update to version 0.13.3.1 2014-10-14 17:39:26 +02:00
Peter Simons c69529829d haskell-simple-sendfile: update to version 0.2.18 2014-10-14 17:39:26 +02:00
Peter Simons 7cfd6c630e haskell-shell-conduit: update to version 4.2 2014-10-14 17:39:26 +02:00
Peter Simons 1766375da7 haskell-rethinkdb: update to version 1.15.0.0 2014-10-14 17:39:26 +02:00
Peter Simons 718dbb01cd haskell-rest-gen: update to version 0.16.0.2 2014-10-14 17:39:26 +02:00
Peter Simons a237d1de5d haskell-random: update to version 1.0.1.3 2014-10-14 17:39:26 +02:00
Peter Simons 9618a16962 haskell-pwstore-fast: update to version 2.4.4 2014-10-14 17:39:26 +02:00
Peter Simons e4bdc2d4e1 haskell-purescript: update to version 0.5.6.3 2014-10-14 17:39:26 +02:00
Peter Simons 763199d872 haskell-postgresql-simple: update to version 0.4.6.0 2014-10-14 17:39:25 +02:00
Peter Simons 702084a89e haskell-pipes-zlib: update to version 0.4.3 2014-10-14 17:39:25 +02:00
Peter Simons 471f959122 haskell-pango: update to version 0.13.0.2 2014-10-14 17:39:25 +02:00
Peter Simons 0495331698 haskell-optparse-applicative: update to version 0.10.0 2014-10-14 17:39:25 +02:00
Peter Simons 24f716d4bd haskell-oeis: update to version 0.3.6 2014-10-14 17:39:25 +02:00
Peter Simons f8fd9e817a haskell-http-reverse-proxy: update to version 0.4.1.2 2014-10-14 17:39:25 +02:00
Peter Simons a02c50c90d haskell-http-conduit: update to version 2.1.4.5 2014-10-14 17:39:25 +02:00
Peter Simons af5232bf7c haskell-hspec-wai: update to version 0.5.1 2014-10-14 17:39:25 +02:00
Peter Simons 23630f9ed2 haskell-hsimport: update to version 0.6.2 2014-10-14 17:39:25 +02:00
Peter Simons 0ac9bc7046 haskell-hplayground: update to version 0.1.1.0 2014-10-14 17:39:25 +02:00
Peter Simons 522a219bdc haskell-hourglass: update to version 0.2.5 2014-10-14 17:39:25 +02:00
Peter Simons a00d5da618 haskell-hoogle: update to version 4.2.36 2014-10-14 17:39:25 +02:00
Peter Simons a6a8218023 haskell-hmatrix: update to version 0.16.0.6 2014-10-14 17:39:25 +02:00
Peter Simons b3fb668d9f haskell-haskelldb: update to version 2.2.4 2014-10-14 17:39:25 +02:00
Peter Simons 118dc408c7 haskell-haskell-src-meta: update to version 0.6.0.8 2014-10-14 17:39:24 +02:00
Peter Simons bc867c7a0b haskell-haskell-src-exts: add version 1.16.0 2014-10-14 17:39:24 +02:00
Peter Simons e3e68319ce haskell-haskell-packages: update to version 0.2.4.3 2014-10-14 17:39:24 +02:00
Peter Simons 1fadb0e275 haskell-haskell-names: update to version 0.4.1 2014-10-14 17:39:24 +02:00
Peter Simons 8a1a43abb8 haskell-hS3: update to version 0.5.9 2014-10-14 17:39:24 +02:00
Peter Simons 055c7f1e93 haskell-fay: update to version 0.21.0.1 2014-10-14 17:39:24 +02:00
Peter Simons 58947cf99c haskell-fay-text: update to version 0.3.1 2014-10-14 17:39:24 +02:00
Peter Simons f7c242d27f haskell-fay-base: update to version 0.19.2.1 2014-10-14 17:39:24 +02:00
Peter Simons 13f1edd376 haskell-esqueleto: update to version 2.1.0 2014-10-14 17:39:24 +02:00
Peter Simons bb36b56fa6 haskell-primitive: add version 0.5.4.0 2014-10-14 17:39:24 +02:00
Peter Simons 6847265f7f haskell-parsec: update to version 3.1.7 2014-10-14 17:39:24 +02:00
Peter Simons 195fe6bcc0 haskell-packages.nix: update default to optparse-Applicative 0.11.x
And try what happens if we remove version 0.9.x.
2014-10-14 17:39:24 +02:00
Peter Simons 3c9051c754 haskell-cmdargs: update to version 0.10.11 2014-10-14 17:39:24 +02:00
Peter Simons 471bfb7f7b haskell-Elm: update to version 0.13 2014-10-14 17:39:24 +02:00
Peter Simons 7772b86089 haskell-codex: update to version 0.2.0.2 2014-10-14 17:39:24 +02:00
Peter Simons c6c9cfd65a haskell-machines-io: add version 0.1.0.0 2014-10-14 17:39:23 +02:00
Peter Simons 5cdecaa0e2 haskell-machines-directory: add version 0.0.0.1 2014-10-14 17:39:23 +02:00
Peter Simons b73b38fb40 haskell-packages.nix: switch network library to version 2.6.x 2014-10-14 17:39:23 +02:00
Thomas Strobel 596c9f54dc Add trustedGrub package. 2014-10-14 16:02:48 +02:00
Shea Levy b5fe0d32b6 Merge branch 'strongswan-charon-cmd' of github.com:ftrvxmtrx/nixpkgs
strongswan: enable charon-cmd
2014-10-14 09:54:28 -04:00
aszlig 958193aeb4
python/paramiko: Update to version 1.15.1.
The SFTP-tests fail in conjunction with UTF8 directories, so let's skip
them for now. We also need to disable big file tests, because they rely
on SFTP as well and simply fail if the normal SFTP tests were skipped.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-14 15:18:44 +02:00
aszlig f35e473d55
python/ecdsa: Update to version 0.11.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-14 15:18:37 +02:00
Peter Simons 87e2ac71ad fsnotify: use the hfsevents notify back-end when build on non-Linux platforms
This patch (hopefully) fixes the Darwin build.
2014-10-14 15:03:23 +02:00
Sander van der Burg 2375a55e1e titaniumenv: Make path to xcode configurable through the build function 2014-10-14 14:57:11 +02:00
aszlig ea7e43768a
chromium: Drop conditionals for version 37.
No longer needed, because Chromium version 37 is no longer the current
stable version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-14 14:41:46 +02:00
Eelco Dolstra 462fdfe108 mercurial: Update to 3.1.2 2014-10-14 14:37:29 +02:00
Peter Simons 5b9cf1ccf5 Merge pull request #4518 from wmertens/fixlibpcap
libpcap: Don't force Linux pcap type
2014-10-14 14:33:06 +02:00
wmertens 5e6b9c47a5 Merge pull request #4513 from user318/master
new perl package App::perlbrew with deps
2014-10-14 14:17:08 +02:00
Domen Kožar 9db2312a50 lttng-modules: fix on kernel 3.2, 3.16, 3.17 2014-10-14 13:48:55 +02:00
Wout Mertens d6d8aef47b libpcap: Don't force Linux pcap type
Fixes building on Darwin #4515
2014-10-14 13:40:41 +02:00
Jascha Geerds a1217e5b1a Remove legacy pycharm version and rename the new one 2014-10-14 13:26:00 +02:00
Jascha Geerds e6ec404b0b Update plasma-nm 2014-10-14 13:17:55 +02:00
cillianderoiste d34a989442 Merge pull request #4516 from kragniz/master
Add simulator for autonomous sailing boats
2014-10-14 13:11:41 +02:00
Louis Taylor 7034163832 Add simulator for autonomous sailing boats 2014-10-14 12:00:42 +01:00
Pascal Wittmann 249f9eee56 Merge pull request #4510 from ts468/trousers
Update: trousers 0.3.11 -> 0.3.13
2014-10-14 12:44:11 +02:00
Alastair Pharo d147759af7 Add pure-gsl package 2014-10-14 21:21:36 +11:00
Sander van der Burg 3ce9467f49 titaniumsdk: Fix Titanium SDK 3.1 compatibility with the new Android SDK 2014-10-14 12:14:05 +02:00
Domen Kožar 69e51b08e1 pythonPackages.pycapnp: disable on py3k and pypy 2014-10-14 10:26:24 +02:00
Siarhei Zirukin 8799219f1e strongswan: enable charon-cmd 2014-10-14 10:02:02 +02:00
Alexander Zubkov 39fb482dad new perl package App::perlbrew with deps 2014-10-14 12:00:56 +04:00
Thomas Strobel d206122ade Add package: opencryptoki
Make tpm-tools depend on opencryptoki as well.
2014-10-14 09:03:50 +02:00
Thomas Strobel 0dd66a50de Update: trousers 0.3.11 -> 0.3.13 2014-10-14 09:00:31 +02:00
Vincent Laporte a50da1bfc8 tagainijisho: new derivation
Tagaini Jisho is a free, open-source Japanese dictionary and kanji
lookup tool that aims at becoming your Japanese study assistant.

Homepage: http://www.tagaini.net/

Closes #4509
2014-10-14 01:42:23 +01:00
Sander van der Burg 323509e11c titaniumenv: use xcode version 6.0.1 by default 2014-10-14 01:12:22 +02:00
John Wiegley 436cdb7e87 texlive: add jwiegley as a maintainer 2014-10-13 17:59:05 -05:00
John Wiegley 6dfb01d6e0 Merge pull request #4507 from geerds/texlive
texlive: Update to latest release 2014.20140927
2014-10-13 17:58:01 -05:00
Sander van der Burg fa99c0d0b1 xcodeenv: make version 6.0.1 the default 2014-10-14 00:27:23 +02:00
Domen Kožar e17781f8b1 closes #463 pythonPackages now uses self variable instead of rec builtin 2014-10-13 23:20:01 +02:00
John Wiegley f78f2a90d6 coqPackages.ssreflect, more: build ssrcoq binary, add maintainer 2014-10-13 16:11:33 -05:00
Mateusz Kowalczyk b9c2fe5fd8 Merge pull request #4400 from matejc/seeksservice
seeks: update and write nixos module
2014-10-13 21:37:11 +01:00
Bjørn Forsman 391c2778d4 lttng: update to latest (2.4.1 -> 2.5.0)
- This unbreaks lttng linux kernel modules[1]
- lttng-tools has grown a dependency on libxml2

[1]: Build tested (for default NixOS Linux kernel) and run tested with
lttng-sessiond (it successfully loads kernel modules).
2014-10-13 22:16:32 +02:00
Domen Kožar a2a7abc67c pythonFull -> python with all modules, pythonFullWithPkgs -> buildEnv 2014-10-13 21:35:21 +02:00
Domen Kožar 8de9ac5bd4 python: make 2.6 and 2.7 expr similar, introduce includeModules
When includeModules is true, python is built with all optional modules
as part of derivation.
2014-10-13 21:35:21 +02:00
Domen Kožar bbf3a18746 Revert "tagainijisho: new derivation"
This reverts commit d62b63d319.

Fails to download dependencies. See http://hydra.nixos.org/build/15845724
2014-10-13 21:29:18 +02:00
Jascha Geerds 22c9903e0e texlive: Updated to latest release 2014.20140927 2014-10-13 21:21:23 +02:00
Shea Levy 1a7c1615bf Update broadcom-sta and fix for new kernels 2014-10-13 13:37:56 -04:00
Pascal Wittmann f0ef22b1b7 help2man: update from 1.46.3 to 1.46.4 2014-10-13 17:40:22 +02:00
Michael Raskin 53a5b67d5e Adding mailsend tool 2014-10-13 18:18:34 +04:00
Peter Simons fb30eb932b thc-hydra: fix download url 2014-10-13 15:58:27 +02:00
Michael Raskin dfae2a0e4b Merge pull request #4503 from vbgl/tagaini
Adds Tagaini Jisho
2014-10-13 17:52:55 +04:00
Michael Raskin 2ef0a17561 Merge pull request #4387 from 1126/refactor-stumpwm
stumpwm: update and refactoring
2014-10-13 17:50:46 +04:00
Georges Dubus 1f2fe452be rust: updated head
This version include the new "const" syntax.
2014-10-13 15:36:49 +02:00
Domen Kožar f371980cba qgis: disable parallel building 2014-10-13 15:32:50 +02:00
Domen Kožar ec03fd92db Revert "xapian: update from 1.2.8 to 1.3.1"
This reverts commit b76e8417b3.

Breaks recoll, since bindings also need to be updated.
2014-10-13 15:30:32 +02:00
Rickard Nilsson 8645fb57de vimb: Update from 2.7 to 2.8 2014-10-13 13:20:15 +02:00
Matej Cotman 76a7b0ba68 seeks: upgrade and add optional seeks_confDir 2014-10-13 13:10:49 +02:00
Peter Simons d5570b082d Merge pull request #4408 from christopherpoole/dlib
Added the dlib machine learning library.
2014-10-13 12:52:26 +02:00
Peter Simons 2cdd7d71c1 Merge pull request #4407 from christopherpoole/gdcm
Added the grassroots DICOM library.
2014-10-13 12:51:50 +02:00
lethalman 0c121b0156 Merge pull request #4497 from DamienCassou/gnome-pomodoro-url-update
gnome-pomodoro: use fetchgit to be more stable
2014-10-13 11:55:11 +02:00
Damien Cassou 9166e29645 Update gnome pomodoro using fetchFromGitHub 2014-10-13 11:02:56 +02:00
Damien Cassou 73b428afc8 gnome-pomodoro: use fetchgit to be more stable 2014-10-13 10:56:59 +02:00
Peter Simons 89a1d681dd haskell-hsb2hs: add version 0.2 2014-10-13 10:16:23 +02:00
Peter Simons 5e118da066 haskell-criterion: update to version 1.0.2.0 2014-10-13 09:12:25 +02:00
Peter Simons 61b30d6b0a haskell-optparse-applicative: add version 0.11.0.1 2014-10-13 09:12:25 +02:00
Peter Simons 1999083f2e haskell-ieee754: update to version 0.7.4 2014-10-13 09:12:25 +02:00
Peter Simons fddc96be7e haskell-timeplot: update to version 1.0.27 2014-10-13 09:12:25 +02:00
Peter Simons 5ae6b247ac haskell-webkit: update to version 0.13.0.2 2014-10-13 09:12:25 +02:00
Peter Simons 9826cc10f6 haskell-uri: update to version 0.1.6.3 2014-10-13 09:12:25 +02:00
Peter Simons ce821cd293 haskell-srcloc: update to version 0.4.1 2014-10-13 09:12:24 +02:00
Peter Simons d531530c6a haskell-shelly: update to version 1.5.6 2014-10-13 09:12:24 +02:00
Peter Simons 23168b84e4 haskell-sdl2: update to version 1.1.2 2014-10-13 09:12:24 +02:00
Peter Simons a7597f5aad haskell-intervals: update to version 0.7.0.1 2014-10-13 09:12:24 +02:00
Peter Simons e68525310e haskell-defaults.nix: disable tf-random for GHC 6.10.x 2014-10-13 09:12:24 +02:00
Peter Simons a0698ad5c2 haskell-BNFC: update to version 2.7.1 2014-10-13 09:12:24 +02:00
Peter Simons 9137b133fc haskell-hexpat: update to version 0.20.7 2014-10-13 09:12:24 +02:00
Peter Simons dc8ee9f729 haskell-here: update to version 1.2.6 2014-10-13 09:12:23 +02:00
Peter Simons 085d5e5da2 haskell-gtksourceview2: update to version 0.13.1.0 2014-10-13 09:12:23 +02:00
Peter Simons 60daf4b54d haskell-gtk3: update to version 0.13.0.2 2014-10-13 09:12:23 +02:00
Peter Simons 3ddd4143dc haskell-gtk2hs-buildtools: update to version 0.13.0.2 2014-10-13 09:12:23 +02:00
Peter Simons 06d020fe07 haskell-gtk: update to version 0.13.0.2 2014-10-13 09:12:23 +02:00
Peter Simons e84bc7a27c haskell-glib: update to version 0.13.0.4 2014-10-13 09:12:23 +02:00
Peter Simons 9a15c062bb haskell-gio: update to version 0.13.0.1 2014-10-13 09:12:23 +02:00
Peter Simons 64188a69b0 haskell-ghc-vis: update to version 0.7.2.5 2014-10-13 09:12:22 +02:00
Peter Simons 5ad41ff67b haskell-ghc-mod: update to version 5.1.1.0 2014-10-13 09:12:22 +02:00
Peter Simons 4d4ccf7096 haskell-ghc-heap-view: update to version 0.5.3 2014-10-13 09:12:22 +02:00
Peter Simons 1b0c802770 haskell-generic-aeson: update to version 0.2.0.1 2014-10-13 09:12:22 +02:00
Peter Simons 7642a1e451 haskell-free-game: update to version 1.1.79 2014-10-13 09:12:22 +02:00
Peter Simons d149f92f60 haskell-fb: update to version 1.0.6 2014-10-13 09:12:22 +02:00
Peter Simons 6a5a8f8665 haskell-exception-transformers: update to version 0.3.0.4 2014-10-13 09:12:22 +02:00
Peter Simons 850e8ad834 haskell-exception-mtl: update to version 0.3.0.5 2014-10-13 09:12:21 +02:00
Peter Simons 242da2eb6d haskell-enclosed-exceptions: update to version 1.0.1 2014-10-13 09:12:21 +02:00
Peter Simons 4829fc216d haskell-ekg: update to version 0.4.0.3 2014-10-13 09:12:21 +02:00
Peter Simons 4c1edd1934 haskell-ekg-core: update to version 0.1.0.2 2014-10-13 09:12:21 +02:00
Peter Simons b80a6912a9 haskell-ekg-carbon: update to version 1.0.2 2014-10-13 09:12:21 +02:00
Peter Simons f09c37e518 haskell-direct-sqlite: update to version 2.3.14 2014-10-13 09:12:21 +02:00
Peter Simons b42a36e697 haskell-clock: update to version 0.4.1.3 2014-10-13 09:09:33 +02:00
Peter Simons 21e49f67b3 haskell-cereal: update to version 0.4.1.0 2014-10-13 09:09:33 +02:00
Peter Simons b3a684e84f haskell-cairo: update to version 0.13.0.3 2014-10-13 09:09:33 +02:00
Peter Simons 8a20c0a46b haskell-acid-state: update to version 0.12.3 2014-10-13 09:09:33 +02:00
Peter Simons 442a32cbd2 haskell-NumInstances: update to version 1.4 2014-10-13 09:09:33 +02:00
Peter Simons 114abbf3d2 haskell-HaskellNet: update to version 0.4 2014-10-13 09:09:33 +02:00
Peter Simons 8f0a3ba14c haskell-HaskellNet-SSL: update to version 0.2.5.1 2014-10-13 09:09:33 +02:00
Peter Simons a3b1e5c91a haskell-GLUtil: update to version 0.8.2 2014-10-13 09:09:33 +02:00
Peter Simons e08054d1b6 haskell-Boolean: update to version 0.2.3 2014-10-13 09:09:33 +02:00
Peter Simons b2a93071f6 haskell-epic: update to version 0.9.3.2 2014-10-13 09:09:33 +02:00
Peter Simons 2b9b1bcb27 haskell-aeson: update to version 0.8.0.1 2014-10-13 09:09:33 +02:00
Vincent Laporte d62b63d319 tagainijisho: new derivation
Tagaini Jisho is a free, open-source Japanese dictionary and kanji
lookup tool that aims at becoming your Japanese study assistant.

Homepage: http://www.tagaini.net/
2014-10-13 02:55:35 +01:00
Jaka Hudoklin dd0758ab6b Merge pull request #4392 from cstrahan/logstash
logstash service improvements
2014-10-12 23:02:52 +02:00
Jaka Hudoklin 42da129d34 Merge pull request #4456 from robberer/pkgs/fritzing
fritzing: add version 0.9.0b
2014-10-12 22:58:45 +02:00
Jaka Hudoklin ed53f57c9f Merge pull request #4475 from matejc/megaglest
megaglest: new package
2014-10-12 22:57:56 +02:00
Peter Simons 1907146ab9 Merge pull request #4501 from edwtjo/cmdtheline-patch
haskellPackages.cmdtheline: apply System.{Cmd -> Process} patch
2014-10-12 21:55:36 +02:00
Edward Tjörnhammar e485bfd213 haskellPackages.cmdtheline: apply System.{Cmd -> Process} patch 2014-10-12 21:52:48 +02:00
Peter Simons 1658c545d4 Merge pull request #4502 from grwlf/screen-256color
screen: enable 256 colors
2014-10-12 21:45:58 +02:00
Bjørn Forsman 61388880d8 lua-packages.nix: whitespace fixes 2014-10-12 21:06:20 +02:00
Sergey Mironov efcb363ea9 screen: enable 256 colors 2014-10-12 20:47:47 +04:00
Peter Simons 525a850511 thc-hydra: don't call this package "hydra"; that name is taken in NixOS 2014-10-12 17:34:49 +02:00
Edward Tjörnhammar 150672072a pythonPackages.cvxopt: added package 2014-10-12 17:31:29 +02:00
Aristid Breitkreuz e6277bd958 the sha256 of cups 1.5.4 was that of a HTML (broken in md5->sha256 update) 2014-10-12 16:52:54 +02:00
taku0 7175fdcd71 oraclejdk: bump to 8u20
Closes #4492
2014-10-12 15:43:44 +01:00
Vincent Laporte fe1d8d0015 cvc4: new derivation
CVC4 is an efficient open-source automatic theorem prover for
satisfiability modulo theories (SMT) problems.

Homepage: http://cvc4.cs.nyu.edu/web/
2014-10-12 16:21:02 +02:00
Vincent Laporte af7cb557fb libantlr3c: new derivation
libantlr3c is the C runtime library of ANTLR v3

Homepage: http://www.antlr3.org/
2014-10-12 16:21:02 +02:00
Vincent Laporte 531b44562a why3: update from 0.83 to 0.85 2014-10-12 16:21:02 +02:00
Peter Simons 950adbe487 Merge pull request #4498 from robberer/remove/md5
change md5sum to sha256sum for a few packages
2014-10-12 16:20:10 +02:00
Peter Simons fa00a9bfdc haskell-packages.nix: remove if-then-else case distinctions by compiler version
These decisions belong into haskell-defaults.nix.
2014-10-12 16:17:08 +02:00
Longrin Wischnewski 6e7de2155b change md5sum to sha256sum for a few packages 2014-10-12 16:13:21 +02:00
Peter Simons 258a47fcc7 haskell-xmobar: update to version 0.22.1 2014-10-12 16:12:27 +02:00
Aristid Breitkreuz 61ea009f3b Merge pull request #4458 from offlinehacker/pkgs/gotools
golang: add golint and gotags
2014-10-12 15:57:45 +02:00
Aristid Breitkreuz 76255516c2 Merge pull request #4480 from sepi/lilypond-2.18.2
lilypond: updated from 2.16.2 to 2.18.2
2014-10-12 15:49:31 +02:00
Raffael Mancini ff3dde4904 lilypond: updated from 2.16.2 to 2.18.2 2014-10-12 14:52:55 +02:00
Thomas Strobel bd57c29032 Update vim plugin vimproc, and add patch for ghc-mod vim plugin
Closes #4490
2014-10-12 13:20:04 +01:00
Longrin Wischnewski 51648727f5 arduino-core: bump version from 1.0.2 to 1.0.6
- replace fetchurl with fetchgit because googlecode is unmaintained
- remove unnecessary phases
- change license and maintainers
- tested with a few sketches and inotool

- change description according to "Contributors Guide"

change fetchgit to fetchFromgitHub

Closes #4449
2014-10-12 12:42:57 +01:00
Domen Kožar 37e1794425 Revert "xulrunner: update from 31.0 to 32.0"
This reverts commit 109547b902.

Breaks on 32bit linux: http://hydra.nixos.org/eval/1154529#tabs-still-fail
2014-10-12 13:38:42 +02:00
Mateusz Kowalczyk b0258a5d17 Merge pull request #4462 from VShell/discount
discount: new package
2014-10-12 12:37:50 +01:00
Edward Tjörnhammar 9701d58e28 xbmcPlugins.genesis: added package
Closes #4482
2014-10-12 12:35:09 +01:00
taku0 08cd49e4e0 peco: update to version 0.2.10
Closes #4489
2014-10-12 12:33:16 +01:00
Mateusz Kowalczyk d285aece7b tibia: update to 10.59 2014-10-12 12:33:04 +01:00
Arseniy Seroka b8252a4494 apulse: add pkg
Closes #4488
2014-10-12 12:21:09 +01:00
Shell Turner 0b649538b2 discount: Added shell as maintainer 2014-10-12 12:09:07 +01:00
Alastair Pharo f522344285 Update pure to 0.62
Closes #4486
2014-10-12 12:08:29 +01:00
Mateusz Kowalczyk 110c2d68d0 Merge pull request #4484 from edwtjo/idea-updates
Idea updates
2014-10-12 12:06:08 +01:00
Michael Raskin 299abee9ab Update wpa_supplicant 2014-10-12 12:34:16 +04:00
Michael Raskin 1602f9b90a Update hostapd 2014-10-12 12:34:16 +04:00
Edward Tjörnhammar d975ba397c idea.android-studio: bump 0.8.10 -> 0.8.12 2014-10-12 10:27:10 +02:00
Edward Tjörnhammar 9eb5fef92f idea.idea-{community,ultimate}: bump 13.1.4b -> 13.1.5 2014-10-12 10:27:10 +02:00
Edward Tjörnhammar a4d94a0042 idea.desktop: fixed that the item got malformed Comment input 2014-10-12 10:27:10 +02:00
John Wiegley 7821d15299 coqPackages.domains: new expression 2014-10-11 22:01:46 -05:00
John Wiegley f300c68977 coqPackages.ynot: remove broken tag 2014-10-11 19:32:16 -05:00
John Wiegley 904bee0c46 coqPackages.[coq-ext-lib,heq,paco,ynot]: new expressions 2014-10-11 17:24:59 -05:00
Peter Simons 0a259ea888 Merge pull request #4461 from VShell/libsieve
libsieve: new package
2014-10-11 23:44:34 +02:00
John Wiegley 382badfefb coqPackages.bedrock: new expression 2014-10-11 16:22:15 -05:00
Joachim Schiele df95acd13c Merge pull request #3960 from flosse/prosody-service
Prosody service
2014-10-11 23:10:05 +02:00
Aristid Breitkreuz 982364b212 awesome: generate manpages 2014-10-11 21:56:50 +02:00
Pascal Wittmann a1cf6de6c8 Merge pull request #4446 from nathanielbaxter/dev/keepass
keepass: Bump version to 2.28
2014-10-11 21:00:29 +02:00
John Wiegley 814961f37a coqPackages.tlc: new expression 2014-10-11 13:29:45 -05:00
Domen Kožar 47182da0a3 remove pythonPackages.ssl reference 2014-10-11 20:29:17 +02:00
Domen Kožar 482779e582 python: get rid of ssl module as it's always builtin 2014-10-11 20:23:51 +02:00