Commit graph

47827 commits

Author SHA1 Message Date
Mathijs Kwik feeca09ecf eaglemode: upgrade to 0.85.0 2014-08-25 13:56:53 +02:00
Mathijs Kwik fb2449c026 add emacs color-theme solarized 2014-08-25 13:56:53 +02:00
Mathijs Kwik 3be7d4b478 idris-mode: upgrade to 0.9.14 2014-08-25 13:56:52 +02:00
Oliver Charles e7b2e13ff4 haskellPackages.wreq: Patch to work with lens >= 4.4 2014-08-25 12:47:57 +01:00
Oliver Charles 41b75fc4d4 haskellPackages.websockets: Don't jailbreak
The maintainer is active on Hackage, and will benefit from bug reports
on build failure. It currently builds without needing to jailbreak.
2014-08-25 12:06:13 +01:00
Domen Kožar 028216edce python.substanced: upgrade to latest git, fix py3k 2014-08-25 13:03:30 +02:00
Domen Kožar fbecc676e5 wgetpaste: 2.23 -> 2.25 2014-08-25 13:03:30 +02:00
Georges Dubus 7cd9bebb26 posterazor: update from 1.5 to 1.5.1 2014-08-25 11:50:13 +01:00
Rickard Nilsson 684e8b241e Merge pull request #3780 from ip1981/master
Fixed rewrite rules for Mediawiki
2014-08-25 12:46:08 +02:00
Peter Simons 0c3cddfc52 Build cabal-install-0.14.0 with network 2.3.x on GHC 7.4.2 and below.
Fixes <https://github.com/NixOS/nixpkgs/pull/3770>.
2014-08-25 12:17:16 +02:00
Peter Simons 3d3e78c673 network-uri: build with a recent version of Cabal on GHC 6.x 2014-08-25 12:17:15 +02:00
Peter Simons 3d42da9e0b haskell-yesod-core: update to version 1.2.19.1 2014-08-25 12:17:15 +02:00
Peter Simons daf9ad906a haskell-stylish-haskell: update to version 0.5.10.2 2014-08-25 12:17:15 +02:00
Peter Simons de43fed57e haskell-language-c: update to version 0.4.6 2014-08-25 12:17:15 +02:00
Peter Simons 3120bbde2e haskell-http-client: update to version 0.3.7.2 2014-08-25 12:17:15 +02:00
Peter Simons 3ba066cd84 haskell-arbtt: update to version 0.8.1.2 2014-08-25 12:17:15 +02:00
Peter Simons c2ad6595d2 haskell-HTTP: update to version 4000.2.18 2014-08-25 12:17:15 +02:00
Peter Simons 57c8030b56 haskell-MonadRandom: update to version 0.2.0.1 2014-08-25 12:17:15 +02:00
Igor Pashev cdd1785cd6 Fixed rewrite rules for Mediawiki
If Mediawiki was served from the root directory of the server
it was impossible to serve other directories.

Make sure that URLs defined in servedDirs are not rewritten.
Use case: serving local copy of MathJax
2014-08-25 11:55:57 +02:00
Eelco Dolstra 8cb6d1ebb3 Moo: Fix build
http://hydra.nixos.org/build/13626782
2014-08-25 11:50:33 +02:00
Peter Simons 6c8cad3ca5 Merge pull request #3778 from edwtjo/idea-13.1.4
IDEA: 13.1.3 -> 13.1.4
2014-08-25 11:28:06 +02:00
Domen Kožar b4fe8535d8 pythonPackages.sqlalchemy{8,9}: bump 2014-08-25 11:22:34 +02:00
Domen Kožar 870d8f63ec pythonPackages.memcached: 1.48 -> 1.51 2014-08-25 11:10:51 +02:00
Domen Kožar 2172031655 pythonPackages.jsonschema: 2.0.0 -> 2.4.0 2014-08-25 11:05:11 +02:00
Edward Tjörnhammar 8bd3c67552 IDEA: 13.1.3 -> 13.1.4
Changed, attribute name separator changed to dashes and decription.
Added longDescription.
2014-08-25 11:03:35 +02:00
Domen Kožar c2d0028560 pythonPackages.matplotlib: don't depend on pygtk 2014-08-25 11:01:32 +02:00
Domen Kožar cb3cf6d3d7 pythonPackges.ipython: 2.0.0 -> 2.2.0 2014-08-25 11:01:31 +02:00
Eelco Dolstra 619f18956d Bump the amount of memory for the installer test
It randomly OOMs.

