Vladimír Čunát
5b0756cd21
db-*: only use the osx.patch for db5 where it applies
...
This unbreaks builds of all other versions (4.* and 6.*).
2014-11-17 10:17:17 +01:00
Peter Simons
21801bc1e6
Merge pull request #5010 from abhinav/master
...
haskell-digest-pure: Add version 0.0.3
2014-11-17 09:08:32 +01:00
aszlig
a28ba461e7
libjreen: Add new package, version 1.2.0.
...
Required as an optional dependency of the Tomahawk music player.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:37:13 +01:00
aszlig
2856b0e66c
websocketpp: Add new package, version 0.4.0.
...
Required as a dependency of the Tomahawk music player.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:35:41 +01:00
aszlig
0a271c00be
lucenepp: Add new package, version 3.0.6.
...
Required as a dependency of the Tomahawk music player.
The latest upstream release needs to be patched quite a bit in order to
build and to correctly install the header files. Other distributions
seem to largely use the latest Git master version, because all those
build problems have been fixed there already.
In order to ensure we have version 3.0.6, we just cherry-pick the
relevant patches, so as soon as the next upstream version is released we
just need to drop the patches/postPatch attributes.
The postPatch is needed in order to get rid of the subversion
dependency, which the upstream build process tries to use for fetching
gtest. We don't have networking support inside the Nix build process, so
let's pass that dependency directly.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:33:09 +01:00
aszlig
281a95b454
qtkeychain: Add new package, version 0.4.0.
...
Required as a dependency of the Tomahawk music player.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:21:09 +01:00
aszlig
aafc04ef35
libechonest: Add new package, version 2.3.0.
...
Required as a dependency of the Tomahawk music player.
Tests are disabled because they require networking support.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:18:10 +01:00
aszlig
b2557476f7
quazip: Use qt instead of qt5 for refering to Qt.
...
Qt 5 is passed via all-packages.nix, so it doesn't look too odd if you
want to build against qt4 instead. Before you'd have to use something
like:
quazip.override { qt5 = qt4; }
Now, it is:
quazip.override { qt = qt4; }
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 01:06:02 +01:00
Abhinav Gupta
d6e8ab78db
haskell-digest-pure: Add version 0.0.3
2014-11-16 15:32:29 -08:00
Michael Raskin
7d66259b3a
Add CL-SMTP package
2014-11-16 19:57:12 +03:00
Michael Raskin
47ae07c56e
Add ironclad
2014-11-16 19:57:12 +03:00
Michael Raskin
2f53f2ed16
An example build for the SBCL binary creation
2014-11-16 19:57:12 +03:00
Michael Raskin
12f35b6db7
Allow pre/post-Install
2014-11-16 19:57:12 +03:00
Michael Raskin
0f28ce0ad8
Update argument list after image restoreon SBCL
2014-11-16 19:57:12 +03:00
Michael Raskin
58e27a257e
Fix SBCL binary building with saved library path
2014-11-16 19:57:12 +03:00
Aristid Breitkreuz
7bb0ff509c
remove gcc 3.3 and snx ("SSL Network Extender"), the only package that depends on it
2014-11-16 14:57:42 +01:00
Aristid Breitkreuz
1dfd467c14
distcc: fix evaluation ( fixes #5002 )
2014-11-16 13:52:28 +01:00
Peter Simons
b69238542c
haskell-yesod-core: update to version 1.4.4
2014-11-16 13:31:23 +01:00
Peter Simons
cdd7787ca6
haskell-tasty-quickcheck: update to version 0.8.3.1
2014-11-16 13:31:23 +01:00
Peter Simons
0cac00305a
haskell-smtps-gmail: update to version 1.3.0
2014-11-16 13:31:23 +01:00
Peter Simons
7923803ebb
haskell-liblastfm: update to version 0.5.1
2014-11-16 13:31:23 +01:00
Peter Simons
656255719a
haskell-hspec-wai: update to version 0.6.0
2014-11-16 13:31:23 +01:00
Peter Simons
5015f7d6f2
haskell-c2hs: update to version 0.19.1
2014-11-16 13:31:23 +01:00
Peter Simons
3253e63c2f
haskell-bert: update to version 1.2.2.3
2014-11-16 13:31:23 +01:00
Vincent Laporte
099d145590
Adds ocaml-camlpdf-1.7.2
...
OCaml library for reading, writing and modifying PDF files
Homepage: https://github.com/johnwhitington/camlpdf
2014-11-16 08:42:55 +00:00
Vladimír Čunát
6fff0af6c3
ccache: fix evaluation
2014-11-16 09:19:35 +01:00
David Virgilio
55bb7dd1f2
new package: hayland
2014-11-16 02:08:39 -06:00
David Virgilio
7b8237f6fc
new package: data-flags
2014-11-16 00:57:50 -06:00
Shea Levy
eba921130b
nix-exec: bump
2014-11-16 00:02:29 -05:00
Peter Simons
1a2a6810a8
gnulib: update to version 0.1-263-g92b60e6 and disable the fixup hook that breaks the expected location of the docs directory
2014-11-16 02:05:50 +01:00
Domen Kožar
dc626a9f5c
pypy: disable test_default_ciphers test
2014-11-15 19:32:05 +01:00
Moritz Ulrich
0fc8d92e53
slic3r: Bump to 1.2.1
...
Also adds OpenGL and WxGLCanvas to perlPackages..
OpenGL currently contains some pretty ugly hacks regarding OpenGL
feature-detection. Expect it to fail on different systems.
2014-11-15 19:22:59 +01:00
Michael Raskin
83999a0a84
Fix CLisp support in executable building
2014-11-15 15:40:45 +03:00
Michael Raskin
1bfe4e59c2
Install the builder script
2014-11-15 15:40:45 +03:00
Michael Raskin
82a4776bf9
Add support for creation of executables with SBCL — hacks are for shared libraries
2014-11-15 15:40:45 +03:00
Michael Raskin
128b1af2e8
Merge pull request #4927 from mstarzyk/androidndk
...
android-ndk: updated to version r10c
2014-11-15 15:30:48 +03:00
Michael Raskin
a7c8d00b27
Merge pull request #4857 from abbradar/cups2
...
[WIP] Improve printing experience and update related packages
2014-11-15 15:18:35 +03:00
Vincent Laporte
2d46ab2557
gtkdatabox: update from 0.9.1.3 to 0.9.2.0
2014-11-15 09:37:47 +00:00
William A. Kennington III
69bf3bd070
Merge pull request #4800 from aherrmann/pr_boost_mpi
...
boost 1.55: Add Boost.MPI (optional)
2014-11-15 00:59:49 -08:00
William A. Kennington III
a84e566ba2
leveldb: 1.15 -> 1.18
2014-11-14 21:54:12 -08:00
William A. Kennington III
5e39ab62d1
tokyocabinet: 1.4.46 -> 1.4.48
2014-11-14 21:53:53 -08:00
William A. Kennington III
7a318d5f73
kyotocabinet: Add derivation
2014-11-14 21:53:33 -08:00
Vincent Laporte
8a96d42570
libfm: update frm 1.2.2.1 to 1.2.3
2014-11-14 23:28:30 +00:00
Vladimír Čunát
5cad555ab1
gtk3 stack: go back to gnome-3.12 branches for now
2014-11-14 23:32:28 +01:00
Pascal Wittmann
d689a18e65
pocketsphinx: update from 0.7 to 0.8
2014-11-14 19:20:16 +01:00
Michael Raskin
4ca96793d5
Merge pull request #4985 from rened/master
...
update julia, make it portable accross cpu architectures
2014-11-14 20:51:16 +03:00
Vladimír Čunát
c3f6af54de
libusb-compat: propagate libusb1 to fix -ludev failures
2014-11-14 18:08:53 +01:00
Vladimír Čunát
3529567ed4
libgphoto-2.4: remove the old unneeded version
2014-11-14 18:00:04 +01:00
Rene Donner
60eeaf355c
update julia, make it portable accross cpu architectures
2014-11-14 16:05:33 +01:00
Eelco Dolstra
ca441636f1
Merge branch 'staging'
2014-11-14 16:00:23 +01:00
Vladimír Čunát
b61c3c1f3b
libsoup: update, mainly bugfixes inside
2014-11-14 14:51:40 +01:00
Nikolay Amiantov
a3fc8ea8db
pycups: update package
2014-11-14 16:30:53 +03:00
Vladimír Čunát
b4af993c3f
Merge branch 'master' into staging
...
Conflicts (simple):
pkgs/development/lisp-modules/clwrapper/setup-hook.sh
2014-11-14 14:28:23 +01:00
Vladimír Čunát
5ad9db0473
gtk3: use 3.12 branch for now
...
This is for better CSS compatibility in the upcoming release.
We also plan to ship gnome-3.12 as the default in there. Details:
https://github.com/NixOS/nixpkgs/issues/247#issuecomment-63036271
2014-11-14 14:25:02 +01:00
Peter Simons
b34dbe1b90
haskell-cabal-db: update to version 0.1.11
2014-11-14 14:13:41 +01:00
Peter Simons
503e625d85
haskell-yesod-bin: update to version 1.4.0.7
2014-11-14 14:13:41 +01:00
Peter Simons
a7a342a6d9
haskell-shakespeare: update to version 2.0.2.1
2014-11-14 14:13:41 +01:00
Peter Simons
e64a05068d
haskell-securemem: update to version 0.1.4
2014-11-14 14:13:40 +01:00
Peter Simons
48aecbd08f
haskell-rest-gen: update to version 0.16.1.2
2014-11-14 14:13:40 +01:00
Peter Simons
39db2ba08c
haskell-mwc-random: update to version 0.13.2.2
2014-11-14 14:13:40 +01:00
Peter Simons
d8611a0504
haskell-markdown: update to version 0.1.12
2014-11-14 14:13:40 +01:00
Peter Simons
5adbfd6dd0
haskell-json: update to version 0.9
2014-11-14 14:13:40 +01:00
Peter Simons
ab3ca22540
haskell-cprng-aes: update to version 0.6.1
2014-11-14 14:13:40 +01:00
Peter Simons
3c9f75e69f
haskell-conduit: update to version 1.2.3
2014-11-14 14:13:40 +01:00
Peter Simons
cd041f08ab
haskell-ReadArgs: update to version 1.2.2
2014-11-14 14:13:40 +01:00
Peter Simons
99312f4a51
haskell-Agda: update to version 2.4.2.1
2014-11-14 14:13:40 +01:00
Peter Simons
21c9ff1a29
haskell-purescript: re-generate with cabal2nix
2014-11-14 14:13:40 +01:00
Vladimír Čunát
961ed7c8b4
dmd: fix 32-bit build and some nitpicks
...
CC #4976 .
2014-11-14 14:12:32 +01:00
Pascal Wittmann
5d7c5d4686
checkstyle: update from 6.0 to 6.1
2014-11-14 13:07:01 +01:00
Pascal Wittmann
3d7a2ccf55
yodl: update from 3.03.0 to 3.04.00
2014-11-14 13:05:46 +01:00
Pascal Wittmann
6e1cbd6473
clearsilver: update from 0.10.3 to 0.10.5
2014-11-14 12:25:01 +01:00
Nikolay Amiantov
f2c3bda151
ijs: add package
2014-11-14 13:51:26 +03:00
Nikolay Amiantov
0836fd5054
qpdf: add package
2014-11-14 13:51:26 +03:00
Vladimír Čunát
1e7709b68d
libgphoto2: use libusb1 version (fixes build)
...
Also, it's not mentioned in *.pc (anymore).
CC maint. @jcumming.
2014-11-14 11:25:20 +01:00
Daniel Austin
5d56bda1fb
Development tools: added atom-shell
2014-11-14 04:53:20 +01:00
Ricardo M. Correia
90172ba079
valgrind: Fix running under grsecurity
2014-11-13 23:07:27 +01:00
Alexander Flatter
25859fae74
Use libusb-compat instead of unmaintained libusb
...
Close #4945 .
2014-11-13 23:06:29 +01:00
Vladimír Čunát
b4214da14e
gcc_multi: sync the change to 4.6 and 4.9 as well
2014-11-13 22:38:57 +01:00
Arseniy Seroka
c8c7cc1f09
Merge pull request #4976 from BlackEdder/pr-dmd
...
dmd: update to 2.066.1
2014-11-14 00:32:55 +03:00
Vladimír Čunát
457850397a
gcc_multi: prevent overwritten libs after 51f1b4ec48
2014-11-13 22:30:32 +01:00
BlackEdder
959f706ace
rdmd: update to new version
...
Source of old version was not available anymore. Update also depends on
newer version of dmd.
2014-11-13 20:51:32 +00:00
Michael Raskin
a6d991ea07
Merge pull request #4980 from henrytill/racket
...
racket: update to 6.1.1
2014-11-13 23:44:35 +03:00
Domen Kožar
419e96a5ce
Merge branch 'python/docs'
2014-11-13 21:32:01 +01:00
Domen Kožar
ab423e6367
buildPythonPackage: add python to propagatedBuildInputs
...
Doing:
$ nix-shell -p pythonPackage.pyramid
now also sets $PYTHONPATH. Previously you'd have to do:
$ nix-shell -p pythonPackage.pyramid python
2014-11-13 21:04:13 +01:00
Henry Till
67ee94b237
racket: update to 6.1.1
2014-11-13 14:29:44 -05:00
Pascal Wittmann
cb70b5a620
yodl: update from 2.14.3 to 3.03.0
2014-11-13 17:48:06 +01:00
Pascal Wittmann
38022c9938
add icmake, a program maintenance utility
2014-11-13 17:48:06 +01:00
Pascal Wittmann
c56bbf6011
cminpack: update from 1.3.2 to 1.3.4
2014-11-13 17:48:06 +01:00
Peter Simons
76ed569875
Drop obsolete versions of Haskell cairo, glib, gtk, pango, threadscope, and some other patches.
2014-11-13 17:21:33 +01:00
BlackEdder
fbd2330aff
dmd: update to 2.066.1
2014-11-13 14:57:58 +00:00
Nikolay Amiantov
bae3b106ca
colors: fix haskell package
2014-11-13 17:53:44 +03:00
Mateusz Kowalczyk
9eb29a601c
haskell-colors: adopt package
2014-11-13 13:54:28 +00:00
Peter Simons
65ef7d534d
haskell-gitlib-libgit2: disable this build until 'gitlib-test' is fixed
2014-11-13 14:51:38 +01:00
Peter Simons
f33c89d23f
haskell-sdl2: disable Haddock phase to fix the build
...
https://github.com/haskell-game/sdl2/issues/31
2014-11-13 14:51:38 +01:00
Peter Simons
48d910fb32
haskell-gitlib-test: doesn't work with hspec 2.x
2014-11-13 14:51:38 +01:00
Peter Simons
6026a695e4
haskell-ReadArgs: jailbreak to fix build with hspec 2.x
...
https://github.com/rampion/ReadArgs/issues/6
2014-11-13 14:51:38 +01:00
Peter Simons
e475e851c6
haskell-shakespeare: update to version 2.0.2
2014-11-13 14:51:38 +01:00
Peter Simons
5c18fa216e
haskell-shakespeare: disable test suite to fix build with hspec 2.x
...
https://github.com/yesodweb/shakespeare/issues/143
2014-11-13 14:51:38 +01:00
Peter Simons
2d253c2412
haskell-ShellCheck: update to version 0.3.5
2014-11-13 14:51:38 +01:00
Peter Simons
a5be2282a7
haskell-keter: update to version 1.3.5.3
2014-11-13 14:51:38 +01:00
Peter Simons
7cc2c31eca
haskell-hlint: update to version 1.9.12
2014-11-13 14:51:38 +01:00
Peter Simons
6d95d1cc29
haskell-ghcid: update to version 0.3.2
2014-11-13 14:51:38 +01:00
Peter Simons
a7748b9fc8
haskell-cabal-bounds: update to version 0.8.8
2014-11-13 14:51:38 +01:00
Peter Simons
302222f619
haskell-yesod-test: update to version 1.4.1
2014-11-13 14:51:38 +01:00
Peter Simons
70e56340ee
haskell-yesod-core: update to version 1.4.3.1
2014-11-13 14:51:37 +01:00
Peter Simons
f54b9ce0a8
haskell-yesod-bin: update to version 1.4.0.6
2014-11-13 14:51:37 +01:00
Peter Simons
a931912ede
haskell-twitter-conduit: update to version 0.0.8
2014-11-13 14:51:37 +01:00
Peter Simons
7eae59a3fc
haskell-terminal-size: update to version 0.3.0
2014-11-13 14:51:37 +01:00
Peter Simons
4c6a25569d
haskell-system-fileio: update to version 0.3.15
2014-11-13 14:51:37 +01:00
Peter Simons
f435bf4863
haskell-snaplet-postgresql-simple: update to version 0.6
2014-11-13 14:51:37 +01:00
Peter Simons
bb843697ff
haskell-sdl2: update to version 1.3.0
2014-11-13 14:51:37 +01:00
Peter Simons
33cf917c34
haskell-rethinkdb: update to version 1.15.2.1
2014-11-13 14:51:37 +01:00
Peter Simons
ef90921397
haskell-pipes-text: update to version 0.0.0.15
2014-11-13 14:51:37 +01:00
Peter Simons
d8ce707323
haskell-linear: update to version 1.13
2014-11-13 14:51:37 +01:00
Peter Simons
60cb846b6a
haskell-libjenkins: update to version 0.6.0
2014-11-13 14:51:37 +01:00
Peter Simons
31b2b5ecb9
haskell-hspec2: update to version 0.6.1
2014-11-13 14:51:37 +01:00
Peter Simons
5ebf99c211
haskell-hspec-meta: update to version 2.0.0
2014-11-13 14:51:37 +01:00
Peter Simons
414e982769
haskell-hsimport: update to version 0.6.3
2014-11-13 14:51:37 +01:00
Peter Simons
84f3b6f3f2
haskell-hoauth2: update to version 0.4.3
2014-11-13 14:51:37 +01:00
Peter Simons
602f0245fd
haskell-highlighting-kate: update to version 0.5.11
2014-11-13 14:51:37 +01:00
Peter Simons
6799b12ecc
haskell-github: update to version 0.13
2014-11-13 14:51:37 +01:00
Peter Simons
e089fa0658
haskell-extra: update to version 0.8
2014-11-13 14:51:36 +01:00
Peter Simons
f67004416f
haskell-entropy: update to version 0.3.4.1
2014-11-13 14:51:36 +01:00
Peter Simons
42dfd0a65a
haskell-either: update to version 4.3.2
2014-11-13 14:51:36 +01:00
Peter Simons
4d22fd9a16
haskell-cufft: update to version 0.1.1.0
2014-11-13 14:51:36 +01:00
Peter Simons
30127baa53
haskell-crypto-conduit: update to version 0.5.5
2014-11-13 14:51:36 +01:00
Peter Simons
a4ef160593
haskell-conduit: update to version 1.2.2.2
2014-11-13 14:51:36 +01:00
Peter Simons
0addc21262
haskell-conduit-extra: update to version 1.1.4.2
2014-11-13 14:51:36 +01:00
Peter Simons
b1b1ab3cd0
haskell-conduit-combinators: update to version 0.3.0.4
2014-11-13 14:51:36 +01:00
Peter Simons
7cb83d0b62
haskell-colors: update to version 0.2
2014-11-13 14:51:36 +01:00
Peter Simons
a7e02a47f7
haskell-cgrep: update to version 6.4.7
2014-11-13 14:51:36 +01:00
Peter Simons
245f62f815
haskell-cabal-lenses: update to version 0.4.1
2014-11-13 14:51:36 +01:00
Peter Simons
71e821e900
haskell-cabal-cargs: update to version 0.7.4
2014-11-13 14:51:36 +01:00
Peter Simons
32a6253fe3
haskell-HandsomeSoup: update to version 0.3.5
2014-11-13 14:51:36 +01:00
Peter Simons
9f888fbeda
haskell-HFuse: update to version 0.2.4.4
2014-11-13 14:51:36 +01:00
Peter Simons
3bf08aaa6b
haskell-HDBC-odbc: update to version 2.4.0.0
2014-11-13 14:51:36 +01:00
Peter Simons
d2c0c6102e
haskell-threadscope: update to version 0.2.5
2014-11-13 14:51:36 +01:00
Peter Simons
f1f41e5b87
haskell-Unixutils: re-generate expression with cabal2nix
2014-11-13 14:51:35 +01:00
Julian K. Arni
9134fc29b7
Matching hspec-hspec2
...
Upgraded hspec2 to 0.6.
Upgraded hspec to 2.0.1.
This allows (recursively) depending on hspec2 and hspec to work nicely,
since now hspec2 is just a re-export of hspec.
2014-11-13 14:51:35 +01:00
Mateusz Kowalczyk
12379b27c8
mozart: use longDescription field
2014-11-13 13:50:49 +00:00
Michael Raskin
5d97886a6a
Add cl-html-parse lisp package
2014-11-13 14:19:42 +03:00
Michael Raskin
1fd3e9116b
Fix software-version function in SBCL by changing uname location from /bin/
2014-11-13 13:11:24 +03:00
Michael Raskin
c978ea45a8
Merge pull request #4890 from vbgl/jedit
...
jEdit: update from 4.4.2 to 5.1.0
2014-11-13 12:44:19 +03:00
Michael Raskin
cd6bb77a9e
Add some packages
2014-11-13 11:17:48 +03:00
Michael Raskin
da303bba58
Handle propagated library inputs for FFI
2014-11-13 11:17:48 +03:00
Michael Raskin
4beebeb6b3
Make LD_LIBRARY_PATH available during build like during later usage
2014-11-13 11:17:48 +03:00
Michael Raskin
def6028855
Update iterate lisp package
2014-11-13 11:17:48 +03:00
Michael Raskin
ed74293c01
Some git support for common-lisp.net
2014-11-13 11:17:47 +03:00
Michael Raskin
d541ef3ada
Allow generate update expressions and support darcs
2014-11-13 11:17:47 +03:00
Vincent Laporte
13490c9467
Adds commons-bsf
...
Bean Scripting Framework (BSF) is a set of Java classes which provides
scripting language support within Java applications, and access to Java
objects and methods from scripting languages.
Homepage: http://commons.apache.org/proper/commons-bsf/
2014-11-13 07:53:37 +00:00
Vincent Laporte
c13c705a7c
Adds commons-logging
...
Wrapper around a variety of logging API implementations
Homepage: http://commons.apache.org/proper/commons-logging/
2014-11-13 07:53:37 +00:00
Shea Levy
f1b8880a2f
nix-exec: bump
2014-11-12 21:06:37 -05:00
Domen Kožar
39d1bc755e
python: add python.interpreter attribute
2014-11-13 00:42:36 +01:00
Bjørn Forsman
3ad886f824
winpdb: new package
...
Platform independent Python debugger.
http://winpdb.org/
Tested by debugging a Python script on Linux.
2014-11-12 23:16:42 +01:00
John Wiegley
38ab111dd7
coqPackages.unimath: new expression
2014-11-12 14:37:25 -06:00
Bjørn Forsman
111e1dbae3
pydb: set meta.platforms
...
To have prebuilt binaries and useful hint from "command-not-found".
2014-11-12 16:03:00 +01:00
Michael Raskin
a54e032b2c
Add some lisp packages, including clx-truetype
2014-11-12 16:58:22 +03:00
Michael Raskin
084426a8ed
Support more quicklisp upstream source types
2014-11-12 16:58:22 +03:00
Michael Raskin
ce8f37430f
Fix envHooks setting: don't kill previous hooks
2014-11-12 16:58:22 +03:00
Mateusz Kowalczyk
7ae2cca1dc
haskell-PastePipe: update to 1.7
2014-11-12 13:43:19 +00:00
Jean-Philippe Bernardy
9ce6651c8b
add labeled-tree
2014-11-12 13:51:53 +01:00
Nikolay Amiantov
bfbb46ea92
ipopt: add package
2014-11-12 03:43:35 +03:00
Eelco Dolstra
f33fa1b66b
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/development/libraries/boost/generic.nix
2014-11-11 23:48:08 +01:00
Peter Simons
9db2e64f6f
Merge pull request #4948 from dysinger/purescript-0.6.0.2
...
purescript-0.6.0.2
2014-11-11 21:27:35 +01:00
Peter Simons
56d325550b
Revert "Revert "haskell-pandoc-citeproc: drop obsolete versions 0.4 and 0.5"".
...
This reverts commit dddea7f0d1
. @jwiegley, Hakyll builds just fine with
pandoc-citeproc 0.6. See http://hydra.cryp.to/build/239248 , for example. If you
have trouble compiling that package, then please share a build log that shows
the error message instead of reverting my commits, please.
2014-11-11 21:17:14 +01:00
Vincent Laporte
9bfa208621
ocaml-sqlite3: update from 2.0.4 to 2.0.7
2014-11-11 20:08:37 +00:00
John Wiegley
dddea7f0d1
Revert "haskell-pandoc-citeproc: drop obsolete versions 0.4 and 0.5"
...
This reverts commit d3b2c3f46c
.
@peti I'm reverting this commit until a resolution is found that allows
Hakyll to build. I've confirmed that reverting it here fixes the build
error.
2014-11-11 12:49:33 -06:00
Tim Dysinger
9d7c65f840
purescript-0.6.0.2
2014-11-11 19:47:00 +01:00
Eelco Dolstra
19ea871862
boost: Fix building on Darwin
2014-11-11 10:17:08 -05:00
wmertens
ded8797d0f
Merge pull request #4944 from aflatter/enable-leiningen-on-darwin
...
Allow leiningen to build on darwin
2014-11-11 16:08:43 +01:00
Alexander Flatter
064f10ba3c
Allow leiningen to build on darwin
2014-11-11 15:44:45 +01:00
Pascal Wittmann
8df0e0b151
Fixed many descriptions
2014-11-11 14:36:34 +01:00
vbgl
0e309af732
Merge pull request #4933 from sjmackenzie/ndn
...
new package: ndn-cxx
2014-11-11 12:46:50 +00:00
Peter Simons
2650bdf417
Merge pull request #4894 from peti/haskell-updates
...
Drop obsolete versions of Haskell Platform ...
2014-11-11 13:42:03 +01:00
Michael Raskin
6c39bbde6d
Set correct current platform support for Mozart binary
2014-11-11 13:57:00 +03:00
Stewart Mackenzie
23d0af8f34
new package: ndn-cxx
2014-11-11 18:22:18 +08:00
Domen Kožar
eba10b008f
fix tarball eval
2014-11-11 07:21:43 +01:00
Maciek Starzyk
9bb60c9e20
Removed duplicate
2014-11-11 00:14:54 +01:00
Maciek Starzyk
e176105535
android-ndk: r9d -> r10c
2014-11-10 23:54:44 +01:00
William A. Kennington III
83cecbdcbc
boost: Fix runtime dependencies in fixup instead of using a hook to fix binaries
2014-11-10 13:15:37 -08:00
Vladimír Čunát
6985461c80
gtk3: maintenance update
2014-11-10 21:34:03 +01:00
Vladimír Čunát
7d05dff782
glib: maintenance update
2014-11-10 21:34:03 +01:00
Vladimír Čunát
827ec7b3d6
dbus: security update, CVE-2014-3636
2014-11-10 21:34:02 +01:00
vbgl
4f247fa10a
Merge pull request #4921 from michelk/netcdf-4.3.2
...
netcdf: update to 4.3.2
2014-11-10 17:34:26 +00:00
Vladimír Čunát
a767210542
mesa: fix LLVM runtime dependency ( close #4853 )
2014-11-10 18:22:46 +01:00
Vladimír Čunát
2e98616e02
qt4: apply a patch from (K)Ubuntu
...
Suggested by @ruediger on IRC.
2014-11-10 18:22:32 +01:00
Michel Kuhlmann
3bff1c8fd3
netcdf: update to 4.3.2
2014-11-10 15:54:37 +01:00
Luca Bruno
6af0d6974f
Merge branch 'master' into staging
2014-11-10 10:03:52 +01:00
Shaun Sharples
b2e9f09067
fix sha256 for patch
2014-11-10 10:47:49 +02:00
Shaun Sharples
094771012b
Use "fetchpatch" instead of a patch file.
2014-11-10 10:32:41 +02:00
Vincent Laporte
e69dc2be2d
fastjar: update from 0.94 to 0.98
2014-11-10 01:04:19 +00:00
Luca Bruno
4d8afa2c4b
cogl: remove wayland support, can't find wayland-egl.pc
...
Don't know how it could build before.
2014-11-10 01:07:38 +01:00
Luca Bruno
2e380c0070
Revert "add back wayland 1.5 for cogl 1.18"
...
This reverts commit 9c997fe446
.
2014-11-10 01:03:32 +01:00
Luca Bruno
9c997fe446
add back wayland 1.5 for cogl 1.18
...
Wayland 1.6 removed wayland-egl.pc
2014-11-10 00:13:53 +01:00
Michael Raskin
a92edbb4f5
Merge pull request #4908 from vandenoever/redland
...
Update Redland and its dependencies rasqal and raptor.
2014-11-09 19:43:53 +03:00
Michael Raskin
b6203b804b
Mark binary distribution of Mozart/Oz 2.0 as such
2014-11-09 19:26:55 +03:00
stewart
076677d0bf
removed shebang in builder.sh
2014-11-09 19:26:55 +03:00
stewart
a5756e79f2
depricate mozart-1.4 for mozart-2
2014-11-09 19:26:55 +03:00
Francesco Lazzarino
6e508a61e7
new package – libtomcrypt
2014-11-09 18:50:15 +03:00
Michael Raskin
ffbd1d011b
Add CMake 3.0 — Fixes #4363 — mostly-merging a PR by bbenoist
2014-11-09 18:31:46 +03:00
Michael Raskin
0fb2c3e85a
Add unstable NodeJS — Fixes #4264 (mostly merges the PR from Bodil Stokke)
2014-11-09 18:18:56 +03:00
Jaka Hudoklin
25b2d2d9b0
Add libguestfs, tools for accessing and modifying virtual machine images
2014-11-09 15:24:25 +01:00
Jaka Hudoklin
7dc7ccbe5b
Add hivex, windows registry hive extraction library
2014-11-09 15:24:08 +01:00
Mateusz Kowalczyk
ce4f49cec1
EZTrace: new package
2014-11-09 12:05:44 +00:00
Jos van den Oever
d0baa54f23
Update Redland and its dependencies rasqal and raptor.
2014-11-09 12:33:59 +01:00
Ricardo M. Correia
12a19684c7
rustcMaster: Fix test failure under grsec kernels
2014-11-09 04:59:31 +01:00
Ricardo M. Correia
4fc73a7873
rustcMaster: Update to newer rev
2014-11-09 04:59:31 +01:00
Vincent Laporte
83e376e4bb
ocsigen-deriving: adds dependency to camlp4
2014-11-09 01:49:37 +00:00
Vincent Laporte
cac51e4e09
ocaml-optcomp: adds dependency to camlp4
2014-11-09 01:49:37 +00:00
Vincent Laporte
ff86c33f1d
Fixes camlp4
2014-11-09 01:49:37 +00:00
ambrop7@gmail.com
45aeaf6938
Add conntrack-tools and missing dependencies.
2014-11-09 00:28:21 +01:00
Arseniy Seroka
417216aa57
Revert "Add conntrack-tools and missing dependencies."
2014-11-09 02:12:04 +03:00
Arseniy Seroka
c66a63e45c
Merge pull request #4900 from ambrop72/conntrack
...
Add conntrack-tools and missing dependencies.
2014-11-09 02:10:59 +03:00
Maciek Starzyk
f72c460abf
ocaml: 4.02.0 -> 4.02.1
2014-11-08 23:15:53 +01:00
ambrop7@gmail.com
085b5ec48c
Add conntrack-tools and missing dependencies.
2014-11-08 23:06:09 +01:00
Moritz Ulrich
9b4ba66ac3
Bump poppler to 0.28.1 & remove outdated patches.
2014-11-08 22:48:13 +01:00
Domen Kožar
c1d6a4a8fb
remove unused pythonLinkmeWrapper
2014-11-08 20:19:55 +01:00
Luca Bruno
83221f3886
Merge branch 'master' into staging
...
Makes the build more useful:
- Disabled hybrid iso, makes installer tests pass again
- Imagemagick fixes to the "Illegal instruction" thing
2014-11-08 15:56:40 +01:00
Luca Bruno
7f3c95e6b7
webkitgtk: disable parallel building
2014-11-08 15:55:53 +01:00
Peter Simons
b8d631a604
happy: drop obsolete versions 1.18.10 1.18.4, 1.18.5, 1.18.6, and 1.18.9
2014-11-08 15:50:21 +01:00
Peter Simons
64ff17d4e6
haskell-zlib: drop obsolete versions 0.5.0.0, 0.5.2.0, 0.5.3.1, 0.5.3.3, and 0.5.4.0
2014-11-08 15:50:21 +01:00
Peter Simons
b2ac4769ab
haskell-xhtml: drop obsolete versions 3000.2.0.1, 3000.2.0.4, and 3000.2.0.5
2014-11-08 15:50:20 +01:00
Peter Simons
e4e0708397
haskell-vector: drop obsolete versions 0.10.0.1 and 0.10.11.0
2014-11-08 15:50:20 +01:00
Peter Simons
6c6f8a5cc8
haskell-unordered-containers: drop obsolete versions 0.2.3.0 and 0.2.4.0
2014-11-08 15:50:20 +01:00
Peter Simons
1676f7a43b
haskell-transformers: drop obsolete version 0.2.2.0
2014-11-08 15:50:20 +01:00
Peter Simons
49f0ff941d
haskell-text: drop obsolete versions 0.11.0.5, 0.11.0.6, 0.11.1.5, 0.11.2.0, and 0.11.3.1
2014-11-08 15:50:20 +01:00
Peter Simons
b3a3e099d8
haskell-terminfo: drop obsolete version 0.3.2.6
2014-11-08 15:50:20 +01:00
Peter Simons
fad637f23f
haskell-stm: drop obsolete versions 2.1.1.2 2.1.2.1, 2.2.0.1, 2.3, and 2.4
2014-11-08 15:50:19 +01:00
Peter Simons
7503e32356
haskell-split: drop obsolete version 0.2.1.1
2014-11-08 15:50:19 +01:00
Peter Simons
837b903cb4
haskell-syb: drop obsolete 0.3.x versions
2014-11-08 15:50:19 +01:00
Peter Simons
8e1b3f3635
haskell-shelly: drop obsolete version 0.15.4.1
2014-11-08 15:50:19 +01:00
Peter Simons
eef8352a92
haskell-regex-posix: drop obsolete versions 0.72.0.3, 0.94.1, 0.94.2, 0.94.4, and 0.95.1
2014-11-08 15:50:19 +01:00
Peter Simons
cbc39a26f7
haskell-regex-compat: drop obsolete versions 0.71.0.1, 0.92, 0.93.1
2014-11-08 15:50:19 +01:00
Peter Simons
e612537df9
haskell-regex-base: drop obsolete versions 0.72.0.2 and 0.93.1
2014-11-08 15:50:18 +01:00
Peter Simons
0271e44d25
haskell-QuickCheck: drop obsolete versions 1.2.0.0 1.2.0.1, 2.1.1.1, 2.4.0.1, 2.4.1.1, 2.4.2, 2.5.1.1, 2.6, and 2.7.5
2014-11-08 15:50:18 +01:00
Peter Simons
c6b48a1486
haskell-test-framework-quickcheck: drop obsolete package
2014-11-08 15:50:18 +01:00
Peter Simons
dc6e0d95ac
haskell-primitive: drop obsolete version 0.5.2.1
2014-11-08 15:50:18 +01:00
Peter Simons
d04ebcf64e
haskell-parsec: drop obsolete versions 2.1.0.1, 3.1.1, 3.1.2, and 3.1.3
2014-11-08 15:50:18 +01:00
Peter Simons
f19bddedcb
haskell-parallel: drop obsolete versions 1.1.0.1, 2.2.0.1, 3.1.0.1, and 3.2.0.2
2014-11-08 15:50:18 +01:00
Peter Simons
d3b2c3f46c
haskell-pandoc-citeproc: drop obsolete versions 0.4 and 0.5
2014-11-08 15:50:17 +01:00
Peter Simons
0ce19e1fd2
haskell-OpenGLRaw: drop obsolete versions 1.3.0.0 and 1.4.0.0
2014-11-08 15:50:17 +01:00
Peter Simons
1bcecaed5d
haskell-network: drop obsolete versions 2.2.1.4, 2.3.0.2, 2.3.0.5, 2.3.1.0, and 2.4.1.2
2014-11-08 15:50:17 +01:00
Peter Simons
49d273d548
haskell-mtl: drop obsolete versions 1.1.0.2, 2.0.1.0, 2.1.1, and 2.1.2
2014-11-08 15:50:17 +01:00
Peter Simons
b1aa6efc1a
haskell-MonadRandom: drop obsolete version 0.1.13
2014-11-08 15:50:17 +01:00
Peter Simons
e278868975
haskell-libsystemd-journal: re-generate expression with cabal2nix
2014-11-08 15:50:17 +01:00
Peter Simons
82aab38251
haskell-language-java: drop obsolete version 0.2.6
2014-11-08 15:50:16 +01:00
Peter Simons
3f7ccb4114
haskell-HUnit: drop obsolete versions 1.2.0.3, 1.2.2.1, 1.2.2.3, 1.2.4.2, 1.2.4.3, and 1.2.5.1
2014-11-08 15:50:16 +01:00
Peter Simons
a3c4b817a5
haskell-html: rename the expression file from 1.0.1.2.nix to default.nix
2014-11-08 15:50:16 +01:00
Peter Simons
cdaccfbad4
haskell-HTTP: drop obsolete versions 4000.0.6, 4000.0.9, 4000.1.1, 4000.1.2, 4000.2.1, 4000.2.2, 4000.2.3, 4000.2.5, and 4000.2.8
2014-11-08 15:50:16 +01:00
Peter Simons
e1af9e865d
haddock: drop obsolete versions 2.4.2, 2.7.2, 2.9.2, 2.9.4, 2.11.0, 2.12.0, 2.13.2, 2.13.2.1, 2.14.2, and 2.14.3
2014-11-08 15:50:16 +01:00
Peter Simons
57bdeaa375
alex: drop obsolete versions 2.3.1, 2.3.2, 2.3.3, 3.0.1, 3.0.2, and 3.0.5
2014-11-08 15:50:16 +01:00
Peter Simons
760e981266
haskell-src: drop obsolete versions 1.0.1.3, 1.0.1.4, and 1.0.1.5.nix
2014-11-08 15:50:15 +01:00
Peter Simons
c2e47bbb6d
haskell-hashable: drop obsolete version 1.1.2.5
2014-11-08 15:50:15 +01:00
Peter Simons
f7bb952d56
haskell-GLURaw: drop obsolete version 1.3.0.0
2014-11-08 15:50:15 +01:00
Peter Simons
103cf8e78a
haskell-GLUT: drop obsolete versions 2.1.1.2, 2.1.2.1, 2.1.2.2, 2.2.2.1, 2.3.1.0, and 2.4.0.0
2014-11-08 15:50:15 +01:00
Peter Simons
b6f913d41f
haskell-OpenGL: drop obsolete versions 2.2.1.1 2.2.3.0, 2.2.3.1, 2.4.0.2, 2.6.0.1, and 2.8.0.0
2014-11-08 15:50:15 +01:00
Peter Simons
66439fcb3d
haskell-fgl: drop obsolete versions 5.4.2.2, 5.4.2.3, 5.4.2.4, 5.5.0.0, and 5.5.0.1
2014-11-08 15:50:14 +01:00
Peter Simons
2b28fc73f9
haskell-extensible-exceptions: drop obsolete versions 0.1.1.0 0.1.1.2, 0.1.1.3, and 0.1.1.4
2014-11-08 15:50:14 +01:00
Peter Simons
78ccd47130
haskell-equivalence: drop obsolete version 0.2.3
2014-11-08 15:50:14 +01:00
Peter Simons
5e1bd2b508
haskell-editline: drop obsolete version 0.2.1.0
2014-11-08 15:50:14 +01:00
Peter Simons
350a6a014b
haskell-deepseq: drop obsolete versions 1.1.0.0 and 1.1.0.2
2014-11-08 15:50:14 +01:00
Peter Simons
f27adbed3c
haskell-convertible: drop obsolete version 1.0.11.1
2014-11-08 15:50:14 +01:00
Peter Simons
9c6be179b7
haskell-cgi: drop obsolete versions 3001.1.7.1 3001.1.7.2, 3001.1.7.3, 3001.1.7.4, and 3001.1.8.5
2014-11-08 15:50:13 +01:00
Peter Simons
0fd7525fb3
haskell-case-insensitive: drop obsolete version 1.1.0.3
2014-11-08 15:50:11 +01:00
Peter Simons
a88c077acc
haskell-Cabal: drop obsolete version 1.14.0
2014-11-08 15:49:13 +01:00
Vincent Laporte
aa2fd47e9d
Fixes ocamlscript
2014-11-08 14:28:38 +00:00
Domen Kožar
ba8e8ec8cf
fix ccnx build
2014-11-08 13:02:05 +01:00
Peter Simons
34c6c614fa
haskell-binary: drop obsolete version 0.6.1.0
2014-11-08 11:56:17 +01:00
Peter Simons
124e62d9d4
haskell-attoparsec: drop obsolete version 0.11.3.4
2014-11-08 11:55:26 +01:00
Peter Simons
a7b529d57e
haskell-async: drop obsolete version 2.0.1.3
2014-11-08 11:54:27 +01:00
Peter Simons
26e9ed86b5
haskell-aeson: drop obsolete version 0.7.0.6
2014-11-08 11:53:35 +01:00
Peter Simons
a2a9650037
Drop all obsolete versions of the Haskell Platform.
2014-11-08 11:52:22 +01:00
Nikolay Amiantov
cf4398cfde
distributed-process-platform: add haskell package
2014-11-08 11:47:05 +01:00
Nikolay Amiantov
a909a12c2d
rematch: add haskell package
2014-11-08 11:47:05 +01:00
Vincent Laporte
f895d68c90
ocaml-http: update from 0.1.3 to 0.1.5
2014-11-08 07:26:03 +00:00
Vincent Laporte
2f38372f73
ocamlnet: update from 3.7.6 to 3.7.7
2014-11-08 07:19:40 +00:00
Arseniy Seroka
106740fe2c
Merge pull request #4882 from abbradar/folly
...
Folly: add package
2014-11-08 04:12:11 +03:00
Arseniy Seroka
9551b3eaf4
Merge pull request #4883 from abbradar/boost-process
...
boost_process: add package
2014-11-08 04:11:52 +03:00
Nikolay Amiantov
761fdd440d
folly: add package
2014-11-08 03:48:54 +03:00
Arseniy Seroka
da140fb27a
Merge pull request #4885 from abbradar/libxls
...
libxls: add package
2014-11-08 03:14:43 +03:00
Arseniy Seroka
4306ebed91
Merge pull request #4884 from abbradar/xlslib
...
xlslib: add package
2014-11-08 03:14:21 +03:00
Arseniy Seroka
48de2b0de5
Merge pull request #4879 from abbradar/cppzmq
...
cppzmq: add package
2014-11-08 02:58:48 +03:00
Nikolay Amiantov
2f10e17cd7
cppzmq: add package
2014-11-08 02:57:34 +03:00
Nikolay Amiantov
0b0a50e39a
boost_process: add package
2014-11-08 02:56:21 +03:00
Nikolay Amiantov
3978aca354
libiberty: add package
2014-11-08 02:54:41 +03:00
Peter Simons
6d51e33197
Merge pull request #4880 from abbradar/text-binary
...
text-binary: add haskell package
2014-11-08 00:48:02 +01:00
Nikolay Amiantov
5ce584f81c
text-binary: add haskell package
2014-11-08 02:31:52 +03:00
Peter Simons
5be65c8cc6
Merge pull request #4868 from sjmackenzie/new-pkg-ccnx
...
new package: ccnx
2014-11-08 00:29:52 +01:00
Nikolay Amiantov
bb84431ff4
xlslib: add package
2014-11-08 02:29:37 +03:00
Nikolay Amiantov
3a97bf9ea5
libxls: add package
2014-11-08 02:28:17 +03:00
Nikolay Amiantov
064af53063
double_conversion: add package
2014-11-08 02:26:46 +03:00
Peter Simons
ee0ca353f2
haskell-fixed-vector: add version 0.7.0.0
2014-11-07 23:22:27 +01:00
Peter Simons
484b26569a
ghc-head: update to version 7.9.20141106
2014-11-07 23:22:27 +01:00
Peter Simons
a93512d71f
hasktags: jailbreak to fix build with latest 'json'
2014-11-07 23:22:27 +01:00
Peter Simons
f9db7db531
haskell-keter: update to version 1.3.5.1
2014-11-07 23:22:27 +01:00
Peter Simons
77944a0df4
haskell-thyme: update to version 0.3.5.4
2014-11-07 23:22:27 +01:00
Peter Simons
ac8c970b95
haskell-snaplet-redis: update to version 0.1.4.1
2014-11-07 23:22:27 +01:00
Peter Simons
6162ff4bd1
haskell-shell-conduit: update to version 4.4
2014-11-07 23:22:27 +01:00
Peter Simons
61862a1959
haskell-pipes-text: update to version 0.0.0.13
2014-11-07 23:22:27 +01:00
Peter Simons
54eee510ec
haskell-pipes-shell: update to version 0.1.3
2014-11-07 23:22:27 +01:00