Maurizio De Santis
5bcd29466e
ruby: add 2.2.0 package
2015-01-10 19:25:37 +01:00
Maurizio De Santis
369f04ac96
ruby: update RVM patchsets
2015-01-10 19:25:12 +01:00
Peter Simons
7e2f1493b7
haskell-ng: update to jailbreak-cabal 1.2, which supports Cabal 1.22.x now
2015-01-10 18:50:49 +01:00
Shea Levy
e4c9a521ef
haskellng: remove amazonka patches.
...
New amazonka was released.
@peti Long-term, is there a way to have hackage2nix warn about patched
packages?
2015-01-10 11:35:25 -05:00
Peter Simons
11ac18a6e6
haskell-ng: update cabal2nix snapshot
2015-01-10 15:55:47 +01:00
Peter Simons
89b5d9ee14
haskell-generic-builder: add an 'env' attribute to every Haskell expression that can be used with nix-shell to create an interactive build environment for this package
...
For example:
nix-shell --pure ~/.nix-defexpr -A haskell-ng.packages.ghc784.hsdns.env
2015-01-10 15:55:47 +01:00
Peter Simons
f36973ce83
haskell-ng: Make ghcWithPackages available as ghc.withPackages, too.
2015-01-10 15:55:47 +01:00
Peter Simons
afca6145d4
haskell-generic-builder: simplify "package.conf.d" management
...
The builder creates a temporary package.conf.d database in $TMP that
contains everything required to build the current package (i.e. the
transitive closure of the package's propagated build inputs). These
files are no longer installed, however, we just install the package.conf
file for the package we're actually building. This means that
package.conf.d directory in $out won't have collisions anymore, which
simplifies the with-packages-wrapper.nix a bit.
2015-01-10 15:55:47 +01:00
Peter Simons
fa27f2af5b
hackage-packages.nix: rebuild from Hackage 2015-01-10T13:56:15+0100
2015-01-10 15:55:47 +01:00
Peter Simons
cbca401a04
configuration-ghc-7.9.x: fix license attribute for doctest override
2015-01-10 15:55:46 +01:00
Moritz Ulrich
7aca9db47d
dfu-programmer: Update to 0.7.1.
2015-01-10 14:41:11 +01:00
Moritz Ulrich
85dc90565f
leiningen: Update to 2.5.1.
2015-01-10 14:38:45 +01:00
Georges Dubus
4067b5bff4
racer: fixed version
2015-01-10 14:25:54 +01:00
Vincent Laporte
571e196aba
getdata: update from 0.8.5 to 0.8.6
2015-01-10 14:19:07 +01:00
Peter Simons
2d83ff9f3e
haskell-configuration-ghc-7.9.x: use current Git HEAD of doctest to fix lots of test suites
2015-01-10 11:31:04 +01:00
Peter Simons
60ecd42514
haskell-ng: add current Git version of cabal2nix to the package set
...
nix-env -iA haskellPackages.cabal2nix ==> 1.x branch
nix-env -iA haskellngPackages.cabal2nix ==> 2.x branch
2015-01-10 11:31:04 +01: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
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
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
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
William A. Kennington III
942e179974
heimdal: Correct the openssl dependency
2015-01-09 09:01:46 -08:00
Aaron Levin
b964fd3cdc
Bump version of vinyl to 0.5
2015-01-09 11:56:49 -05: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
Moritz Maxeiner
56fe81a2e6
seafile: update client, ccnet, libsearpc and shared
2015-01-09 13:37:44 +01:00
Matthew Pickering
8052679559
Update haskell package slack-api to 0.2.1
2015-01-09 12:34:23 +00: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
Tim Dysinger
61edf184e7
purescript release 0.6.3
2015-01-09 00:27:33 +00:00
Michael Raskin
9438fa4d3f
Add haskellPackages.unique
2015-01-09 03:21:38 +03:00
Peter Simons
50b2fab866
Merge pull request #5646 from mpickering/master
...
Add psqueues and slack-api haskell packages
2015-01-08 21:41:41 +01:00
Peter Simons
615787e6da
haskell-cabal2nix: update to version 1.73
2015-01-08 20:17:04 +01:00
Matthew Pickering
11576bcc93
Haskell: Add psqueues library
2015-01-08 18:30:38 +00:00
Matthew Pickering
e7cfdfbf8d
Add slack-api haskell package
2015-01-08 18:30:38 +00:00
Peter Simons
388848fa9f
haskell-configuration-ghc-7.8.x: various build fixes
...
- mtl-2.2.x needs transformers 0.4.x.
- time-1.5.x can't build its test suite.
- provide deep overrides for amazonka-* stuff to build with GHC 7.8.x
2015-01-08 18:50:19 +01:00
Peter Simons
3c8b33eee4
haskell-modules: implement overrideScope method for deep overriding
...
deepOverride turns out to be completely unfeasible for non-trivial overrides.
Nix evaluates for an eternity, and then comes back saying:
Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
nix-instantiate killed by signal 6
The hand-written deep-override, on the other hand, performs the job in a
fraction of a second, no problem.
All bow to Russell O'Connor!
2015-01-08 18:50:19 +01:00
Peter Simons
d737d463c6
hackage-packages.nix: update from Hackage 2015-01-08T16:50:56+0100
...
This update also brings monad-control version 1.x by default, and some
additional (older) versions of the amazonka package family.
2015-01-08 18:50:19 +01:00
rejuvyesh
c40a98b02b
Update hledger, hledger-lib and hledger-web to 0.24
2015-01-08 20:22:58 +05:30
Shea Levy
5cb62016a5
Revert "Add amazonka, amazonka-core, amazonka-cloudwatch haskell packages"
...
Unnecessary change to the haskell packages infrastructure, will move
this to haskellng packages.
This reverts commit 0f04707953
.
2015-01-08 09:38:47 -05:00
Peter Simons
c023a2778c
Merge pull request #5641 from teh/master
...
Fix elm-reactor.
2015-01-08 15:18:54 +01:00
Tom Hunger
b32df8f6a7
Fix elm-reactor.
...
The elm-reactor setup.hs file tries to build an elm file that's not
distributed in the cabal archive. The archive contains the
already-compiled js file so the step is unnecessary and I'm patching
it out.
2015-01-08 14:12:20 +00:00
lethalman
908c47b281
Merge pull request #5550 from abbradar/fprintd
...
add fprintd support
2015-01-08 14:58:22 +01:00
lethalman
1e46e8a964
Merge pull request #5567 from ktosiek/test-kitchen
...
Add test-kitchen gem, with plugins for Ansible and Vagrant
2015-01-08 14:56:55 +01:00
Nikolay Amiantov
30cd59667b
libfprint: add git version with patch for vfs5011
2015-01-08 16:42:37 +03:00
lethalman
174184ccc1
Merge pull request #5621 from prikhi/add-workrave
...
Add Workrave, an RSI prevention app
2015-01-08 14:41:29 +01:00
Peter Simons
197e7672e6
haskell-configuration-ghc-7.9.x: improve configuration to fix some builds
2015-01-08 13:46:47 +01:00
Peter Simons
0811375a69
haskell-configuration-common: cosmetic
2015-01-08 13:46:47 +01:00
lethalman
7665a97d06
Merge pull request #5601 from robberer/tmp1
...
php: add optional ZTS support and new PECL module pthreads
2015-01-08 13:22:08 +01:00
Georges Dubus
a9dc59992d
Merge pull request #5636 from Ericson2314/master
...
Misc cleanups of rustc and cargo packaging
2015-01-08 13:17:07 +01:00
Vincent Laporte
b6f8d1f6d5
Adds ocaml-stringext
...
Extra string functions for OCaml
Homepage: https://github.com/rgrinberg/stringext
2015-01-08 11:23:19 +01:00
Austin Seipp
ec61a9ea5a
nixpkgs: coccinelle 1.0.0-rc15 -> 1.0.0-rc23, and adopt
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-08 04:16:14 -06:00
John Ericson
8d96df76b9
cargo: common.nix now only contains version-agnostic bits
2015-01-08 08:38:20 +00:00
John Ericson
d47f443866
rustc: Cleanup HEAD and 0.12 derivations
...
Hopefully they are now easier to maintain.
2015-01-08 08:37:43 +00:00
John Ericson
f7092bb9d8
rustcMaster: Missing paren in error message
2015-01-08 08:22:56 +00:00
Benjamin Saunders
f012dc3216
libuv: add v1.2.0
2015-01-07 20:56:31 -08:00
Benjamin Saunders
1f80c4cb2d
libuv: update to new repository location
2015-01-07 20:56:06 -08:00
William A. Kennington III
3e931d40d7
openjdk-darwin: Add missing home passthru
2015-01-07 15:02:14 -08:00
Peter Simons
c1c0b4bbfd
ghc: bump HEAD compiler to 7.10.1-rc1
2015-01-07 23:58:23 +01:00
William A. Kennington III
406fefdf83
icedtea_web: Cleanup java home
2015-01-07 14:55:41 -08:00
William A. Kennington III
238f4d1652
jdkPath: Remove in favor of jdk.home
2015-01-07 14:55:41 -08:00
William A. Kennington III
c82410eeda
java: Normalize to the default jre / jdk
2015-01-07 14:55:41 -08:00
William A. Kennington III
bbc4262514
java: Add home passthru
2015-01-07 14:55:41 -08:00
Peter Simons
54baa53df1
Say hello to our brand-new Haskell infrastructure.
2015-01-07 23:45:21 +01:00
Eduard Bachmakov
82b55b9c78
libva-intel-driver: 1.3.2 -> 1.5.0
...
Close #5502 .
2015-01-07 22:48:41 +01:00
Eduard Bachmakov
82f62af38e
libva: 1.3.1 -> 1.5.0
2015-01-07 22:48:40 +01:00
Michael Raskin
5b77abfbe4
Unmark haskellPackages.ipprint as broken
2015-01-08 00:37:12 +03:00
Peter Simons
c827471185
ihaskell-wrapper: adapt so that it evaluates with the new Haskell infrastructure
2015-01-07 22:21:23 +01:00
Ricardo M. Correia
e78763da0d
rustcMaster: Rust's install script now installs the docs
2015-01-07 17:32:42 +01:00
Michael Raskin
4bbfa27e5c
Make the Darwin fix in zlib keep Linux hash
2015-01-07 18:23:18 +03:00
Vincent Laporte
4e382bce7e
Adds ocaml-re
...
Re is a regular expression library for OCaml.
Homepage: https://github.com/ocaml/ocaml-re
2015-01-07 14:15:10 +01:00
Karn Kallio
691b047cfb
mercury: Update to 14.01.1
2015-01-07 12:56:59 +01:00
Eelco Dolstra
37ac9deb3d
Revert "php: Update to 5.4.36"
...
This reverts commit e7d4d39c6e
. The
build fails in a chroot because it tries to download a PEAR from the
network:
http://hydra.nixos.org/build/18517333
2015-01-07 12:53:01 +01:00
Eelco Dolstra
e7d4d39c6e
php: Update to 5.4.36
...
CVE-2014-8142
2015-01-07 11:36:01 +01:00
Pavan Rikhi
a6e9175b6d
gdome2: fix expression
2015-01-07 02:15:26 -05:00
Pavan Rikhi
5a228d4b4c
ocaml lablgtkmathview: mark as broken
2015-01-07 02:15:26 -05:00
Ricardo M. Correia
e43cde6a6c
rustcMaster: Update from 0.13.0-pre-2763-g6366631 -> 0.13.0-pre-3497-g6539cb4
2015-01-07 05:50:40 +01:00
Ricardo M. Correia
9ad3f0ed7e
cargoSnapshot: Update from 2014-12-21 -> 2014-12-30
2015-01-07 05:50:17 +01:00
John Wiegley
f8bd5bb401
zlib: on darwin, correctly set the RPATH for libzlib
2015-01-06 14:52:58 -06:00
Shea Levy
0f04707953
Add amazonka, amazonka-core, amazonka-cloudwatch haskell packages
...
Required adding a deep override mechanism to haskell packages
2015-01-06 14:42:37 -05:00
Brendan Long
8c3399f4d8
go: Update to 1.4
2015-01-06 13:31:02 -06:00
William A. Kennington III
50469c1511
libtirpc: 0.2.4 -> 0.2.5
2015-01-06 11:27:48 -08:00
Peter Simons
90f20fa41d
Merge pull request #5610 from sivteck/machines
...
Update haskell machines-io and machines-directory libraries
2015-01-06 20:01:41 +01:00
Sivaram Balakrishnan
f8f5627085
Update haskell machines-io and machines-directory libraries
...
Signed-off-by: Sivaram Balakrishnan <sivaram1992@gmail.com>
2015-01-06 23:59:15 +05:30
Michael Raskin
6d74aacbea
Pass sqlite to webkitgtk --- fails to configure otherwise
2015-01-06 19:34:30 +03:00
aszlig
e957d71680
heimdal: Move openssh to propagatedBuildInputs.
...
A few more libraries were switched to using the kerberos attribute
instead of krb5 in 5fe7439
. So those libraries are now built against
heimbal instead of MIT kerberos.
One of those libraries is libtirpc, which results in the following build
output:
http://hydra.nixos.org/build/18423661/nixlog/1/raw
The reason for this is, that "pkgconfig --libs" of heimdal lists
-lcrypto (which is part of OpenSSL), which is not propagated to
libtirpc.
See here (lines wrapped with backslash at the end of line):
$ nix-shell -p heimdal pkgconfig --command 'pkg-config --libs heimdal-gssapi'
-L/nix/store/cxjkl33j0mb4ilffaijl7gschbjzfv35-heimdal-1.5.3/lib -lgssapi \
-lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lwind -lroken -lcrypt \
-ldl -lresolv -pthread
Versus using MIT kerberos:
$ nix-shell -p krb5 pkgconfig --command 'pkg-config --libs krb5'
-L/nix/store/91vyw8yn89qnv8m8b35kgc4c4v7zp9as-krb5-1.13/lib -lkrb5 \
-lk5crypto -lcom_err
So the latter only lists libraries that are part of krb5 itself.
By adding openssh to propagatedBuildInputs, we should be able to build
any package that depends on either krb5/heimdal without any missing
dependencies.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-06 17:11:16 +01:00
Michael Raskin
bc159cc816
Update botan and fix the build
2015-01-06 18:47:02 +03:00
Oliver Charles
302f056f91
haskellPackages.nonEmpty: New expression
2015-01-06 15:05:24 +00:00
John Wiegley
ce59dec5bb
python34: as a workaround, explicitly set MACOSX_DEPLOYMENT_TARGET
...
Otherwise, it crashes with a segfault while running the tests.
2015-01-06 09:56:08 -05:00
John Wiegley
fd26805059
sqsh: remove trailing whitespace in the Nix file
2015-01-06 09:56:08 -05:00
John Wiegley
19956bd328
ccache: remove assertion that allows building only on Linux
2015-01-06 09:56:07 -05:00
John Wiegley
f570f9722f
libsoup: always add sqlite as a build dependency
...
Also, conditionalize --without-gnome
2015-01-06 09:56:07 -05:00
Longrin Wischnewski
ef3a755c1f
php: add optional ZTS support and new PECL module pthreads
2015-01-06 12:08:47 +00:00
Dmitry Malikov
532da23aaf
haskellPackages.xmonadScreenshot: bump to 0.1.1.0
2015-01-06 14:07:31 +03:00
Karn Kallio
19cd862a6d
pakcs: advance version 1.11.3 to 1.11.4, also fixing the build.
2015-01-06 11:15:48 +01:00
Vincent Laporte
8bc3314699
ocaml-lambda-term: adds dependency to camlp4
2015-01-06 11:05:30 +01:00
Peter Simons
d7798d1b8b
Merge pull request #5590 from jmwoehr/classy-prelude-yesod
...
New Haskell package: classy-prelude-yesod
2015-01-05 20:37:15 +01:00
Peter Simons
0c99319efe
Merge pull request #5591 from dmalikov/master
...
haskellPackages.xmonadScreenshot: add 0.1.0.0
2015-01-05 20:36:30 +01:00
Peter Simons
dc70244447
Update HEAD versions of Cabal and cabal-install version to 1.22.0.0.
2015-01-05 18:39:19 +01:00
Peter Simons
a1c1be46e1
haskell-ghc-mod: update to version 5.2.1.2
2015-01-05 18:39:19 +01:00
Dmitry Malikov
712186fa43
haskellPackages.xmonadScreenshot: add 0.1.0.0
2015-01-05 19:48:05 +03:00
Peter Simons
88de70ebd4
Merge pull request #5585 from jraygauthier/diagrams-builder
...
Add haskell diagrams-builder package and its wrapper.
2015-01-05 12:52:08 +01:00
Peter Simons
d458e93758
Merge pull request #5584 from jmwoehr/yesod-newsfeed
...
New Haskell package: yesod-newsfeed
2015-01-05 12:51:23 +01:00
aszlig
0d12020a3f
Merge pull request #5582 from devhell/profanity.
...
This add profanity and dependencies and a few cleanups from me for the
profanity package expression.
Thanks to @devhell and apologies for pestering him with my nitpicking.
* Commit summary:
profanity: Add option for autoAwaySupport.
profanity: Clean up package expression file.
profanity: Add libnotifySupport config option
all-packages: Add libnotify option to profanity
profanity: Add "platforms" meta information
profanity: Add libXScrnSaver and libX11 buildInputs
libstrophe: Add "platforms" meta information
libstrophe: Fix typo
profanity: Add profanity, a ncurses XMPP client
libstrophe: Add new package
2015-01-05 08:33:11 +01:00
Raymond Gauthier
bbed7f95cd
Add haskell diagrams-builder package and its wrapper.
2015-01-04 21:53:44 -05:00
Michael Raskin
ba574e54c5
Add haskellPackages.reverse-apply
2015-01-05 03:03:30 +03:00
Jordan Woehr
bac9085ba9
New Haskell package: yesod-newsfeed
2015-01-04 15:37:42 -07:00
dev.hell
6ba674911f
libstrophe: Add "platforms" meta information
2015-01-04 22:37:16 +00:00
Jordan Woehr
8179cd52ee
New Haskell package: classy-prelude-yesod
2015-01-04 15:22:04 -07:00
dev.hell
b89b6d1599
libstrophe: Fix typo
2015-01-04 22:13:36 +00:00
dev.hell
ee36ef9891
libstrophe: Add new package
...
This adds libstrophe as a dependency to the profanity XMPP client.
2015-01-04 21:04:43 +00:00
Peter Simons
8d1167f02a
haskell-liquid-fixpoint: re-generate with cabal2nix
2015-01-04 20:56:50 +01:00
Domen Kožar
f2b01a662d
fix tarball job, fixes #5559
2015-01-04 13:58:46 +01:00
Tomasz Kontusz
decc019220
Add test-kitchen gem, with plugins for Ansible and Vagrant
...
test-kitchen is a framework for testing Configuration Management scripts.
2015-01-04 02:06:06 +01:00
Franz Pletz
261e31c186
t1lib: Use metalab mirrors ( close #5552 )
2015-01-03 21:59:57 +01:00
aszlig
c08a49bffc
go: Remove explicitly adding libgcc_s.so.
...
As of 65221567c1
, it's no longer needed.
This is part of an attempt to fix nixpkgs tarball evaluation.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:39:31 +01:00
aszlig
f4edebfa12
gettext: Check for existence of stdenv.ccCross.
...
Should only affect cross-builds, however I didn't test whether
cross-building gettext actually works. But if it's broken now, it was
broken before as well and this at least unbreaks the non-cross-built
nixpkgs tarball job :-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:27:41 +01:00
aszlig
840f9b419c
glib-tested: Remove explicitly adding libgcc_s.so.
...
As of 65221567c1
, it's no longer needed.
Also, this is one of the packages that has caused the tarball evaluation
to fail for freebsd targets, so I guess it's twice a reason to remove
it.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:18:42 +01:00
Nikolay Amiantov
7452a03ba9
libfprint: add package
2015-01-03 19:50:40 +03:00
aszlig
772cff097e
loudmouth: Apply digest auth fix from Arch Linux.
...
Digest authentication otherwise won't work with MCabber, no matter
whether it's SHA1 or MD5.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Tested-by: devhell <"^"@regexmail.net>
2015-01-03 17:40:08 +01:00
John Wiegley
783e27e32a
pycrypto: preConfigure patch ups
2015-01-03 07:53:08 -05:00
John Wiegley
70befe1df1
serf: add change for the lack of kerberos on darwin
2015-01-03 07:53:07 -05:00
John Wiegley
a8ea864ff2
mpfr: add gmp to LDFLAGS
2015-01-03 07:53:07 -05:00
John Wiegley
bdf18c1044
adns: on darwin, patch the library with install_name_tool
2015-01-03 07:53:07 -05:00
John Wiegley
79b214ef95
ats, ats2: refine supported platforms to linux
2015-01-03 07:53:06 -05:00
William A. Kennington III
449e2b4afb
ntdb: Add derivation
2015-01-02 17:22:37 -08:00
William A. Kennington III
a32175d04f
ctdb: Add derivation
2015-01-02 17:22:37 -08:00
William A. Kennington III
257b2ae888
ldb: Update dependency list
2015-01-02 17:22:37 -08:00
William A. Kennington III
8eb6d05170
tdb: Update dependency list
2015-01-02 17:22:37 -08:00
William A. Kennington III
0a03d675a9
talloc: Update dependency list
2015-01-02 17:22:37 -08:00
William A. Kennington III
7fd69d9f8d
tevent: Update dependency list
2015-01-02 17:22:37 -08:00
William A. Kennington III
bd0567ecd4
heimdal: Build hcrypto for depdendant applications
2015-01-02 17:22:37 -08:00
William A. Kennington III
40e433f6ff
iniparser: 3.0b -> 3.1
2015-01-02 17:22:36 -08:00
Peter Simons
4e7eb5c538
haskell-intern: re-generate with cabal2nix
2015-01-03 00:24:48 +01:00
Peter Simons
34ed92c995
liquidhaskell: re-generate with cabal2nix
2015-01-03 00:24:48 +01:00
John Wiegley
8dd9fd7b20
haskellPackages.intern: new expression
2015-01-02 15:32:21 -06:00
John Wiegley
f742da0a31
liquidhaskell: new expression
2015-01-02 15:29:01 -06:00
William A. Kennington III
ab18f1509a
gperftools: 2.2.1 -> 2.3
2015-01-02 10:47:41 -08:00
William A. Kennington III
085f7e2d42
ldb: 1.1.18 -> 1.1.19
2015-01-02 10:43:55 -08:00
William A. Kennington III
a909b4f58a
tdb: 1.3.3 -> 1.3.4
2015-01-02 10:43:55 -08:00
William A. Kennington III
9a56a86f5e
libu2f-host: 0.0.1 -> 0.0.2
2015-01-02 10:43:54 -08:00
William A. Kennington III
ffee9f6a92
nss: Fix gentoo patch to specify library path in nss.pc
2015-01-02 00:24:49 -08:00
William A. Kennington III
c66cc0719f
heimdal: Fix spacing
2015-01-02 00:24:49 -08:00
Vincent Laporte
0ed2a253f1
Adds hop 2.5.1
...
HOP is a multi-tier programming language for the Web 2.0 and the
so-called diffuse Web.
Homepage: http://hop.inria.fr/
2015-01-02 00:01:40 +01:00
Vincent Laporte
5d36f5831c
bigloo: propagate gmp build input
2015-01-01 23:55:30 +01:00
Peter Simons
9b8ff2f5f2
Update Cabal to version 1.20.0.3 and cabal-install to version 1.20.0.6.
2015-01-01 23:07:41 +01:00
Peter Simons
493067d4bd
haskell-HsOpenSSL: update to version 0.11.1
2015-01-01 23:07:41 +01:00
Peter Simons
90912aab74
haskell-HaTeX: update to version 3.16.0.0
2015-01-01 23:07:41 +01:00
Peter Simons
e30a2d6a0b
haskell-webkitgtk3: re-generate with cabal2nix
2015-01-01 23:07:41 +01:00
Peter Simons
735436c0c1
elm-make: re-generate with cabal2nix
2015-01-01 23:07:41 +01:00
Peter Simons
37ae6de95d
s6: don't depend on GNU Make 4.0
...
The website gives no indication that version 4.x is required to build
this package, and even it if were, then there should be an override in
all-packages.nix instead of referring to the 'gnumake40' attribute
directly in this expression.
2015-01-01 20:36:58 +01:00
Peter Simons
ac55bb22be
gnumake: add version 4.1
2015-01-01 20:36:58 +01:00
Bjørn Forsman
e4dd2dcad4
libsigrok: install missing firmware files
...
Without this, hardware that requires firmware (e.g. Saleae Logic) is
unuseable.
Example error that this fixes:
sr: ezusb: Unable to open firmware file /nix/store/rqgppsz3gwy8jailflf3049fzyzrgkdb-libsigrok-0.3.0/share/sigrok-firmware/fx2lafw-saleae-logic.fw for reading: No such file or directory
sr: fx2lafw: Firmware upload failed for device 0.
2015-01-01 20:04:49 +01:00
Peter Simons
e0def54ca4
Merge pull request #5513 from k0ral/webkitgtk3
...
New haskell package: webkitgtk3
2015-01-01 19:50:16 +01:00
Peter Simons
0a0965f2ac
elm-reactor: mark broken
...
http://hydra.cryp.to/build/297517/nixlog/2/raw
2015-01-01 18:15:50 +01:00
Peter Simons
f5f3c5b5f6
haskell-hask: mark broken
...
http://hydra.cryp.to/build/298269/nixlog/1/raw
2015-01-01 18:14:55 +01:00
Michael Raskin
3ee63790df
Using the OpenJDK currency date patch for icedtea
2015-01-01 15:45:35 +01:00
Raffael Mancini
7aef1f02aa
ipopt: fix build after minor gcc update ( close #5519 )
...
The configure script only checks for a specific version to enable a fix in
finding cstdlib and cstring.
2015-01-01 15:45:35 +01:00
William A. Kennington III
307823a88a
svrcore: Add derivation
2015-01-01 15:45:35 +01:00
Eelco Dolstra
8af48d9428
gdb: Fix manpages
2015-01-01 15:45:35 +01:00
Michael Raskin
c40f4e6204
libmwaw: 0.3.3->0.3.4
2015-01-01 15:45:34 +01:00
Michael Raskin
8b9357d6bb
librevenge: 0.0.1->0.0.2
2015-01-01 15:45:34 +01:00
Michael Raskin
98c5e13707
mdds: 0.11.1 -> 0.11.2
2015-01-01 15:45:34 +01:00
Michael Raskin
4fe7b8904e
libgphoto2: 2.5.5.1 -> 2.5.6
2015-01-01 15:45:34 +01:00
Vincent Laporte
c0fe8aa939
ocaml-camlpdf: update from 1.7.2 to 2.1.1
2015-01-01 15:45:34 +01:00
Karn Kallio
330a4a28dd
openjdk : Patch to extend valid currency change dates to 20 years.
2015-01-01 15:45:33 +01:00
Oliver Charles
1bfd620a4d
haskellPackages.netwire: Update to 5.0.1
2015-01-01 15:45:32 +01:00
William A. Kennington III
fbac211a2c
cyrus_sasl: Enable kerberos
2015-01-01 15:45:32 +01:00
William A. Kennington III
41a4f1fa3b
krb5: 1.12.2 -> 1.13
2015-01-01 15:45:32 +01:00
William A. Kennington III
1444a6806e
heimdal: Update build
2015-01-01 15:45:32 +01:00
William A. Kennington III
5fe743930a
kerberos: Use default kerberos instead of krb5
2015-01-01 15:45:32 +01:00
Tobias Geerinckx-Rice
56692eec7c
Fix user-facing typos (mainly in descriptions)
2015-01-01 15:45:32 +01:00
koral
fa4b210d3f
webkitgtk: added optional geoclue2 dependency.
2015-01-01 15:45:31 +01:00
koral
01a48ead88
webkitgtk: 2.6.2 -> 2.6.4
2015-01-01 15:45:31 +01:00
Ricardo M. Correia
24bb7dc46f
rustcMaster: Update from 0.13.0-pre-2604-g2f3cff6 -> 0.13.0-pre-2763-g6366631
2015-01-01 15:45:31 +01:00
Vincent Laporte
0f05b01dce
Adds ocaml-ojquery-0.1
...
jQuery Binding for Eliom
Homepage: http://ocsigen.org/ojquery/
2015-01-01 15:45:31 +01:00
Vincent Laporte
8f2588f0ce
Adds ocaml-magick-0.34
...
This package aims to provide the ImageMagick methods to OCaml
Homepage: http://www.linux-nantes.org/~fmonnier/OCaml/ImageMagick/
2015-01-01 15:45:31 +01:00
Vincent Laporte
4c4768c4b0
Adds ocaml-safepass-1.3
...
OCaml-safepass is a library offering facilities for the safe storage of
user passwords. By "safe" we mean that passwords are salted and hashed
using the Bcrypt algorithm. Salting prevents rainbow-table based
attacks, whereas hashing by a very time-consuming algorithm such as
Bcrypt renders brute-force password cracking impractical.
Homepage: http://ocaml-safepass.forge.ocamlcore.org/
2015-01-01 15:45:31 +01:00
Peter Simons
e9eb8b491b
haskell-sdl2: re-enable Haddock phase
...
GHC 7.8.4 fixed https://github.com/haskell-game/sdl2/issues/31 .
2015-01-01 15:45:31 +01:00
Matej Cotman
3c96afe0b1
etcd: upgrade server and ctl
2015-01-01 15:45:31 +01:00
Tom Hunger
c53b959c0e
Update elm to 0.14.
...
Note that elm has a different package split: The old Elm 0.13 package
is now elm-compiler, elm-make and elm-package.
Instead of invoking "elm" one now has to use "elm-make".
I kept the 0.13 version of elm around in case someone depends
on it.
2015-01-01 15:45:30 +01:00
Vincent Laporte
56d651d347
Adds ocaml-uuseg
...
Uuseg is an OCaml library for segmenting Unicode text. It implements the
locale independent Unicode text segmentation algorithms to detect
grapheme cluster, word and sentence boundaries and the Unicode line
breaking algorithm to detect line break opportunities.
Homepage: http://erratique.ch/software/uuseg
2015-01-01 15:45:30 +01:00
Alexander Kjeldaas
f98df44ada
Eradicate gzip -9 without -n
2015-01-01 15:45:30 +01:00
Vladimír Čunát
1d7bdfac8e
libcaca: add another mirror
...
The original does not work ATM.
2015-01-01 15:45:29 +01:00
Thomas Tuegel
53317799ec
suitesparse: add version 4.4.1
2015-01-01 15:45:29 +01:00
Thomas Tuegel
84553e0aa0
arpack: build against atlasWithLapack
2015-01-01 15:45:29 +01:00
Thomas Tuegel
202acdbdaf
arpack: version bump to 3.2.0
2015-01-01 15:45:29 +01:00
Thomas Tuegel
32ffad3e6b
atlas: optionally build with full lapack
2015-01-01 15:45:29 +01:00
Thomas Tuegel
6e46a100b4
atlas: fix generic options
...
Build atlas with the generic options recommended by the upstream
documentation for distributions. The expression now takes the parameter
'threads' which configures the number of threads atlas will use. The
default is to build serial atlas ('threads = "0"'). The expression also
takes the parameter 'cacheEdge' which is the L2 cache per core, in
bytes. This reduces build time because the cache size doesn't need to be
detected. It also reduces impurity, since different build nodes on Hydra
may have different hardware. It is set to 256k by default, which is
recommended for distributions by the upstream documentation.
2015-01-01 15:45:29 +01:00
Thomas Tuegel
9c67a3bc35
openblas: version bump to 0.2.13
2015-01-01 15:45:29 +01:00
Stewart Mackenzie
30e21cedae
hammer: version bump
2015-01-01 15:45:29 +01:00
codyopel
91531adb78
x265-hg: updated to latest commit, fixed package naming issue
2015-01-01 15:45:29 +01:00
Patrick Mahoney
06e523b7e8
Update skarnet.org software for 2.0 release.
...
New build system using configure script and GNU Make 4.0, and new
releases of the following using the new build system:
execline 2.0.0.0
s6 2.0.0.0
s6-dns 2.0.0.0
s6-linux-utils 2.0.0.0
s6-networking 2.0.0.0
s6-portable-utils 2.0.0.0
skalibs 2.0.0.0
2015-01-01 15:45:28 +01:00
Charles Strahan
a0d62bf978
ghcjs: update to latest
2014-12-31 01:15:13 -05:00
Charles Strahan
df55381b65
ghcjs: restructure
2014-12-31 00:03:43 -05:00
koral
e00e679d12
New haskell package: webkitgtk3
2014-12-30 21:32:09 +01:00
Karn Kallio
9b81769950
openjdk : Patch to extend valid currency change dates to 20 years.
2014-12-30 16:42:42 +01:00
Oliver Charles
cd1321be53
haskellPackages.netwire: Update to 5.0.1
2014-12-30 10:58:36 +00:00
Peter Simons
6f724d8e22
Merge pull request #5501 from k0ral/webkitgtk
...
webkitgtk: 2.6.2 -> 2.6.4
2014-12-30 11:01:02 +01:00
William A. Kennington III
488e6e6e9c
cyrus_sasl: Enable kerberos
2014-12-30 01:04:16 -08:00
William A. Kennington III
0196fda4f4
krb5: 1.12.2 -> 1.13
2014-12-30 01:03:29 -08:00
William A. Kennington III
0566d647e8
heimdal: Update build
2014-12-30 01:02:41 -08:00
William A. Kennington III
afeef240dc
kerberos: Use default kerberos instead of krb5
2014-12-30 00:05:12 -08:00
Tobias Geerinckx-Rice
c64257b8e5
Fix user-facing typos (mainly in descriptions)
2014-12-30 03:31:03 +01:00
William A. Kennington III
e62e634128
Merge pull request #5476 from codyopel/x265-update
...
x265-hg: updated to latest commit, fixed package naming issue
2014-12-29 20:33:24 -05:00
koral
a268b0e1c8
webkitgtk: added optional geoclue2 dependency.
2014-12-29 21:56:00 +01:00
koral
3070630aa7
webkitgtk: 2.6.2 -> 2.6.4
2014-12-29 21:55:35 +01:00
Ricardo M. Correia
2386eff378
rustcMaster: Update from 0.13.0-pre-2604-g2f3cff6 -> 0.13.0-pre-2763-g6366631
2014-12-29 17:55:31 +01:00
Vincent Laporte
a1822087e6
Adds ocaml-ojquery-0.1
...
jQuery Binding for Eliom
Homepage: http://ocsigen.org/ojquery/
2014-12-29 15:19:05 +01:00
Vincent Laporte
837b2abb2b
Adds ocaml-magick-0.34
...
This package aims to provide the ImageMagick methods to OCaml
Homepage: http://www.linux-nantes.org/~fmonnier/OCaml/ImageMagick/
2014-12-29 15:15:04 +01:00
Vincent Laporte
9fc35ed766
Adds ocaml-safepass-1.3
...
OCaml-safepass is a library offering facilities for the safe storage of
user passwords. By "safe" we mean that passwords are salted and hashed
using the Bcrypt algorithm. Salting prevents rainbow-table based
attacks, whereas hashing by a very time-consuming algorithm such as
Bcrypt renders brute-force password cracking impractical.
Homepage: http://ocaml-safepass.forge.ocamlcore.org/
2014-12-29 15:15:04 +01:00
Peter Simons
18d3da1a02
haskell-sdl2: re-enable Haddock phase
...
GHC 7.8.4 fixed https://github.com/haskell-game/sdl2/issues/31 .
2014-12-29 12:24:16 +01:00
Matej Cotman
d28c65ff05
etcd: upgrade server and ctl
2014-12-29 01:55:40 +01:00
Peter Simons
fb3f5fc7db
Merge pull request #5488 from teh/master
...
Update elm to 0.14.
2014-12-28 22:27:05 +01:00
Arseniy Seroka
42bb368025
Merge pull request #5481 from sjmackenzie/hammer
...
hammer: version bump
2014-12-28 23:36:38 +03:00
Tom Hunger
e67535cb1d
Update elm to 0.14.
...
Note that elm has a different package split: The old Elm 0.13 package
is now elm-compiler, elm-make and elm-package.
Instead of invoking "elm" one now has to use "elm-make".
I kept the 0.13 version of elm around in case someone depends
on it.
2014-12-28 17:00:41 +00:00
Vincent Laporte
2335ec0b40
Adds ocaml-uuseg
...
Uuseg is an OCaml library for segmenting Unicode text. It implements the
locale independent Unicode text segmentation algorithms to detect
grapheme cluster, word and sentence boundaries and the Unicode line
breaking algorithm to detect line break opportunities.
Homepage: http://erratique.ch/software/uuseg
2014-12-28 14:30:12 +01:00
Alexander Kjeldaas
da1f8578b0
Eradicate gzip -9 without -n
2014-12-28 13:45:27 +01:00
Charles Strahan
7661626e21
ghcjs-dom: remove unused fetchgit
2014-12-27 21:54:41 -05:00
Charles Strahan
5288863ada
webkit (haskell package): update to 0.13.1.1
2014-12-27 21:52:53 -05:00
Charles Strahan
0dabcc34c3
ghcjs-dom: clean up
2014-12-27 21:51:30 -05:00
Charles Strahan
c05ec6104d
ghcjs-dom: fix expression and update to version 0.1.1.3
2014-12-27 19:54:48 -05:00
Charles Strahan
83d58831bc
ghcjs: update revisions
2014-12-27 19:51:21 -05:00
Charles Strahan
dcee26642c
ghcjs: remove commented-out ghcjs-prim
2014-12-27 18:53:23 -05:00
Charles Strahan
bd6cbe73e4
ghcjs: remove duplicated lens expression
2014-12-27 18:51:43 -05:00
Charles Strahan
347a9674c1
ghcjs: cleanup
2014-12-27 18:48:12 -05:00
Charles Strahan
f36fabb389
ghcjs: fix build
2014-12-27 16:51:39 -05:00
Thomas Tuegel
09435f05d4
Merge pull request #5484 from ttuegel/linear-algebra
...
Version bump some linear algebra packages
2014-12-27 15:12:58 -06:00
Vladimír Čunát
5f0686fc95
libcaca: add another mirror
...
The original does not work ATM.
2014-12-27 20:59:24 +01:00
Thomas Tuegel
d582090a15
suitesparse: add version 4.4.1
2014-12-27 13:47:53 -06:00
Thomas Tuegel
81c0f94d74
arpack: build against atlasWithLapack
2014-12-27 13:40:40 -06:00