Jörg Thalheim
088ab901c5
lttng-ust: 2.9.0 -> 2.9.1
2017-06-24 10:26:31 +01:00
Daiderd Jordan
b0b5911fc1
Merge pull request #26764 from mdaiter/erlangR20
...
erlangR20: init
2017-06-23 19:37:49 +02:00
Frederik Rietdijk
cb0851d5fa
Merge pull request #26714 from siddharthist/flask-restplus
...
flask-restplus: update to 0.10
2017-06-23 19:19:11 +02:00
John Ericson
afd2bdbad2
Merge pull request #26007 from obsidiansystems/cc-wrapper-prefix
...
Get rid of gcc-cross-wrapper
2017-06-23 11:22:34 -04:00
Matthew Daiter
d79b4766a5
erlangR20: init
2017-06-23 12:51:58 +02:00
Peter Simons
e31b99c187
haskell-network: use older version to compile with GHC 7.4.x and before
...
Recent versions of network no longer support base libraries that old.
2017-06-23 12:49:37 +02:00
Peter Simons
6b6cf6942c
haskell-optparse-applicative: fix build with pre-8.0.x versions of GHC
2017-06-23 12:49:37 +02:00
Peter Simons
8ddaef6ddf
haskell: fix logic error in generic builder introduced in 00892b7e4ed2e8eb52227db8e8312a06bd1d6699
...
Closes https://github.com/NixOS/nixpkgs/issues/26760 .
2017-06-23 12:49:36 +02:00
Peter Simons
d83fb640db
haskell-opencv: ensure that the underlying C++ library has contrib code enabled
...
0335b93284 (commitcomment-22638850)
2017-06-23 12:49:36 +02:00
Peter Simons
bc20886345
git-annex: enable shell completions for zsh and fish
...
The latest optparse-applicative version can do that.
2017-06-23 12:49:36 +02:00
Peter Simons
5148757e8c
haskell-hspec-core: break infinity dependency cycle
...
Test suite dependencies silently and temporary depend on hspec-core in their
test suites.
2017-06-23 12:49:36 +02:00
Peter Simons
7673cd0cd4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.2.1-11-gb2cb3cb from Hackage revision
e0fa80e591
.
2017-06-23 12:49:29 +02:00
Peter Simons
167b27b6a7
LTS Haskell 8.19
2017-06-23 12:48:44 +02:00
Alexandre Peyroux
be2b6c2e47
gramalecte: init at v0.5.17
2017-06-23 11:21:40 +02:00
Jörg Thalheim
69ca7b1457
Merge pull request #26784 from markus1189/ammonite-disable-remote-logging
...
ammonite: disable remote logging by default
2017-06-23 10:03:31 +01:00
Peter Jones
aa3f37ceed
pythonPackages.intelhex init at 2.1
2017-06-23 10:54:48 +02:00
Frederik Rietdijk
a807c96e20
Merge pull request #26752 from rnhmjoj/graphviz
...
pythonPackages.pygraphviz: fix build
2017-06-23 10:40:01 +02:00
Markus Hauck
5c2d4ef6cf
ammonite: disable remote logging by default
2017-06-23 09:37:47 +02:00
Thomas Tuegel
0030c66103
kdeFrameworks, plasma5: fix setup hooks
...
The setup hooks for many kdeFrameworks and plasma5 packages were erroneously
running before $outputDev was set. This lead to .dev outputs being propagated
into the user environment.
2017-06-22 17:46:44 -05:00
Ross MacLeod
198dceccbe
gcc5: set --build and --host in the case where those differ and make sure to have a build cc-wrapper around as well
2017-06-22 17:53:55 -04:00
John Ericson
54089620f5
libpmc: Fix for cross by disabling check
...
Check phase is now only disabled *by default* for cross, but this
package was forcing it unconditionally.
2017-06-22 17:53:54 -04:00
John Ericson
ff6ab1b3c4
pcre: Modernize and fix cross
2017-06-22 17:53:54 -04:00
John Ericson
b93e6034d5
libsigsegv: Fix for cross by disabling check
...
Check phase is now only disabled *by default* for cross, but this
package was forcing it unconditionally.
2017-06-22 17:53:54 -04:00
John Ericson
af8d1a4ace
binutils: Fix build != host == target
2017-06-22 17:53:54 -04:00
John Ericson
2e337fe969
libelf: Modernize and fix for cross
2017-06-22 17:53:53 -04:00
John Ericson
c54c3cb5ce
mpfs: Fix for cross by disabling check
...
check phase is now only disabled by *default* for cross, but mpfr
was forcing it always.
2017-06-22 17:53:53 -04:00
Ross MacLeod
f63f96ae35
zlib: don't really override CC at ay point
...
but leave the preConfigure script as it was when not cross building in order to avoid hash breakage
2017-06-22 17:53:52 -04:00
John Ericson
12795a7068
misc: Remove almost all uses of stdenv.{ccCross,binutils}
2017-06-22 17:53:52 -04:00
Ross MacLeod
d016637629
podofo: unsimplify derivation a bit to avoid hash breakage
2017-06-22 17:53:52 -04:00
John Ericson
29c4d7f505
podofo: Simplify derivation
...
Bunch of junk for linux and cross compilation that's no longer needed
2017-06-22 17:53:52 -04:00
John Ericson
594d264205
cross stdenv adaptor: Support --host --build --target across the board
...
Packages get --host and --target by default, but can explicitly request
any subset to be passed as needed. See docs for more info.
rustc: Avoid hash breakage by using the old (ignored)
dontSetConfigureCross when not cross building
2017-06-22 17:52:28 -04:00
John Ericson
f571ad4595
Merge pull request #26775 from obsidiansystems/ghc-head-docs
...
ghcHEAD: Actually split docs into their own output
2017-06-22 17:11:46 -04:00
John Ericson
8f970d09fe
ghcHEAD: Actually split docs into their own output
...
I put `outputs = ...` in the wrong spot in the last PR, oops. Sorry
about that.
2017-06-22 16:56:58 -04:00
Daiderd Jordan
aba574c4fa
Merge pull request #26668 from gleber/fixpoint-erlang-packages
...
erlang: refactor: build packages per Erlang/OTP version.
2017-06-22 21:49:30 +02:00
Robert Hensing
86dc6469ba
arelle: init at 2017-06-01
2017-06-22 21:37:15 +02:00
aszlig
1f65182272
electrum: Unify protobuf dependencies
...
Since 9c57f3b5c05621f0d1c207aa80f20ccc1d79ebfb bumped the protobuf
version because the new upstream requires it, electrum now gets
protobuf3_0 *and* protobuf3_2 instead of just one version.
This leads to the following build errer:
Found duplicated packages in closure for dependency 'protobuf':
protobuf 3.0.2 (...-python2.7-protobuf-3.0.2/lib/python2.7/site-packages)
protobuf 3.2.0 (...-python2.7-protobuf-3.2.0/lib/python2.7/site-packages)
Using protobuf3_2 for keepkey and electrum fixes the build.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @np
2017-06-22 21:06:17 +02:00
Domen Kožar
05f94c8c13
hydra: 2017-06-21 -> 2017-06-22
2017-06-22 16:48:43 +02:00
aszlig
9c57f3b5c0
python-modules/trezor: Fix build
...
Regression introduced by 76beb0831384b5ae53592513507524990017e973.
With version 0.7.15 a few additional dependencies are needed by trezor,
mainly a newer version of protobuf bindings and requests.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @np
2017-06-22 14:29:25 +02:00
rnhmjoj
d8027bd9c4
pythonPackages.pygraphviz: fix build
2017-06-22 13:33:30 +02:00
Domen Kožar
bb9e23837a
haskellPackages: make configuration-{nix,common}.nix configurable
...
The motivation is to be able to get rid of common configuration
when initial packages differs since common configuration assumes
a very specific version set.
cc @jmitchell @peti
2017-06-22 13:25:53 +02:00
Jörg Thalheim
f12006bd96
hound: 20160919 -> 20170324
2017-06-22 10:03:10 +01:00
Michael Raskin
744bdac78e
Re-add iolib subsystems
2017-06-22 09:31:41 +02:00
Jörg Thalheim
3e430a8ee5
dale: fix linking against llvm libs
2017-06-22 08:14:34 +01:00
Frederik Rietdijk
f25720cacb
python.pkgs.pylint: fix build on python2, fixes #26745
2017-06-22 07:46:30 +02:00
Frederik Rietdijk
8f45ee77ac
Merge pull request #26751 from orivej/python-dogpile-cache
...
python-dogpile-cache: do not depend on dogpile_core
2017-06-22 07:24:19 +02:00
Franz Pletz
febe37a24a
webkitgtk: 2.16.3 -> 2.16.4 for multiple CVEs
...
Fixes:
* CVE-2017-2538
* CVE-2017-2424
See https://webkitgtk.org/security/WSA-2017-0005.html
2017-06-21 23:49:00 +02:00
Michael Raskin
bc47794ab5
quicklispPackages: update
...
Escape things by default in derivation names (i.e. digit cannot be the
first character etc.)
Update Quicklisp (tracking upstream); list new missing dependencies
Add some minimal README about ql-to-nix
2017-06-21 22:17:48 +02:00
Orivej Desh
03a6297b6c
python-dogpile-cache: do not depend on dogpile_core
2017-06-21 18:44:42 +00:00
Domen Kožar
be4a4ef701
hydra: 2017-04-26 -> 2017-06-21
2017-06-21 15:30:02 +02:00
Peter Hoeg
b8297ff08a
bundler: 1.15.0 -> 1.15.1
2017-06-21 15:29:05 +08:00