http://hydra.nixos.org/build/13587153
2014-08-25 10:54:10 +02:00
Domen Kožar 3283060662 pythonPackages.supervisor: 3.0 -> 3.1.1 2014-08-25 10:49:29 +02:00
Domen Kožar f533756bd5 pythonPackages.polib: 1.0.1 -> 1.0.4 2014-08-25 10:47:22 +02:00
Cray Elliott d14ed33c50 Update jigdo 2014-08-25 10:43:27 +02:00
Tobias Blaschke c93e48a2bb xskat: new package
Play the german card game Skat against the AI or over IRC.
2014-08-25 10:41:03 +02:00
Igor Pashev 0383b57b3c Added concatMapStringsSep and concatImapStringsSep
Example: configure rewrite rules for Mediawiki

    RewriteEngine On
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
    ${concatMapStringsSep "\n" (u: "RewriteCond %{REQUEST_URI} !^${u.urlPath}") serverInfo.serverConfig.servedDirs}
    RewriteRule ${if config.enableUploads
2014-08-25 10:23:10 +02:00
Mateusz Kowalczyk 10e3cf6f5a ppsspp: update to 0.9.9.1 2014-08-25 10:14:44 +02:00
Domen Kožar ed4b85abfc remove pythonPackages.nose2Cov cc @chaoflow 2014-08-25 10:10:22 +02:00
Domen Kožar e3fe98044c pnmixer: cleanup 2014-08-25 10:04:49 +02:00
Philip Horger e293112976 pnmixer: Add description field 2014-08-25 10:03:26 +02:00
Philip Horger 83c5a3d22d pnmixer: Add maintainer and fix name 2014-08-25 10:03:26 +02:00
Philip Horger 21a4539698 Initial packaging for pnmixer 2014-08-25 10:03:26 +02:00
Domen Kožar ed463b37ed Merge pull request #3771 from bjornfor/fix-package-descriptions
Fix many package descriptions
2014-08-25 10:00:01 +02:00
Markus Kohlhase 2053c7d8be added xinput_calibrator v0.7.5 2014-08-25 09:57:01 +02:00
Domen Kožar 11345b7844 remove icecat3 2014-08-25 09:52:38 +02:00
Domen Kožar ffe984b9c1 pythonPackages.python_magic: 0.4.3 -> 0.4.6 2014-08-25 09:43:01 +02:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
2014-08-24 22:31:37 +02:00
Peter Simons 2a6c7e2874 arbtt: jailbreak to fix the build 2014-08-24 20:28:13 +02:00
Peter Simons 09b7323abf haskell-yesod-core: disable test suite to fix the build
https://github.com/yesodweb/yesod/issues/813
2014-08-24 20:28:13 +02:00
Peter Simons 5af8b24cf2 haskell-twitter-conduit: mark package broken
Web/Twitter/Conduit/Api.hs:643:39:
    Ambiguous occurrence ‘UploadedMedia’
    It could refer to either ‘Web.Twitter.Types.UploadedMedia’,
                             imported from ‘Web.Twitter.Types’ at Web/Twitter/Conduit/Api.hs:136:1-24
                          or ‘Web.Twitter.Conduit.Types.UploadedMedia’,
                             imported from ‘Web.Twitter.Conduit.Types’ at Web/Twitter/Conduit/Api.hs:137:1-32
                             (and originally defined
                                at Web/Twitter/Conduit/Types.hs:(99,1)-(103,19))
2014-08-24 20:28:13 +02:00
Peter Simons adfb7f8daa haskell-MonadRandom: don't try to build version 0.2 on Hydra 2014-08-24 20:28:13 +02:00
Peter Simons c6107230dc haskell-ghc-mod: update to version 5.0.1.1 2014-08-24 20:28:13 +02:00
Peter Simons 9d4faaddbc haskell-yaml: update to version 0.8.9 2014-08-24 20:28:13 +02:00