1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00
Commit graph

17004 commits

Author SHA1 Message Date
Austin Seipp 4931b261f9 Merge pull request #3117 from bennofs/haskell-deepseq-generics
haskell-deepseq-generics: new expression
2014-06-28 20:34:55 -05:00
Austin Seipp 7dfb3b17c6 Merge pull request #3121 from deepfire/haskell-sha2
SHA2:  new expression
2014-06-28 20:34:31 -05:00
Austin Seipp 64bb2cf003 Merge pull request #3123 from jagajaga/add_haskell_pkgs
haskell-command-qq: add pkg
2014-06-28 20:34:19 -05:00
Arseniy Seroka 9802165f7a haskel-command-qq: add pkg 2014-06-29 04:25:23 +04:00
Kosyrev Serge 962011de36 SHA2: new expression 2014-06-29 04:13:20 +04:00
Benno Fünfstück cd48bbfaec haskell-deepseq-generics: new expression 2014-06-28 21:30:14 +02:00
Benno Fünfstück e10001042d fetchbzr, fetchdarcs, fetchhg: use rev attr
This makes it match the behaviour of fetchgit and fetchsvn, so it's
easier to write scripts that support all of them.
2014-06-28 21:06:10 +02:00
Shea Levy ff97c5a8ed Add nix-plugins package 2014-06-27 18:25:34 -04:00
Eelco Dolstra 63aff93c9b gperftools: Support Darwin 2014-06-27 20:00:13 +02:00
Michael Raskin 8d514df1ef Adding libodfgen: a library for writing ODF 2014-06-27 16:33:45 +04:00
Michael Raskin 9444cfcab0 Adding libmwaw: a library to import some old Macintosh text document formats 2014-06-27 16:33:45 +04:00
Michael Raskin 077aa91822 Adding libe-book: a library for importing reflowable e-book formats 2014-06-27 16:33:45 +04:00
Michael Raskin 07e4d6dc83 Adding librevenge: a library for creating file importers 2014-06-27 16:33:45 +04:00
Michael Raskin 5e64a8360f Adding libatomic_ops 2014-06-27 16:33:45 +04:00
Austin Seipp 48f2ca07f4 arcanist: 20140617 -> 20140627
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-27 01:12:49 -05:00
John Wiegley f9ebbc80a1 haskell-ghc-mod: patch ghc-process.el to avoid hanging
@peti I've determined that the hang which this fixes does not happen all
of the time (in fact, I've been using ghc-mod for weeks without seeing
it once).  But today it happened again, and it made me realize I had
undone this patch locally.  I'm committing it now because it fixes the
problem completely for me, and certainly cannot hurt.
2014-06-26 22:55:25 -07:00
Austin Seipp 593e938341 php: 5.4.29 -> 5.4.30
CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479,
CVE-2014-3480, CVE-2014-3487, CVE-2014-4049, CVE-2014-3515

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-27 00:24:45 -05:00
Austin Seipp 658792ab9a Merge pull request #3086 from tomberek/haskell_addmonadlocpp
Haskell: add monadloc-pp
2014-06-26 19:01:12 -05:00
John Wiegley e36e853817 smljnBootstrap: new expression for running smlnj on darwin 2014-06-26 15:54:45 -07:00
John Wiegley ad128c637b haskell-folds: new expression 2014-06-26 11:41:00 -07:00
Peter Simons 93100d3904 haskell-unix-compat: update to version 0.4.1.3 2014-06-26 18:23:29 +02:00
Peter Simons fd0f8dece9 haskell-simple-sendfile: update to version 0.2.15 2014-06-26 18:23:29 +02:00
Peter Simons ffa1294358 haskell-quickcheck-property-monad: update to version 0.2.2 2014-06-26 18:23:29 +02:00
Peter Simons 22ed738808 haskell-mongoDB: update to version 2.0 2014-06-26 18:23:29 +02:00
Peter Simons ae7b43e450 haskell-hcltest: update to version 0.3.2 2014-06-26 18:23:29 +02:00
Peter Simons 0533562041 haskell-bson: update to version 0.3 2014-06-26 18:23:29 +02:00
Peter Simons 3239293415 haskell-pipes-bytestring: re-generate expression with cabal2nix 2014-06-26 18:23:28 +02:00
Peter Simons 8864a6ec55 haskell-extensible-effects: re-generate expression with cabal2nix 2014-06-26 18:23:28 +02:00
John Wiegley d528344542 Merge pull request #3076 from aycanirican/master
Added haskell packages: hdaemonize, ixset, shellmate, tables and webdriver.
2014-06-25 22:53:23 -07:00
John Wiegley b08031ffec sbcl: use bootstrap binary on darwin 2014-06-25 22:07:55 -07:00
tomberek 5edd90ac3f Haskell: add monadloc-pp 2014-06-25 23:57:14 -04:00
Bjørn Forsman 32bca3976f openocd: update meta attributes
* Don't repeat package name in description
* Fix longDescription indent
* Use licenses.gpl2Plus instead of string literal "GPLv2+"
2014-06-25 20:39:10 +02:00
Bjørn Forsman 1149154e0e openocd: update 0.7.0 -> 0.8.0
* Remove unneeded --enable-<JLINK_BASED_DEBUGGER> configure flags.
  configure auto selects support for them now (and they're all enabled).

* Not everything is auto-detected; I asked on the openocd mailing list
  and they suggested a set of ./configure flags for a "distro build"
  (add them).

* Remove --enable-ft2232_libftdi because configure says that it's
  deprecated and we should use libftdi (which we are using when *not*
  passing --enable-ft2232_libftdi (or --enable-legacy-ft2232_libftdi as
  the option is now known as)).

* Add needed pkgconfig build input.

* Udev rules file has been renamed in source archive: openocd.rules =>
  99-openocd.rules.
2014-06-25 20:18:53 +02:00
Eelco Dolstra f56567ce74 perl: Add 5.20.0 2014-06-25 11:06:23 +02:00
Aycan iRiCAN bf60088196 Merge remote-tracking branch 'upstream/master' 2014-06-25 03:03:32 +03:00
Aycan iRiCAN 8e4e15804c Added haskell packages: hdaemonize, ixset, shellmate, tables and webdriver. 2014-06-25 03:02:50 +03:00
Aycan iRiCAN cc0c939773 jailbreak pipes-text which depends an older pipes-bytestring 2014-06-25 02:58:43 +03:00
John Wiegley 6776fe077a Merge pull request #3066 from cstrahan/gocode
add gocode package
2014-06-24 15:21:00 -07:00
John Wiegley ff4c3444bc Merge pull request #3063 from cstrahan/etcdctl
add etcdctl package
2014-06-24 15:20:21 -07:00
John Wiegley 8cf92b530a Merge pull request #3060 from cstrahan/packer
Add gox and packer packages
2014-06-24 15:19:42 -07:00
Florian Friesdorf ba654b9368 Merge pull request #3056 from aherrmann/pr_tables
Python module tables
2014-06-23 22:58:04 +02:00
Domen Kožar 0e54b7980a go 1.3: doesn't evaluate on freebsd 2014-06-23 17:43:43 +02:00
Bjørn Forsman f2909d0763 dejagnu: fix description (don't repeat package name) 2014-06-23 16:16:18 +02:00
Bjørn Forsman a576a3c341 zeitgeist: fix description (don't repeat package name) 2014-06-23 13:39:13 +02:00
Bjørn Forsman b5cd66487a zlib: add description and license info 2014-06-23 13:28:58 +02:00
Bjørn Forsman 8be11be953 zziplib: fix description (don't repeat package name) 2014-06-23 13:04:06 +02:00
Bjørn Forsman 89e6eb41f2 aliceml: description improvements
Move the (long) description to "longDescription" and add a short
description in "description".
2014-06-23 12:33:10 +02:00
Charles Strahan f76fbe03e0 add gocode package 2014-06-23 05:50:48 -04:00
Charles Strahan 70ce3ee861 add etcdctl package 2014-06-23 05:03:03 -04:00
Charles Strahan 06a07684aa Add gox and packer packages 2014-06-23 03:56:31 -04:00