Franz Pletz
aa58307973
mbedtls: 2.4.0 -> 2.4.2
2017-06-20 03:45:44 +02:00
Franz Pletz
11bf721290
mbedtls_1_3: 1.3.18 -> 1.3.19
2017-06-20 03:45:44 +02:00
Franz Pletz
19a840cb66
jenkins: 2.65 -> 2.66
2017-06-20 03:45:39 +02:00
Franz Pletz
21b5093966
libite: 1.8.2 -> 1.8.3
2017-06-20 03:45:38 +02:00
Franz Pletz
8a00d89618
aubio: 0.4.4 -> 0.4.5
2017-06-20 03:45:38 +02:00
Peter Simons
534a8efe17
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.2.1-11-gb2cb3cb from Hackage revision
da66240a00
.
2017-06-19 22:42:48 +02:00
Peter Simons
bb394afa25
haskell-ghc-syb-utils: force update to latest version
...
We need 0.2.3.2 to build successfully. LTS 8.x will catch up, eventually, but
until then we force the update.
Closes https://github.com/NixOS/nixpkgs/issues/26689 .
2017-06-19 22:42:47 +02:00
Peter Simons
cb6a99d878
haskell-test-framework-quickcheck2: force update to latest version
...
We need 0.3.0.4 to build successfully. LTS 8.x will catch up, eventually, but
until then we force the update.
2017-06-19 22:42:47 +02:00
Gleb Peregud
0fccd5bba4
erlang: update documentation.
...
The documentation got a bit stale compared to actual contents of
nixpkgs. This commit focuses on updating existing docs, not on making
sure all details of beam packages are covered.
2017-06-19 19:58:57 +02:00
Gleb Peregud
7797e1a1dd
erlang: put Elixir/LFE into per-OTP packageset.
...
This makes beam.package.erlangR19.abnf to be actually built with R19,
instead of the default R18. It means that Elixir and LFE are provided in
two versions, one built with R18 and with R19.
Please note that Elixir does not build with R16 and R17 - trying to
access beam.packages.erlang{R16,R17}.elixir will throw an error.
2017-06-19 19:58:57 +02:00
Gleb Peregud
f66b0186dc
erlang: fix rebar3-nix-bootstrap in Erlang < R18.
2017-06-19 19:53:15 +02:00
Gleb Peregud
d1b9c9d2cd
erlang: refactor: build packages per Erlang/OTP.
...
This change introduces a fixpoint, which allows to do deep override when
building packages defined in pkgs/development/beam-modules/default.hex.
This allows to provide beam.packages.erlang{,R16,R17,R18,R19} which
contains the same packages built with different Erlang/OTP versions.
Top-level attribute beamPackages points at beam.packages.erlangR18, the
same applies to other top-level Erlang packages.
TODO:
- beam.packages.erlang{R16,R17} is almost useless, since rebar/rebar3
does not build using these versions;
- all packages in beam.packages which use buildMix are actually built
with erlangR18;
- update documentation.
2017-06-19 19:53:15 +02:00
goibhniu
7d747e1b16
Merge pull request #26626 from magnetophon/jackaudio
...
jackaudio: 1.9.10 -> 1.9.11-RC1
2017-06-19 16:44:59 +02:00
Joachim F
311d06a787
Merge pull request #26648 from magnetophon/serd
...
serd: 0.24.0 -> 0.26.0
2017-06-19 14:29:14 +01:00
Bart Brouns
9d0441434d
jackaudio: 1.9.10 -> 1.9.11-RC1
2017-06-19 15:11:41 +02:00
Frederik Rietdijk
76beb08313
python.pkgs: several maintenance bumps
2017-06-19 13:43:19 +02:00
Peter Hoeg
9193bcb6b4
kde-applications: 17.04.1 -> 17.04.2
...
use https as the remote server expects it
2017-06-19 19:26:52 +08:00
Robert Vollmert
9ea503fa55
python-modules/protobuf: fix darwin build by passing C++ includes explicitly
...
Fixes #26531 .
Copies the matplotlib solution, as mentioned by @knedlsepp.
2017-06-19 13:24:46 +02:00
Eelco Dolstra
c1e5ca92b7
aws-sdk-cpp: Better fix for the failing credentials test
2017-06-19 10:58:37 +02:00
Vladimír Čunát
629e9c6dc7
Merge branch 'staging'
...
I don't like to wait for the expat-induced rebuild to happen yet another
time on staging.
2017-06-19 07:29:42 +02:00
Peter Hoeg
5eac427ff2
kde-frameworks: 5.33 -> 5.34
2017-06-19 10:37:38 +08:00
Robert Helgesson
5fc48529bc
expat: 2.2.0 -> 2.2.1
...
Includes fixes for CVE-2017-9233 and CVE-2016-9063.
2017-06-19 00:01:17 +02:00
Jörg Thalheim
bdb731a57a
Merge pull request #26683 from yurrriq/update-polyml
...
polyml: 5.6 -> 5.7
2017-06-18 22:12:51 +01:00
Eric Bailey
0f51a2a029
polyml: autoreconfHook -> nativeBuildInputs
...
Thanks, @peterhoeg.
2017-06-18 11:41:26 -05:00
Eric Bailey
6818848fac
polyml: enable libffi and gmp
...
Thanks, @Mic92.
2017-06-18 11:33:21 -05:00
Daiderd Jordan
7c90c45856
Merge pull request #26673 from LumiGuide/fix-opencv-contrib-osx
...
opencv-3.x: fix build on OS X
2017-06-18 17:11:59 +02:00
Thomas Tuegel
e6cf9b9df0
qt56: determine plugin and import paths from PATH
...
Plugin and QML import paths were previously determined by NIX_PROFILES. Using
PATH instead allows Qt applications to work under nix-shell without further modification.
2017-06-18 08:44:47 -05:00
Thomas Tuegel
dab7700f6c
qt58: determine plugin and import paths from PATH
...
Plugin and QML import paths were previously determined by NIX_PROFILES. Using
PATH instead allows Qt applications to work under nix-shell without further
modification.
2017-06-18 08:44:47 -05:00
Thomas Tuegel
99ed5853eb
qt56.qtserialport: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:47 -05:00
Thomas Tuegel
8cc09c9e3e
qt56.qtwebkit: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:47 -05:00
Thomas Tuegel
c546c26e3a
qt58.qtwebkit: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:46 -05:00
Thomas Tuegel
b1dcd271d1
qt58.qtserialport: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:46 -05:00
Thomas Tuegel
f392614251
qt58.qtbase: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:46 -05:00
Thomas Tuegel
b7f895d972
kwindowsystem: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:46 -05:00
Thomas Tuegel
acc45767c5
kservice: propagate shared_mime_info to environment
2017-06-18 08:44:46 -05:00
Thomas Tuegel
86dac81a70
kcmutils: fix kcm plugin path
2017-06-18 08:44:45 -05:00
Thomas Tuegel
7af16e5bd7
kcmutils: print plugin name when loading fails
2017-06-18 08:44:45 -05:00
Thomas Tuegel
fc72335570
kio: print plugin name when loading fails
2017-06-18 08:44:45 -05:00
Thomas Tuegel
faf0d3e91d
kdeFrameworks: fixup inputs and outputs
...
- Reduce environment pollution with a separate $bin output containing programs,
plugins, and shared data. Libraries remain in $out and are not installed into
the environment.
- Only propagate build inputs as required.
2017-06-18 08:44:45 -05:00
Thomas Tuegel
087f20e8c6
kdeFrameworks: sort according to tier
2017-06-18 08:44:44 -05:00
Thomas Tuegel
9149faf6a9
prison: init at 5.33.0
2017-06-18 08:44:44 -05:00
Thomas Tuegel
f5c00c43bb
qgpgme: init at 1.9.0
2017-06-18 08:44:44 -05:00
Jos van den Oever
05ef92e53a
gpgme: enable Qt 5 bindings
2017-06-18 08:44:44 -05:00
Thomas Tuegel
7dc961b310
qttools: move runtime tools in postFixup
2017-06-18 08:44:43 -05:00
Thomas Tuegel
dea7372ebf
qtbase: fix plugin path in CMake modules
2017-06-18 08:44:43 -05:00
Thomas Tuegel
d9f29afa64
qt5: use one output by default
2017-06-18 08:44:43 -05:00
Thomas Tuegel
6fa41788be
qt5: separate plugins from libraries
2017-06-18 08:44:42 -05:00
Thomas Tuegel
5a8295e596
qtbase: setup required environment in GTK3 platform theme plugin
2017-06-18 08:44:42 -05:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper
2017-06-18 08:44:42 -05:00
Thomas Tuegel
1607f51613
qmake: unify Darwin and Linux setup hooks
2017-06-18 08:43:39 -05:00
Thomas Tuegel
945758f960
kdeFrameworks: rename kdeFramework to mkDerivation
2017-06-18 08:42:20 -05:00
Thomas Tuegel
7b6f8dc77f
qt5: move kdeDerivation to qt5.mkDerivation
2017-06-18 08:42:19 -05:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake
2017-06-18 08:41:57 -05:00
Thomas Tuegel
3f3d33a078
qt5: use distinct `lib/qt-5.x` prefix for each minor version
...
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor
versions to coexist in the same environment.
2017-06-18 08:41:57 -05:00
Jörg Thalheim
a9aefdeac9
pythonPackages.rebulk: 0.8.2 -> 0.9.0
2017-06-18 13:18:40 +01:00
Jörg Thalheim
513204073a
Merge pull request #26692 from dywedir/rustfmt
...
rustfmt: 0.8.3 -> 0.9.0
2017-06-18 12:36:45 +01:00
Vladimír Čunát
8702fd35e2
Merge branch 'master' into staging
...
... to get in more fixes of setuid/setgid.
2017-06-18 13:22:23 +02:00
Jörg Thalheim
8a4a4efbe6
clooj: fix download src
2017-06-18 11:39:55 +01:00
dywedir
72f8ba269c
rustfmt: 0.8.3 -> 0.9.0
2017-06-18 13:06:31 +03:00
Jörg Thalheim
76ea4df5f9
pythonPackages.keystoneauth1: fix missing argparse dep
2017-06-18 11:03:13 +01:00
Jörg Thalheim
f79d21da65
oslo-config: fix argparse dependencies
2017-06-18 11:03:09 +01:00
Pascal Wittmann
123c05c8b5
accountsservice: 0.6.43 -> 0.6.43
2017-06-18 11:46:35 +02:00
José Romildo Malaquias
78b34f913b
qtcreator: 4.2.1 -> 4.3.0 ( #26627 )
...
* qtcreator: 4.2.1 -> 4.3.0
Update qtcreator to version 4.3.0.
Remove explicit creation and installation of a desktop file, since one
is already provided in the distribution package.
* qtcreator: use full executable path in the desktop file
2017-06-18 10:36:41 +01:00
Jörg Thalheim
7054d975ea
Merge pull request #26667 from romildo/upd.catch
...
catch: 1.7.0 -> 1.9.5
2017-06-18 08:45:47 +01:00
Jörg Thalheim
502ca4a906
Merge pull request #26672 from dywedir/javascript-typescript-langserver
...
nodePackages.javascript-typescript-langserver: init at 2.0.0
2017-06-18 08:15:44 +01:00
Eric Bailey
478e88d13e
polyml: 5.6 -> 5.7
...
- fetchurl -> fetchFromGitHub
- use `with stdenv.lib` in meta
- add darwin to platforms
- add yurrriq to maintainers
2017-06-17 19:31:25 -05:00
Vladimír Čunát
351b59be55
cairo: bugfix 1.14.8 -> 1.14.10
2017-06-17 22:11:34 +02:00
Peter Simons
10493d393a
Merge pull request #26676 from obsidiansystems/ghc-head-doc
...
ghcHEAD: Split docs into their own output
2017-06-17 22:08:52 +02:00
Tim Steinbach
6b199db895
Merge pull request #26644 from NeQuissimus/gradle_4_0
...
gradle: 3.5 -> 4.0
2017-06-17 16:05:26 -04:00
John Ericson
dd99d1f8d0
ghcHEAD: Split docs into their own output
...
This ghc was forgetten from 2089dd4ab6
2017-06-17 15:13:43 -04:00
Bas van Dijk
2265f50a51
opencv-3.x: fix build on OS X
2017-06-17 19:57:39 +02:00
romildo
7049e7a16c
catch: 1.7.0 -> 1.9.5
2017-06-17 12:21:50 -03:00
dywedir
efd2141b60
nodePackages.javascript-typescript-langserver: init at 2.0.0
2017-06-17 16:06:37 +03:00
Jörg Thalheim
481cf50b1f
Merge pull request #26619 from regnat/ocaml-containers
...
ocamlPackages.containers: 0.22 -> 1.2
2017-06-17 09:40:40 +01:00
Jörg Thalheim
c396360b7b
Merge pull request #26621 from guillaumekoenig/install-gtk-launch
...
gtk3: install gtk-launch
2017-06-16 23:53:30 +01:00
Jörg Thalheim
ba1dd2660a
Merge pull request #26645 from NeQuissimus/kotlin_1_1_2_5
...
kotlin: 1.1.2 -> 1.1.2-5
2017-06-16 23:52:16 +01:00
Jörg Thalheim
b40cda750b
Merge pull request #26656 from volth/sbt-with-scala-native
...
sbt: support scala-native
2017-06-16 23:45:17 +01:00
John Ericson
8a8f0408cd
generic-builder: use buildInputs for Haskell dependencies
...
This actually will matter when I (soon) land cross-compilation support,
and native deps are compiled for the build, instead of host, platform.
But even now, it's good style do this, and one less thing to review
later.
The use of `$nativePkgs` is unfortunate, as it will need to be
swapped out for `$crossPkgs` for build != host builds. This will just a
temporarily cause pain, however, as eventually I will change stdenv to
use a `$runPkgs` (or moral equivalent) in both case.
Closes https://github.com/NixOS/nixpkgs/pull/26480 .
2017-06-16 20:18:38 +02:00
Peter Simons
7bcfdc1c11
stack: build with hpack version 0.17.x
2017-06-16 20:18:38 +02:00
Peter Simons
35762f6ce3
git-annex: update hash for new version
2017-06-16 20:18:38 +02:00
Peter Simons
0335b93284
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.2.1-10-g4e4961f from Hackage revision
e2c9a8916e
.
2017-06-16 20:18:38 +02:00
Peter Simons
46f8242d89
hackage2nix: disable broken 'trasa-reflex' package
...
Depends on insecure webkitgtk-2.4.11.
2017-06-16 20:18:38 +02:00
Peter Simons
0bb2f9af5e
LTS Haskell 8.18
2017-06-16 20:18:38 +02:00
Eelco Dolstra
ac8451508b
aws-sdk-cpp: 1.0.127 -> 1.0.153
2017-06-16 19:18:28 +02:00
Eelco Dolstra
672d2dfbb8
aws-sdk-cpp: Fix credentials test
...
These require a home directory.
http://hydra.nixos.org/build/54519006
2017-06-16 19:18:24 +02:00
Volth
b1928704d4
sbt: support build scala-native targets
2017-06-16 15:52:13 +00:00
Jörg Thalheim
7d12608069
llvmPackages_3.7: fix libnames output of llvm-config
...
see also 4c4f50ce76
2017-06-16 16:23:42 +01:00
Frederik Rietdijk
100cd2af5a
Merge pull request #26647 from magnetophon/lilv
...
lilv: 0.24.0 -> 0.24.2
2017-06-16 15:43:11 +02:00
Bart Brouns
53b6f15d34
serd: 0.24.0 -> 0.26.0
2017-06-16 14:59:23 +02:00
Bart Brouns
c42d603910
lilv: 0.24.0 -> 0.24.2
2017-06-16 14:57:00 +02:00
Frederik Rietdijk
65f8780119
Merge pull request #26638 from magnetophon/ntk
...
ntk: 2014-10-18 -> 2017-04-22
2017-06-16 14:47:07 +02:00
Tim Steinbach
ef2f34d3d7
kotlin: 1.1.2 -> 1.1.2-5
2017-06-16 08:32:00 -04:00
Tim Steinbach
a4a0f30108
gradle: 3.5 -> 4.0
2017-06-16 08:29:08 -04:00
Bart Brouns
6c3459772b
ntk: 2014-10-18 -> 2017-04-22
2017-06-16 14:11:21 +02:00
Peter Simons
c3399e5934
haskell-hastache: don't install the internal mkReadme tool
2017-06-16 13:51:45 +02:00
Guillaume Koenig
60183a1177
gtk3: install gtk-launch
2017-06-16 13:10:42 +02:00
Graham Christensen
72ff321f9c
rustc: re-enable static_in_const
...
We saw this error when building main.rs:error: this needs a 'static lifetime or the static_in_const feature, see #35897
2017-06-16 07:09:40 -04:00
regnat
d036d88296
ocamlPackages.containers: 0.22 -> 1.2
2017-06-16 11:42:17 +02:00
Francois-Rene Rideau
2f45c37646
gerbil: 0.10 -> 0.11
2017-06-16 10:07:14 +02:00
Fatih Altinok
ca8eed1732
flow: 0.46.0 -> 0.48.0
2017-06-16 09:32:05 +02:00