Arseniy Seroka
5e5e6e6685
Merge pull request #5683 from garrison/julia-v0.3.5
...
julia: 0.3.3 -> 0.3.5
2015-01-10 10:34:08 +03:00
Arseniy Seroka
7c7d86327a
Merge pull request #5669 from DamienCassou/msmtp-1.6.1
...
Update msmtp to 1.6.1
2015-01-10 10:31:14 +03:00
Arseniy Seroka
96e94d0e07
Merge pull request #5657 from wyvie/pgadmin
...
pgadmin3 version
2015-01-10 10:30:32 +03:00
Jim Garrison
04729dd26a
julia: 0.3.3 -> 0.3.5
2015-01-09 22:50:27 -08:00
Shea Levy
6e008f05ab
haskellng: Get amazonka family building
...
amazonka-0.0.7 is broken, so I also updated hackage-packages after
applying NixOS/cabal2nix#119 .
2015-01-09 19:03:27 -05:00
William A. Kennington III
db62c43a45
389-ds-base: Fix perl scripts
2015-01-09 15:01:30 -08:00
William A. Kennington III
d3940e0542
NetAddrIP: 4.072 -> 4.075
2015-01-09 15:01:30 -08:00
William A. Kennington III
b5e03ce6a6
MozillaLdap: Add derivation
2015-01-09 15:01:30 -08:00
Shea Levy
60fec84379
Disable split testsuite on 7.10
2015-01-09 17:02:42 -05:00
Shea Levy
dd558e0baa
Disable old-locale for aeson on 7.10
...
@peti why does hackage2nix enable that flag anyway?
2015-01-09 16:24:38 -05:00
John Wiegley
753539800e
coqPackages.fiat: enable building the examples as a test
2015-01-09 15:20:17 -06:00
Shea Levy
69f5738668
attoparsec: Fix build for 7.10
2015-01-09 16:18:16 -05:00
Shea Levy
4d325bcede
haskellng: bump text-icu
...
Taken from d2566a190e
2015-01-09 15:55:22 -05:00
Shea Levy
473b0d9535
Revert "hackage-packages.nix: Update to 2015/01/09-20:00 UTC"
...
For some reason this set a lot of native dependencies to null. I'll just
take the text-icu bump by itself for now.
@peti how am I meant to use hackage2nix?
This reverts commit d2566a190e
.
2015-01-09 15:53:35 -05:00
John Wiegley
443301ec8c
coqPackages.fiat: correct installation directory
2015-01-09 14:21:08 -06:00
John Wiegley
2aec1b0f31
coqPackages.fiat: new expression
2015-01-09 14:07:39 -06:00
Shea Levy
d2566a190e
hackage-packages.nix: Update to 2015/01/09-20:00 UTC
...
Needed text-icu bump
2015-01-09 15:03:42 -05:00
Shea Levy
b1c3c3276d
Miscellaneous ghcHEAD fixes
2015-01-09 14:57:39 -05:00
Domen Kožar
dbbd849ce8
openssl: 1.0.1j -> 1.0.1k
...
(cherry picked from commit 70a7d4bd16
)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-09 20:22:02 +01:00
Shea Levy
93b75f6284
ghc-ng-7.10: More doctest fixes
2015-01-09 14:07:36 -05:00
William A. Kennington III
fe9529ae3f
389-ds-base: Fix build
2015-01-09 11:05:31 -08:00
Peter Simons
adf0a891be
haskell-configuration-ghc-7.9.x: add a couple of overrides to disable failing test suites (mostly doctest)
2015-01-09 19:55:25 +01:00
Peter Simons
2761c63bcf
configuration-ghc-7.9.x: GHC 7.10.1-rc1 can build Haddock documentation, but it cannot build Hoogle files
2015-01-09 19:55:25 +01:00
Peter Simons
2f2f767813
haskell-generic-builder: allow selective enabling/disabling of the --hoogle flag to Haddock
2015-01-09 19:55:25 +01:00
William A. Kennington III
90a641310c
net-snmp: Don't propagate openssl as this may break builds
...
Instead, explicility specify openssl during configuration which forces
the builder to include -L${openssl}/lib whenever linking against
net-snmp libraries.
2015-01-09 10:40:29 -08:00
William A. Kennington III
15e7acd0cf
cyrus-sasl: Explicitly define the openssl path
...
cyrus-sasl static libraries require linked binaries to pull in openssl
via -lcrypto and -lssl. This is problematic because it does not specify
-L${openssl}/lib when not explcitly configure to do so. This patch
forces cyrus-sasl to add -L${openssl}/lib to the static libraries which
propagates the openssl library path to linked binaries.
2015-01-09 10:40:29 -08:00
Michael Raskin
e67bb36821
Work around buildEnv sometimes deciding to make bin a symlink
2015-01-09 21:40:06 +03:00
Shea Levy
ad632cc9c8
utf8-string has too string base upper bound
2015-01-09 13:38:34 -05:00
Shea Levy
119f5baa22
Fix transformers-compat on 7.10-ng
2015-01-09 13:33:10 -05:00
Peter Simons
38e2e8702c
ghcWithPackages: call this derivation exactly like the compiler it's based on
...
Furthermore, export "name" and "version" attributes that match those of the
underlying compiler. These changes make a ghcWithPackages-generated wrapper
look exactly like a normal GHC derivation and it can be used anywhere in
Nixpkgs where a normal GHC would be used.
2015-01-09 19:30:14 +01:00
Peter Simons
96ae5d58bf
haskell-configuration-ghc-7.9.x: steal a working jailbreak-cabal binary from the 7.8.4 package set to alleviate the effects of https://github.com/peti/jailbreak-cabal/issues/3
2015-01-09 19:17:59 +01:00
Michael Raskin
1e659694c5
Fix the download link --- reported by Karn Kallio
2015-01-09 20:26:57 +03:00
Damien Cassou
d4def5a073
Update msmtp to 1.6.1
2015-01-09 18:13:45 +01:00
Jos van den Oever
ad2a2c0986
Better description for calligra. Closes #5666 .
...
It now names the applications so they can be found more easily.
2015-01-09 19:03:15 +02:00
William A. Kennington III
942e179974
heimdal: Correct the openssl dependency
2015-01-09 09:01:46 -08:00
lethalman
5bc68e1a0e
Merge pull request #5656 from nckx/boxfs2
...
Add boxfs: FUSE file system for box.com accounts
2015-01-09 15:39:02 +01:00
Peter Simons
4cf52df32e
Merge pull request #5663 from ryantrinkle/fix-cabal-js
...
Use Cabal_1_22_0_0 instead of Cabal_HEAD in cabalJs
2015-01-09 15:33:03 +01:00
Ryan Trinkle
20710afb46
Use Cabal_1_22_0_0 instead of Cabal_HEAD in cabalJs
...
Cabal_HEAD no longer exists. When Cabal_1_22_0_0 or later becomes the default, this should be updated again to point to Cabal
2015-01-09 08:29:56 -05:00
Peter Simons
90b8267e7b
Merge pull request #5662 from krisajenkins/case-fix
...
Correcting some non-camel-cased haskell-packages entries.
2015-01-09 14:17:20 +01:00
Peter Simons
e3d751ffae
Merge pull request #5659 from mpickering/master
...
Update haskell package slack-api to 0.2.1
2015-01-09 14:16:41 +01:00
Georges Dubus
74f15178b1
racer: updated to last git master
2015-01-09 14:16:04 +01:00
Peter Simons
12c5a49933
Merge pull request #5651 from dysinger/purescript-0.6.3
...
purescript release 0.6.3
2015-01-09 14:13:09 +01:00
Kris Jenkins
63951837e7
Correcting some non-camel-cased haskell-packages entries.
2015-01-09 12:50:30 +00:00
Matthew Pickering
8052679559
Update haskell package slack-api to 0.2.1
2015-01-09 12:34:23 +00:00
wyvie
6bb9295288
pgadmin3 version
2015-01-09 14:30:41 +03:00
Vincent Laporte
310623ad6c
Addg ocaml-uri
...
RFC3986 URI parsing library for OCaml
Homepage: https://github.com/mirage/ocaml-uri
2015-01-09 10:28:36 +01:00
Tobias Geerinckx-Rice
bec3dd5dd5
Add boxfs: FUSE file system for box.com accounts
2015-01-09 10:24:18 +01:00
lethalman
3b3839e6ea
Merge pull request #5653 from nckx/mp3fs
...
Add mp3fs: FUSE FS that transparently transcodes to MP3
2015-01-09 09:52:01 +01:00
Bjørn Forsman
e90d316f19
graphviz: patch vimdot to lookup 'vim' in $PATH
...
Without this it tries to run /usr/bin/vim. Patch is already accepted
upstream.
2015-01-09 07:11:48 +01:00
Tobias Geerinckx-Rice
8e5b02d847
Add mp3fs: FUSE FS that transparently transcodes to MP3
2015-01-09 04:49:18 +01:00