Malte Brandy
13f22aec25
haskellPackages.haskell-language-server: Add aliases with ghc version
...
Needed by haskell-language-server-wrapper to discover the correct
binary. Especially useful when installing hls from multiple ghc version.
2020-09-25 21:08:23 +02:00
Malte Brandy
631899e7c1
haskellPackages: Fix eval errors
2020-09-25 21:08:23 +02:00
Peter Simons
fe67f997b6
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
513c2f50ba
.
2020-09-25 21:08:16 +02:00
Peter Simons
88c3b66cff
hackage2nix: update list of broken builds to avoid evaluation errors
2020-09-25 21:08:13 +02:00
Anton-Latukha
5bdac7b6cc
[haskell-updates] haskellPackages: Mark unbroken
...
summoner{,tui}
morley
lorentz
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml
2020-09-25 21:08:12 +02:00
Jan Tojnar
515cf9c405
haskellPackages: unbreak
2020-09-25 21:08:12 +02:00
Robert Scott
452a9b3af2
Merge pull request #98610 from r-burns/libkml
...
libkml: fix tests on darwin
2020-09-25 19:54:54 +01:00
Stig P
2035454581
Merge pull request #98763 from woffs/ytv379
...
youtube-viewer: 3.7.5 -> 3.7.9
2020-09-25 17:51:31 +00:00
Ryan Mulligan
e1fa2204f3
Merge pull request #98627 from r-ryantm/auto-update/libinsane
...
libinsane: 1.0.4 -> 1.0.7
2020-09-25 08:43:45 -07:00
Ryan Mulligan
34871e3bcd
Merge pull request #98709 from r-ryantm/auto-update/dasm
...
dasm: 2.20.13 -> 2.20.14
2020-09-25 08:42:55 -07:00
Frank Doepper
2ab6756314
youtube-viewer: 3.7.5 -> 3.7.9
2020-09-25 16:31:16 +02:00
Hongchang Wu
91c74eeae3
ocamlPackages.dot-merlin-reader: init at 3.4.0
2020-09-25 15:11:46 +02:00
zowoq
228b37d74e
skopeo: 1.1.1 -> 1.2.0
...
https://github.com/containers/skopeo/releases/tag/v1.2.0
2020-09-25 22:50:15 +10:00
Mario Rodas
236eb73d1b
Merge pull request #98722 from r-ryantm/auto-update/go-toml
...
go-toml: 1.8.0 -> 1.8.1
2020-09-25 04:38:44 -05:00
R. RyanTM
e903c32023
go-toml: 1.8.0 -> 1.8.1
2020-09-25 08:09:31 +00:00
Jörg Thalheim
7011d448ec
Merge pull request #98693 from fzakaria/jruby-shebang-fix
...
Fix shebang for binaries in JRuby
2020-09-25 10:05:05 +02:00
Timo Kaufmann
b21cd5bd26
Merge pull request #98702 from r-ryantm/auto-update/cliquer
...
cliquer: 1.21 -> 1.22
2020-09-25 09:59:35 +02:00
Michael Raskin
84c0fbb141
Merge pull request #98698 from r-ryantm/auto-update/cddlib
...
cddlib: 0.94j -> 0.94l
2020-09-25 07:36:41 +00:00
Graham Bennett
3a5bcb313e
octave: use qt-5 mkDerivation for wrapQtAppsHook
...
This is to ensure QT_QPA_PLATFORM_PLUGIN_PATH is set on Darwin.
2020-09-25 09:57:25 +03:00
R. RyanTM
ca1eb33f14
dasm: 2.20.13 -> 2.20.14
2020-09-25 04:53:35 +00:00
Mario Rodas
5aba0fe976
Merge pull request #98697 from marsam/update-tfsec
...
tfsec: 0.25.0 -> 0.27.0
2020-09-24 23:45:31 -05:00
Jörg Thalheim
a2960ac430
Merge pull request #97603 from zowoq/rust-test-threads
2020-09-25 06:19:23 +02:00
Anderson Torres
4e297bd2a9
Merge pull request #97806 from JamieMagee/dotnet-sdk-5.0
...
dotnetCorePackages.sdk_5_0: init at version 5.0.100-preview.8.20417.9
2020-09-25 00:23:27 -03:00
Ryan Mulligan
e7ced50491
Merge pull request #98653 from r-ryantm/auto-update/libgpiod
...
libgpiod: 1.5.1 -> 1.5.2
2020-09-24 20:20:13 -07:00
R. RyanTM
ced2c4a0ec
cliquer: 1.21 -> 1.22
2020-09-25 02:29:32 +00:00
Farid Zakaria
8da7bd63ca
jruby: fix shebang for binaries in JRuby
...
There are a variety of additional scripts that are included with the
JRuby installation that use JRuby itself.
For instance the `bin/gem` had the following contents:
```bash
❯ cat /nix/store/kglkqf56ii83yl6yrgcaj5r3s9m2fzr0-jruby-9.2.13.0/bin/gem
load File.join(File.dirname(__FILE__), 'jgem')
```
This is clearly wrong. Patchshebangs was not picking up the fix as part
of stdenv because the patch is not a build input but the final output
itself.
We have to rely on substituteInPlace so that we get the correct version.
```bash
❯ cat /nix/store/k4fnrn0dcsh2wzw81217r0ywsspb468f-jruby-9.2.13.0/bin/gem
```
2020-09-24 17:57:17 -07:00
R. RyanTM
2221257116
cddlib: 0.94j -> 0.94l
2020-09-25 00:56:11 +00:00
zimbatm
cc9b34a56b
Merge pull request #98649 from cw789/elixir_cleanup
...
elixir_1_6: remove
2020-09-24 22:00:03 +00:00
R. RyanTM
047484d772
argbash: 2.9.0 -> 2.10.0 ( #98669 )
2020-09-24 21:58:51 +00:00
Vladyslav M
0a3987a63f
janet: 1.10.1 -> 1.12.2 ( #98679 )
2020-09-24 21:41:07 +00:00
Martin Povišer
d82e165609
python3.pkgs.pysdl2: fix build
...
Update patches after version bump.
2020-09-24 09:05:40 -07:00
cw
3c379af10b
elixir_1_6: remove
...
Additionally removed the now obsolete rebar build dependency for elixir.
2020-09-24 15:14:52 +02:00
R. RyanTM
25bef63de4
libgpiod: 1.5.1 -> 1.5.2
2020-09-24 12:35:14 +00:00
Michael Weiss
f49210d9be
neatvnc: 0.2.0 -> 0.3.0
2020-09-24 12:25:01 +02:00
Michael Weiss
a9b1e04172
python3Packages.google_api_python_client: 1.12.1 -> 1.12.2
2020-09-24 11:46:37 +02:00
R. RyanTM
7b19957e30
libinsane: 1.0.4 -> 1.0.7
2020-09-24 08:18:36 +00:00
Domen Kožar
5f9475d3ef
Merge pull request #98617 from avh4/elm-format-0.8.4
...
elm-format: 0.8.3 -> 0.8.4
2020-09-24 10:15:12 +02:00
Daniël de Kok
2504403f87
Merge pull request #97679 from acowley/vulkan-loader-fix
...
vulkan-loader: fix pkgconfig libdir path
2020-09-24 08:11:29 +02:00
Aaron VonderHaar
a67d4c9744
elm-format: 0.8.3 -> 0.8.4
2020-09-23 22:34:04 -07:00
Vincent Laporte
8409bdf80a
ocamlPackages.qtest: 2.7 → 2.11
2020-09-24 07:27:41 +02:00
Ryan Mulligan
d6d1c121e1
Merge pull request #72161 from Twey/libbacktrace
...
libbacktrace: init at 2018-06-05
2020-09-23 21:22:08 -07:00
Mario Rodas
b61855498e
tfsec: 0.25.0 -> 0.27.0
...
https://github.com/liamg/tfsec/releases/tag/v0.27.0
2020-09-24 04:20:00 +00:00
R. RyanTM
4fe54460cf
zimg: 3.0 -> 3.0.1
2020-09-23 20:51:03 -07:00
Mario Rodas
1ba35c8d85
Merge pull request #98600 from r-ryantm/auto-update/hiredis
...
hiredis: 0.14.1 -> 1.0.0
2020-09-23 22:18:02 -05:00
Robert Scott
7486a8d587
pythonPackages.cozy: fix build
...
to allow building with dictionaries 0.0.2
2020-09-23 20:12:28 -07:00
Ryan Burns
357014e09c
libkml: fix tests on darwin
...
Darwin tests require rpath setup for libs in build dir
2020-09-23 19:40:21 -07:00
Ryan Mulligan
5b61492080
Merge pull request #68670 from B4dM4n/cargo-sync-readme
...
cargo-sync-readme: init at 1.0
2020-09-23 18:46:17 -07:00
R. RyanTM
88bb04c88f
hiredis: 0.14.1 -> 1.0.0
2020-09-23 23:09:12 +00:00
zowoq
a6c17c9cdd
the-way: use cargoParallelTestThreads
2020-09-24 08:55:03 +10:00
Vincent Laporte
c65790f4dc
ocamlPackages.irmin_1: remove at 1.4.0
2020-09-23 21:36:40 +02:00