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
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
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
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
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
Graham Christensen
ba9c71b999
rustc.bootstrap: 1.17.0 -> 1.16.0
...
bootstrapping rust requires the prior version of rust according to #rust-internals
they theorize this could be causing the build problems on i686
2017-06-15 19:57:00 -04:00
Shea Levy
517d65ec9b
Merge branch 'ghc821rc2' of git://github.com/k0001/nixpkgs
2017-06-15 16:10:07 -04:00
Jörg Thalheim
10d0213d3f
Merge pull request #26599 from Mic92/utop
...
ocamlPackages.utop: allow utop to locate topfile
2017-06-15 19:43:18 +01:00
Jörg Thalheim
9ffbebfeb0
ocamlPackages.camlidl: export c header and libs.
2017-06-15 19:39:49 +01:00
Renzo Carbonara
5f94d85e5e
ghc821: init at 8.2.1-rc2 (a.k.a., 8.2.0.20170507)
...
The approach taken to add this package was to port over the definitions
currently existing for HEAD, and making the necessesary changes to get
this building.
The Haskell package set associated with this compiler doesn't yet
guarantee that all or most of the packages successfully build with this
new compiler, but that will improve over time after this GHC 8.2.1
is officially released and the ecosystem catches up.
2017-06-15 19:59:38 +02:00
Frederik Rietdijk
2a24fdaee0
Merge pull request #26525 from jyp/boto-2.47
...
pythonPackages.gensim: init at 2.1.0
2017-06-15 18:57:27 +02:00