Commit Graph

19150 Commits

Author SHA1 Message Date
Peter Simons
d40a83ea53 haskell-ad: update to version 4.2.1 2014-09-20 11:29:35 +02:00
Peter Simons
abfb5085d9 haskell-MonadPrompt: update to version 1.0.0.5 2014-09-20 11:29:34 +02:00
Peter Simons
c63b7ccfa7 haskell-HTF: update to version 0.12.1.0 2014-09-20 11:29:34 +02:00
Peter Simons
eaa4dac188 haskell-Boolean: update to version 0.2.2 2014-09-20 11:29:34 +02:00
Peter Simons
f13d04368a haskell-pandoc: re-generate expression with new flags 2014-09-20 11:29:34 +02:00
Vladimír Čunát
c1c8d561b1 fix evaluation (bogus licenses in ocaml-modules) 2014-09-20 10:34:47 +02:00
Michael Raskin
18ca33ee7c Adopt fix from ewemoa to give more memory to acl2 build 2014-09-20 12:13:43 +04:00
Shea Levy
d9716fb642 ats2: bump 2014-09-20 02:15:42 -04:00
Daniel Peebles
4cb2357782 Drop the jakarta name from BCEL and update its version.
Closes #4180.

Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-09-20 07:13:24 +01:00
Domen Kožar
9cad5e755f Merge pull request #4170 from vbgl/ocaml-sexplib-camlp5
Updates ocaml-sexplib and ocaml-typeconv
2014-09-19 20:45:14 +02:00
Vincent Laporte
8febae5dfd Updates ocaml-sexplib and ocaml-typeconv
Fixes OCaml / camlp5 version mismatch
2014-09-19 19:09:37 +01:00
Mateusz Kowalczyk
6c36a7581c haskell-bv: update to 0.3.0
Fixes the package, original problem reported and fixed at
https://bitbucket.org/iago/bv-haskell/issue/1/does-not-build-with-ghc-783.
2014-09-19 17:12:28 +01:00
Marco Maggesi
9068262b66 Merge pull request #4123 from falsifian/krb5
krb5: Update to 12.2.2.  (Please test before merging.)
2014-09-19 16:56:53 +02:00
Eelco Dolstra
9f12c8bde8 valgrind: Update to 3.10.0 2014-09-19 14:55:39 +02:00
Peter Simons
93884f2d23 Merge pull request #4163 from Twey/tasty-program
New Haskell package: tasty-program
2014-09-19 14:40:36 +02:00
Rok Garbas
602f7e5aa4 python: collision in names when developing 2 and more python packages with nix
when you run nix-shell 2 times at the same time of project (but different
branches) you get collision in names inside /tmp folder. i solved this by
hashing current path of developing folder and using that as indentifier while
still keeping name at the end.

diff --git a/pkgs/development/python-modules/generic/default.nix
b/pkgs/development/python-modules/generic/default.nix index 4c9c53a..6ec7934
100644 --- a/pkgs/development/python-modules/generic/default.nix +++
b/pkgs/development/python-modules/generic/default.nix @@ -161,11 +161,12 @@ if
disabled then throw "${name} not supported for interpreter ${python.executabl

   shellHook = attrs.shellHook or ''
     if test -e setup.py; then
-       mkdir -p /tmp/$name/lib/${python.libPrefix}/site-packages
+       tmp_path=/tmp/`pwd | md5sum | cut -f 1 -d " "`-$name
+       mkdir -p $tmp_path/lib/${python.libPrefix}/site-packages
        ${preShellHook}
-       export PATH="/tmp/$name/bin:$PATH"
-       export PYTHONPATH="/tmp/$name/lib/${python.libPrefix}/site-packages:$PYTHONPATH"
-       ${python}/bin/${python.executable} setup.py develop --prefix /tmp/$name
+       export PATH="$tmp_path/bin:$PATH"
+       export PYTHONPATH="$tmp_path/lib/${python.libPrefix}/site-packages:$PYTHONPATH"
+       ${python}/bin/${python.executable} setup.py develop --prefix $tmp_path
        ${postShellHook}
     fi
   '';
2014-09-19 14:23:45 +02:00
Peter Simons
bbca3a51a7 Merge pull request #4090 from michelk/r-jsonlite
r-jsonlite: update to 0.9.11
2014-09-19 12:41:00 +02:00
Peter Simons
d236e61327 Merge pull request #4091 from michelk/r-gdal-geos
r-rgdal/rgeos: adding gdal geos and proj as dependency
2014-09-19 12:40:43 +02:00
Peter Simons
58e233afbe Merge pull request #4159 from ftrvxmtrx/erlang-17.3
erlang/R17: update to 17.3
2014-09-19 12:26:10 +02:00
Vladimír Čunát
84b791ddd8 libav: update all branches, probably with security fixes
(cherry picked from commit ead6603b60)
2014-09-19 11:51:28 +02:00
James ‘Twey’ Kay
6b40a3aa17 New Haskell package: tasty-program 2014-09-19 10:30:55 +01:00
Siarhei Zirukin
56106d8e4c erlang/R17: update to 17.3 2014-09-19 09:23:28 +02:00
Moritz Ulrich
05c02b06f7 Leiningen: Bump to 2.5.0. 2014-09-19 00:29:16 +02:00
Bjørn Forsman
f6148e10a3 grails: new package
Grails is an Open Source, full stack, web application framework for the
JVM. It takes advantage of the Groovy programming language and
convention over configuration to provide a productive and stream-lined
development experience.

http://grails.org/
2014-09-18 22:57:03 +02:00
ambrop7@gmail.com
2bdc12eeed Update KDevelop to 4.7.0. 2014-09-18 22:23:23 +02:00
Peter Simons
aa67e95bb5 haskell-here: revert "new expression"
This reverts commit 3e5bcdc327. The
package doesn't compile.
2014-09-18 21:16:44 +02:00
Charles Strahan
e38d7cbfb2 Fix the new Ruby interpreters (fixes #3509).
Ruby >= 2.1.0 will try to download config.{sub,guess} if not already present.
This provides both files in a pure manner, and also deletes the download script
to prevent any future confusion.
2014-09-18 11:43:16 -04:00
Domen Kožar
cee221bc84 setuptools: 2.1 -> 5.8 2014-09-18 14:03:16 +02:00
Domen Kožar
4742c886dd libtoxcore: disable tests for now 2014-09-18 13:53:40 +02:00
Domen Kožar
b851e970da Revert "protobuf: 2.5.0 -> 2.6.0"
This reverts commit 5dff5ede0a.
2014-09-18 13:12:01 +02:00
Michael Raskin
a87e5507c0 More specific Ocsigen license checked by FlorentBecker 2014-09-18 14:42:54 +04:00
Eelco Dolstra
8e2e4216ba boehm-gc: Support --enable-large-config 2014-09-18 12:19:09 +02:00
Nikolay Amiantov
ab56d9c344 libbluray: adopt and update the package to meet cmplayer's requirements 2014-09-18 14:08:39 +04:00
William A. Kennington III
b2600df4a8 protobuf-c: 0.15 -> 1.0.2 2014-09-18 00:49:18 -07:00
William A. Kennington III
5dff5ede0a protobuf: 2.5.0 -> 2.6.0 2014-09-18 00:49:18 -07:00
William A. Kennington III
e0479f3489 gtest: Update meta 2014-09-18 00:49:17 -07:00
Nikolay Amiantov
3bed4d44d5 libchardet: added package 2014-09-18 06:00:44 +04:00
Vincent Laporte
d67588a5f1 Fixes coq-8.3: requires OCaml 3.12 2014-09-17 23:52:27 +01:00
Domen Kožar
fdfc7f4cff Merge pull request #4115 from madjar/master
rustc: fixed build after 7068828389
2014-09-17 21:35:56 +02:00
Aristid Breitkreuz
a4e643a5fe opencv: update 2.4.7 -> 2.4.9 2014-09-17 21:18:54 +02:00
Peter Simons
31fa722218 Re-generate Haskell packages with cabal2nix. 2014-09-17 21:16:10 +02:00
Emil Rangden
17d7f653c3 Make emulator script run without tools in path 2014-09-17 20:58:09 +02:00
Sander van der Burg
a2865eb8e0 nodejs: Bump to version 0.10.32 2014-09-17 16:48:37 +02:00
Rob Vermaas
f7f9580545 Merge pull request #4092 from ts468/pam_mount
New packages: pam_mount and libHX
2014-09-17 13:15:22 +02:00
Aycan iRiCAN
cef02482c6 haskellPackages: introduced ShellCheck. 2014-09-17 12:02:47 +03:00
James Cook
1aba100546 krb5: Update to 12.2.2.
Fixes security vulnerabilities CVE-2014-4341, CVE-2014-4342,
CVE-2014-4343, CVE-2014-4344 and CVE-2014-4345.
2014-09-16 23:10:52 -07:00
Daniel Peebles
44ca1a7f57 Add coreutils dependency to ant launcher script
Closes #4106.
2014-09-17 03:54:25 +01:00
Cillian de Róiste
a84c2d4357 Re-add rubyLibs.jekyll closes #4096 2014-09-16 15:31:29 +02:00
Oliver Charles
8384166ccd Merge pull request #4116 from joachifm/lens-family
Add haskell-lens-family{,-th}
2014-09-16 13:51:43 +01:00
Rickard Nilsson
1dab096432 lirc: Update from 0.9.1 to 0.9.1a 2014-09-16 13:53:18 +02:00
Georges Dubus
58c4bf5f20 rustc: fixed build after 7068828389
That commit changed the patch to work for the new HEAD, but that new
patch breaks 0.11. I made two patch for the two versions.
2014-09-16 13:51:57 +02:00
Joachim Fasting
735a478db6 haskell-lens-family-th: new expression 2014-09-16 13:15:56 +02:00
Joachim Fasting
79f605079e haskell-lens-family: new expression 2014-09-16 13:15:38 +02:00
Jaka Hudoklin
bfa3b28590 rubyLibs: fix bundler 2014-09-16 10:28:04 +02:00
Jaka Hudoklin
782c85ad27 rubyLibs: add compass, regenerate 2014-09-16 10:28:04 +02:00
Jaka Hudoklin
6f30a55f27 grafana: update 1.5.4 -> 1.8.0-rc1 2014-09-16 10:28:03 +02:00
Jaka Hudoklin
79a6bddc1e Add kibana, visualize logs and time-stamped data 2014-09-16 10:28:03 +02:00
Charles Strahan
c27a653bba improve ruby support
* add the 2.1.x versions
* include teeny version in passthru
* by default, apply the same patches used by RVM
* clean up file names and attribute names
2014-09-15 23:54:17 -04:00
Mateusz Kowalczyk
87eb8fcf83 agda-categories: add package 2014-09-16 02:47:13 +01:00
John Wiegley
3e5bcdc327 haskell-here: new expression 2014-09-15 21:50:11 +01:00
Thomas Strobel
7e4c24af7a Fix description in pam_mount and libHX. Add tstrobel as maintainer. 2014-09-15 12:30:19 +02:00
Thomas Strobel
6366509e54 Merge branch 'upstream' into pam_mount
Conflicts:
	pkgs/top-level/all-packages.nix
2014-09-15 12:15:11 +02:00
Thomas Strobel
66dbde4002 New packages: pam_mount and libHX
Add pam_mount package. Integration into NixOS is still missing.
2014-09-15 11:55:23 +02:00
Michel Kuhlmann
cb152d9ed0 r-rgdal/rgeos: adding gdal geos and proj as dependency 2014-09-15 11:15:51 +02:00
Michel Kuhlmann
67ba8bbbf9 r-jsonlite: update to 0.9.11 2014-09-15 10:22:17 +02:00
Charles Strahan
ff344624d6 add go-repo-root, dependency of go2nix 2014-09-15 09:53:30 +02:00
Peter Simons
c1df8e0cee Merge pull request #4088 from wavewave/master
haskell-pdf-toolbox-(core,content,document) library added
2014-09-15 09:51:47 +02:00
William A. Kennington III
9c27c33ea8 libibmad: Add derivation 2014-09-14 19:00:02 -07:00
William A. Kennington III
0511d49f2e libibumad: Add derivation 2014-09-14 18:59:43 -07:00
Ian-Woo Kim
6d01dddd6f haskell-pdf-toolbox-document added 2014-09-15 02:42:03 +02:00
Ian-Woo Kim
8a027d9827 haskell-pdf-toolbox-content: added 2014-09-15 02:31:08 +02:00
Ian-Woo Kim
3523d484a6 haskell-pdf-toolbox-core: added 2014-09-15 01:15:59 +02:00
Aristid Breitkreuz
8059a25ba9 Merge pull request #4047 from waywardmonkeys/remove-gwdyion-dylan
dylan: Remove old gwydion-dylan package.
2014-09-14 22:28:35 +02:00
Pascal Wittmann
6b75431f2d Merge pull request #4051 from wyvie/master
Added quazip-0.7
2014-09-14 19:56:02 +02:00
wyvie
8818e63dcd Fixed quazip default.nix 2014-09-14 17:53:37 +02:00
William A. Kennington III
f4e8f18c19 v8: 3.26.8 -> 3.26.31.15 2014-09-13 22:50:47 -07:00
William A. Kennington III
87ee3d5d5e libyaml: Add myself as a maintainer and add platforms meta 2014-09-13 22:07:11 -07:00
William A. Kennington III
cfbf651294 icu: 52.1 -> 53.1 2014-09-13 22:07:11 -07:00
Ricardo M. Correia
7068828389 rustcMaster: Update to a more recent commit 2014-09-14 04:54:33 +02:00
William A. Kennington III
007be9f34c gperftools: 2.1 -> 2.2.1 2014-09-13 19:16:19 -07:00
William A. Kennington III
dd87598615 snappy: 1.1.1 -> 1.1.2 2014-09-13 19:16:19 -07:00
Peter Simons
8e4c563b14 haskell-hakyll: broken by recent updates
Hakyll requires network 2.6.x, which is newer than what we have, and
pandoc-citeproc 0.4.x, which is older than what we have.
2014-09-14 00:06:45 +02:00
Peter Simons
dd3a157b3f haskell-boundingboxes: update to version 0.2.2 2014-09-14 00:06:45 +02:00
Peter Simons
d1c721a8a0 haskell-http-client: update to version 0.3.8.2 2014-09-14 00:06:45 +02:00
Peter Simons
5bb4806c18 haskell-wl-pprint-terminfo: update to version 3.7.1.2 2014-09-14 00:06:45 +02:00
Peter Simons
c9c0205d64 haskell-wl-pprint-extras: update to version 3.5.0.2 2014-09-14 00:06:45 +02:00
Peter Simons
9067845ebc haskell-twitter-conduit: update to version 0.0.6 2014-09-14 00:06:45 +02:00
Peter Simons
c64275a2c1 haskell-tasty-rerun: update to version 1.1.3 2014-09-14 00:06:45 +02:00
Peter Simons
cf1fde21ff haskell-parsers: update to version 0.12.1.1 2014-09-14 00:06:44 +02:00
Peter Simons
c498f9db96 haskell-instant-generics: update to version 0.4.1 2014-09-14 00:06:44 +02:00
Peter Simons
435087d060 haskell-hsimport: update to version 0.6 2014-09-14 00:06:44 +02:00
Peter Simons
be41ba167a haskell-hplayground: update to version 0.1.0.5 2014-09-14 00:06:44 +02:00
Peter Simons
90efae1dbd haskell-hledger: update to version 0.23.3 2014-09-14 00:06:44 +02:00
Peter Simons
c8caffbd90 haskell-hledger-web: update to version 0.23.3 2014-09-14 00:06:44 +02:00
Peter Simons
a39fef7e51 haskell-hledger-lib: update to version 0.23.3 2014-09-14 00:06:44 +02:00
Peter Simons
617da985f6 haskell-gloss: update to version 1.8.2.2 2014-09-14 00:06:44 +02:00
Peter Simons
345fa9142a haskell-dimensional: update to version 0.13.0.1 2014-09-14 00:06:44 +02:00
Peter Simons
cf71096aa5 haskell-diagrams-contrib: update to version 1.1.2.2 2014-09-14 00:06:44 +02:00
Peter Simons
7e21326473 haskell-c2hs: update to version 0.18.2 2014-09-14 00:06:44 +02:00
Peter Simons
10ccc7ab1d haskell-bytes: update to version 0.14.1.1 2014-09-14 00:06:44 +02:00
Peter Simons
8b897a49aa haskell-async: update to version 2.0.1.6 2014-09-14 00:06:44 +02:00
Peter Simons
8daf8c103e haskell-html-conduit: update to version 1.1.1.1 2014-09-14 00:06:44 +02:00
Peter Simons
341a6e9166 haskell-auto-update: update to version 0.1.1.3 2014-09-14 00:06:44 +02:00
Peter Simons
0f5a5a9fc9 language-c-inline: re-generate with cabal2nix 2014-09-14 00:06:44 +02:00
Peter Simons
603c92c078 haskell-aws: re-generate with cabal2nix 2014-09-14 00:06:44 +02:00
Peter Simons
dac81d6ac9 haskell-time: update to version 1.5 2014-09-14 00:06:43 +02:00
Peter Simons
686ea115a9 idris: broken by recent Haskell updates
http://hydra.cryp.to/build/190927/nixlog/1/raw
2014-09-14 00:06:43 +02:00
Peter Simons
7783d1f147 haskell-yesod-auth-hashdb: build is broken by recent updates to persistent
https://github.com/paul-rouse/yesod-auth-hashdb/issues/1
2014-09-14 00:06:43 +02:00
Peter Simons
be9eb9fc8c haskell-language-c-inline: disable building of the documentation to fix the build
https://github.com/mchakravarty/language-c-inline/issues/40
2014-09-14 00:06:43 +02:00
Peter Simons
b7db46f0e0 haskell-pipes-http: jailbreak to fix build with latest http-client library 2014-09-14 00:06:43 +02:00
Peter Simons
e9619ed236 haskell-tasty-rerun: broken by current version of 'tasty'
https://github.com/ocharles/tasty-rerun/issues/2
2014-09-14 00:06:43 +02:00
Peter Simons
485283d648 haskell-diagrams-cairo: jailbreak to fix build with latest lens library 2014-09-14 00:06:43 +02:00
Peter Simons
ba6ff63568 haskell-aws: jailbreak to fix build with conduit 2014-09-14 00:06:43 +02:00
Peter Simons
5a595e7119 haskell-holy-project: disable the test suite to fix the build
The test suite tries to access the network:

 | Test suite Tests: RUNNING...
 | All Tests
 |   [...]
 |   GithubAPI
 |     Yann:                              FAIL
 |       Exception: FailedConnectionException2 "api.github.com" 443 True getProtocolByName: does not exist (no such protocol name: tcp)
 |     Jasper:                            FAIL
 |       Exception: FailedConnectionException2 "api.github.com" 443 True getProtocolByName: does not exist (no such protocol name: tcp)
 |
 | 2 out of 16 tests failed (0.66s)
 | Test suite Tests: FAIL
2014-09-14 00:06:43 +02:00
Peter Simons
30c918e409 haskell-hsimport: jailbreak to fix build with current tasty
https://github.com/dan-t/hsimport/issues/7
2014-09-14 00:06:43 +02:00
Peter Simons
5c3029eb0b haskell-yesod-auth: update to version 1.3.4.4 2014-09-14 00:06:43 +02:00
Peter Simons
e6d483b02a haskell-xml-conduit: update to version 1.2.2 2014-09-14 00:06:43 +02:00
Peter Simons
f841e6da29 haskell-tasty-hspec: update to version 0.2 2014-09-14 00:06:42 +02:00
Peter Simons
ecbb806193 haskell-snap: update to version 0.13.2.9 2014-09-14 00:06:42 +02:00
Peter Simons
763908bde9 haskell-markdown: update to version 0.1.10 2014-09-14 00:06:42 +02:00
Peter Simons
ce469d8015 haskell-hindent: update to version 3.0 2014-09-14 00:06:42 +02:00
Peter Simons
58d66807e4 haskell-crypto-api: update to version 0.13.2 2014-09-14 00:06:42 +02:00
Peter Simons
3f2c6833ac idris: remove unnecessary jailbreak 2014-09-14 00:06:42 +02:00
Peter Simons
0be4d04420 haskell-pipes: jailbreak to fix build with conduit 2014-09-14 00:06:42 +02:00
Peter Simons
51f31fd632 haskell-json-rpc: jailbreak to fix build with conduit 2014-09-14 00:06:42 +02:00
Peter Simons
a2da032807 haskell-esqueleto: broken by latest version of persistent 2014-09-14 00:06:42 +02:00
Peter Simons
d964aa83a0 haskell-xml-conduit: jailbreak to fix build with conduit 2014-09-14 00:06:42 +02:00
Peter Simons
7071d7b6de haskell-yesod-persistent: update to version 1.2.3.1 2014-09-14 00:06:42 +02:00
Peter Simons
eb871e216d haskell-yesod-form: update to version 1.3.15.4 2014-09-14 00:06:42 +02:00
Peter Simons
59137104b6 haskell-yesod-core: update to version 1.2.20 2014-09-14 00:06:42 +02:00
Peter Simons
896cd216a0 haskell-yesod-bin: update to version 1.2.12.8 2014-09-14 00:06:42 +02:00
Peter Simons
ff74f615b5 haskell-yesod-auth: update to version 1.3.4.3 2014-09-14 00:06:42 +02:00
Peter Simons
16d1ac75f9 haskell-xmlhtml: update to version 0.2.3.3 2014-09-14 00:06:42 +02:00
Peter Simons
edec0ee6e7 haskell-wai-app-static: update to version 3.0.0.1 2014-09-14 00:06:42 +02:00
Peter Simons
b9965ed1c7 haskell-tostring: update to version 0.2.0.2 2014-09-14 00:06:41 +02:00
Peter Simons
0215ee15c3 haskell-time: update to version 1.4.2 2014-09-14 00:06:41 +02:00
Peter Simons
ff81f3c5c2 haskell-text: update to version 1.1.1.3 2014-09-14 00:06:41 +02:00
Peter Simons
989b6fd6e3 haskell-tagstream-conduit: update to version 0.5.5.3 2014-09-14 00:06:41 +02:00
Peter Simons
11f057acb4 haskell-stm-conduit: update to version 2.5.2 2014-09-14 00:06:41 +02:00
Peter Simons
3e863fcb4a haskell-postgresql-simple: update to version 0.4.4.1 2014-09-14 00:06:41 +02:00
Peter Simons
082aca60ad haskell-persistent: update to version 2.0.2 2014-09-14 00:06:41 +02:00
Peter Simons
6a1e66042c haskell-persistent-template: update to version 2.0.2.2 2014-09-14 00:06:41 +02:00
Peter Simons
a289f2baa8 haskell-persistent-sqlite: update to version 2.0.1 2014-09-14 00:06:41 +02:00
Peter Simons
c40cc6e799 haskell-persistent-postgresql: update to version 2.0.1 2014-09-14 00:06:41 +02:00
Peter Simons
72072908c3 haskell-persistent-mysql: update to version 2.0.1 2014-09-14 00:06:41 +02:00
Peter Simons
c6e7152a21 haskell-minioperational: update to version 0.4.6 2014-09-14 00:06:41 +02:00
Peter Simons
ef77bc70df haskell-json-schema: update to version 0.7.0.1 2014-09-14 00:06:41 +02:00
Peter Simons
9efb04797a haskell-hxt-charproperties: update to version 9.2.0.0 2014-09-14 00:06:41 +02:00
Peter Simons
a7ae674834 haskell-http-conduit: update to version 2.1.4.3 2014-09-14 00:06:41 +02:00
Peter Simons
6cbc46b43c haskell-html-conduit: update to version 1.1.1 2014-09-14 00:06:41 +02:00
Peter Simons
9b805cf622 haskell-hspec-wai: update to version 0.4.1 2014-09-14 00:06:41 +02:00
Peter Simons
3c4a0ec9d6 haskell-conduit: update to version 1.2.0.2 2014-09-14 00:06:40 +02:00
Peter Simons
c7a684be23 haskell-conduit-extra: update to version 1.1.3.4 2014-09-14 00:06:40 +02:00
Peter Simons
e3356d5a43 haskell-conduit-combinators: update to version 0.2.8.3 2014-09-14 00:06:40 +02:00
Peter Simons
b75c5e681f haskell-classy-prelude: update to version 0.9.5 2014-09-14 00:06:40 +02:00
Peter Simons
fcdc7d3295 haskell-classy-prelude-conduit: update to version 0.9.5 2014-09-14 00:06:40 +02:00
Peter Simons
2694bed8da haskell-cereal-conduit: update to version 0.7.2.3 2014-09-14 00:06:40 +02:00
Peter Simons
8633bb7076 haskell-blaze-markup: update to version 0.6.1.1 2014-09-14 00:06:40 +02:00
Peter Simons
9795888b3e haskell-blaze-html: update to version 0.7.0.3 2014-09-14 00:06:40 +02:00
Peter Simons
d590d8b77f haskell-tasty: update to version 0.10 2014-09-14 00:06:40 +02:00
Peter Simons
b27484fdcb haskell-tasty-ant-xml: update to version 1.0.0.10 2014-09-14 00:06:40 +02:00
Peter Simons
ea88b6e435 haskell-DAV: drop jailbreak to see what update breaks this package 2014-09-14 00:06:40 +02:00
Peter Simons
6b1ba06bac haskell-attoparsec: update to version 0.12.1.2 2014-09-14 00:06:40 +02:00
Peter Simons
47d02a94e5 haskell-scientific: update to version 0.3.3.1 2014-09-14 00:06:40 +02:00
Peter Simons
caf56dd59d haskell-boundingboxes: update to version 0.2.1 2014-09-14 00:06:40 +02:00
Peter Simons
74d42b548a haskell-parsec: update to version 3.1.6 2014-09-14 00:06:40 +02:00
Peter Simons
78442b00b1 haskell-case-insensitive: update to version 1.2.0.1 2014-09-14 00:06:39 +02:00
Peter Simons
aa9eece18f haskell-lens: update to version 4.4.0.2 2014-09-14 00:06:39 +02:00
Peter Simons
28b5518737 haskell-language-java: update to version 0.2.7 2014-09-14 00:06:39 +02:00
Peter Simons
5e690a2288 haskell-language-c-inline: update to version 0.7.6.0 2014-09-14 00:06:39 +02:00
Peter Simons
fd962f0968 haskell-kan-extensions: update to version 4.1.0.1 2014-09-14 00:06:39 +02:00
Peter Simons
f73150a5b9 haskell-hxt: update to version 9.3.1.7 2014-09-14 00:06:39 +02:00
Peter Simons
551f104352 haskell-holy-project: update to version 0.1.1.1 2014-09-14 00:06:39 +02:00
Peter Simons
26bbee8175 haskell-hmatrix: update to version 0.16.0.5 2014-09-14 00:06:39 +02:00
Peter Simons
9fcfe01a17 haskell-hindent: update to version 2.4 2014-09-14 00:06:39 +02:00
Peter Simons
35d081a5ad haskell-haxr: update to version 3000.10.3.1 2014-09-14 00:06:39 +02:00
Peter Simons
ae02e51384 haskell-haskell-packages: update to version 0.2.4.2 2014-09-14 00:06:39 +02:00
Peter Simons
35460608b3 haskell-xlsx: update to version 0.1.0.3 2014-09-14 00:06:39 +02:00
Peter Simons
4531a7dcf2 haskell-uuid: update to version 1.3.4 2014-09-14 00:06:39 +02:00
Peter Simons
f314e4c9c3 haskell-tuple: update to version 0.3.0.2 2014-09-14 00:06:39 +02:00
Peter Simons
263d94b279 haskell-snap-cors: update to version 1.2.5.1 2014-09-14 00:06:39 +02:00
Peter Simons
5eb39687b5 haskell-setlocale: update to version 1.0.0.1 2014-09-14 00:06:39 +02:00
Peter Simons
fcd50bf099 haskell-semigroups: update to version 0.15.3 2014-09-14 00:06:38 +02:00
Peter Simons
6044100af1 haskell-rest-gen: update to version 0.15.0.2 2014-09-14 00:06:38 +02:00
Peter Simons
17d9243bd7 haskell-reducers: update to version 3.10.3 2014-09-14 00:06:38 +02:00
Peter Simons
5b0b7b7686 haskell-quickcheck-instances: update to version 0.3.9 2014-09-14 00:06:38 +02:00
Peter Simons
f07cec10e2 haskell-protobuf: update to version 0.2.0.4 2014-09-14 00:06:38 +02:00
Peter Simons
500a7a81b3 haskell-pcap-enumerator: update to version 0.5 2014-09-14 00:06:38 +02:00
Peter Simons
de37e853ab haskell-optparse-applicative: update to version 0.9.1.1 2014-09-14 00:06:38 +02:00
Peter Simons
4f6f8f763b haskell-multipart: update to version 0.1.2 2014-09-14 00:06:38 +02:00
Peter Simons
f13950b744 haskell-mono-traversable: update to version 0.6.2 2014-09-14 00:06:38 +02:00
Peter Simons
e8c21bf8e1 haskell-managed: update to version 1.0.0 2014-09-14 00:06:38 +02:00
Peter Simons
5c7732184d haskell-leveldb-haskell: update to version 0.3.1 2014-09-14 00:06:38 +02:00
Peter Simons
e809aabffe haskell-hakyll: update to version 4.5.5.0 2014-09-14 00:06:38 +02:00
Peter Simons
ae8d3baab3 haskell-github: update to version 0.11.1 2014-09-14 00:06:38 +02:00
Peter Simons
0a358f063c haskell-geniplate: update to version 0.6.0.5 2014-09-14 00:06:38 +02:00
Peter Simons
96b0340ff5 haskell-generic-aeson: update to version 0.2.0.0 2014-09-14 00:06:38 +02:00
Peter Simons
c1642c5cb7 haskell-file-location: update to version 0.4.5.3 2014-09-14 00:06:38 +02:00
Peter Simons
bb933868de haskell-fb: update to version 1.0.5 2014-09-14 00:06:38 +02:00
Peter Simons
a82e434d7e haskell-fay: update to version 0.20.1.4 2014-09-14 00:06:37 +02:00
Peter Simons
4f57aabd7c haskell-either: update to version 4.3.1 2014-09-14 00:06:37 +02:00
Peter Simons
29661328f0 haskell-djinn: update to version 2014.9.7 2014-09-14 00:06:37 +02:00
Peter Simons
a3cf7e86f5 haskell-diagrams-rasterific: update to version 0.1.0.2 2014-09-14 00:06:37 +02:00
Peter Simons
2d4118b21c haskell-diagrams-lib: update to version 1.2.0.3 2014-09-14 00:06:37 +02:00
Peter Simons
db42a9a86f haskell-diagrams-cairo: update to version 1.2.0.2 2014-09-14 00:06:37 +02:00
Peter Simons
3c996e00c4 haskell-cuda: update to version 0.6.5.0 2014-09-14 00:06:37 +02:00
Peter Simons
f1442285ee haskell-criterion: update to version 1.0.1.0 2014-09-14 00:06:37 +02:00
Peter Simons
6211803085 haskell-checkers: update to version 0.4.1 2014-09-14 00:06:37 +02:00
Peter Simons
068a8e42d3 haskell-case-insensitive: update to version 1.2.0.0 2014-09-14 00:06:37 +02:00
Peter Simons
9aad370b80 haskell-boundingboxes: update to version 0.2 2014-09-14 00:06:37 +02:00
Peter Simons
63db029727 haskell-blaze-builder: update to version 0.3.3.3 2014-09-14 00:06:37 +02:00
Peter Simons
b8379f353f haskell-base-prelude: update to version 0.1.4 2014-09-14 00:06:37 +02:00
Peter Simons
10c7a3c6da haskell-attoparsec: update to version 0.12.1.1 2014-09-14 00:06:37 +02:00
Peter Simons
2f282a4732 haskell-aeson-qq: update to version 0.7.3 2014-09-14 00:06:37 +02:00
Peter Simons
561fa4ded3 haskell-DAV: update to version 1.0.2 2014-09-14 00:06:37 +02:00
Peter Simons
54a7a49451 haskell-Chart: update to version 1.3.1 2014-09-14 00:06:37 +02:00
Peter Simons
9917e8813a haskell-Chart-gtk: update to version 1.3.1 2014-09-14 00:06:36 +02:00
Peter Simons
1f19af6dcc haskell-Chart-diagrams: update to version 1.3.1 2014-09-14 00:06:36 +02:00
Peter Simons
6c60e8efd1 haskell-Chart-cairo: update to version 1.3.1 2014-09-14 00:06:36 +02:00
Bjørn Forsman
f6d4d5907e ilixi: mark as broken
It's broken since the directfb 1.6.3 -> 1.7.6 update, commit
bb7138e9a9 ("directfb: Update to 1.7.6").

  [...]
  building libilixi_graphics_la-Surface.lo
    CXX    libilixi_graphics_la-Surface.lo
  Surface.cpp: In member function 'void ilixi::Surface::setGeometry(int, int, int, int)':
  Surface.cpp:157:44: error: in C++98 'r' must be initialized by constructor, not by '{...}'
       DFBRectangle r = { x, y, width, height };
2014-09-13 15:15:19 +02:00
Pascal Wittmann
8d67b9a240 transformed meta.maintainers of some packages into lists 2014-09-13 13:52:02 +02:00
Vincent Laporte
829c49a686 Adds mezzo
Mezzo is a programming language in the ML tradition, which places strong
emphasis on the control of aliasing and access to mutable memory.

Homepage: http://protz.github.io/mezzo/
2014-09-13 12:26:07 +02:00
Vincent Laporte
cc387fa886 Adds ocaml-functory
Functory is a distributed computing library for Objective Caml which facilitates distributed execution of parallelizable computations in a seamless fashion. Further, it is
polymorphic, incorporates a robust fault-tolerant mechanism and is already being deployed in real-world applications.

Homepage: https://www.lri.fr/~filliatr/functory/
2014-09-13 12:26:07 +02:00
Vincent Laporte
ed72590004 Adds ocaml-pprint
Pprint is an OCaml adaptation of Wadler’s and Leijen’s prettier printer.

Homepage: http://gallium.inria.fr/~fpottier/pprint/
2014-09-13 12:26:07 +02:00
Vincent Laporte
2f0994010a Adds ocaml-fix
Fix is a simple OCaml module for computing the least solution of a system of monotone equations.

Homepage: http://gallium.inria.fr/~fpottier/fix/
2014-09-13 12:26:07 +02:00
Matej Cotman
77fa9da425 properly patch nodewebkit 2014-09-13 10:04:37 +02:00
lethalman
e0eb4c5bc5 Merge pull request #4058 from DamienCassou/pharo-vm-update
pharo-vm: 2014.06.25 -> 2014.08.14
2014-09-13 09:45:16 +02:00
Damien Cassou
35cd0ae159 pharo-vm: 2014.06.25 -> 2014.08.14 2014-09-13 08:43:45 +02:00
Thomas Tuegel
8c3f749eda Rewrite hoogleLocal expression
The old expression was broken. This began as an attempt to fix it, but
the new expression is substantially different. It takes advantage of new
features that obviate the need to patch Hoogle. It comes with several
limitations. The new expression does not build the database in parallel,
although it does not take long. The new expression also does not support
downloading databases from the Hoogle instance at haskell.org; those
databases link to Hackage for documentation, defying the meaning of local.
2014-09-12 15:29:02 -05:00
Pascal Wittmann
3c6eceb5fb Merge pull request #4008 from dbohdan/master
Add Jim Tcl interpreter
2014-09-12 21:36:58 +02:00
Danyil Bohdan
2a89610d9a jimtcl: add dbohdan as maintainer 2014-09-12 22:23:59 +03:00
William A. Kennington III
57becd586a Merge pull request #4053 from matejc/fix_vaapivdpau
fix vaapiVdpau build with patch
2014-09-12 12:14:25 -07:00
William A. Kennington III
977004408b Merge pull request #4055 from linquize/directfb
directfb: Update to 1.7.6
2014-09-12 12:13:32 -07:00
Linquize
bb7138e9a9 directfb: Update to 1.7.6 2014-09-12 17:35:37 +02:00
Peter Simons
5b28aebc08 sbt: drop unconditionally set $SBT_OPTS variable from script
... and rename simple-build-tool to just "sbt", which is the name
everybody uses these days.
2014-09-12 17:11:38 +02:00
Matej Cotman
5c4a3c576c fix vaapiVdpau build with patch 2014-09-12 16:25:59 +02:00
wyvie
8746d4b6bc Added quazip-0.7 2014-09-12 17:06:36 +04:00
Eelco Dolstra
075c1d4f15 Doh 2014-09-12 11:21:21 +02:00
Eelco Dolstra
135142780b readline: Name Nix expressions consistently 2014-09-12 11:15:13 +02:00
Eelco Dolstra
d2143c73bb readline-6.3: Fix building on Darwin
The zip file contains files named CHANGELOG and ChangeLog, so the
build fails on case-insensitive systems with:

  error: creating file `/nix/store/nix-4888-0/unpacked/ChangeLog': File exists

The official tar distribution does not have this problem.
2014-09-12 11:15:13 +02:00
Bruce Mitchener
5e367ec9d7 dylan: Remove old gwydion-dylan package.
The Gywdion Dylan compiler that was packaged here is old and this
package no longer builds. The Gwydion Dylan compiler is no longer
maintained, and has been replaced by the Open Dylan compiler which
is already packaged in Nix (opendylan).
2014-09-12 12:27:58 +07:00
William A. Kennington III
686a139f29 Merge pull request #4030 from AndersonTorres/small-fixups
Small style fixups
2014-09-11 21:27:54 -07:00
Hoang Xuan Phu
b5c219d5dc add functor-infix 2014-09-12 11:24:06 +07:00
William A. Kennington III
3141ce3e15 gems: Add rdoc, execjs, uglifier 2014-09-11 15:41:45 -07:00
Domen Kožar
3f441d82f9 rubyLibs: add erubis and yajl 2014-09-12 00:31:37 +02:00
Domen Kožar
aa162b388d package gim-nix and document it 2014-09-12 00:26:51 +02:00
Domen Kožar
2632afa131 pypy: handle unsupported packages 2014-09-12 00:26:50 +02:00
Mateusz Kowalczyk
37900c35c3 agda: add bitvector 2014-09-11 20:35:56 +01:00
Mateusz Kowalczyk
d50c0e75b8 agda: fix license 2014-09-11 20:35:56 +01:00
Mateusz Kowalczyk
ee31679bad agda-stdlib: make expression nicer, fix license 2014-09-11 20:35:56 +01:00