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
Vladimír Čunát
638c8cb2d5
Merge #97599 : bcachefs*: update
2020-09-17 23:20:33 +02:00
Lassulus
6bc58262d1
Merge pull request #96931 from asbachb/update-netbeans
...
netbeans: 12.0 -> 12.1
2020-09-17 22:36:38 +02:00
Vladimír Čunát
d347b85c02
linuxPackages.exfat-nofuse: lazier assertion (/cc #97577 )
...
I'm not sure what happens exactly. I suspect some construct like mkIf
pushing into boot.kernelPackages contents and tripping on the assertion.
2020-09-17 22:32:43 +02:00
Anderson Torres
d50881ea95
Merge pull request #87912 from loewenheim/calibre-server
...
services/calibre-server: Allow multiple libraries, add "user" and "group" options
2020-09-17 17:07:01 -03:00
Lassulus
b19f6797f6
Merge pull request #97018 from evils/openocd
...
openocd: 0.10.0 -> 2020-09-02
2020-09-17 21:49:02 +02:00
Lassulus
1ab2364f00
Merge pull request #97037 from IvarWithoutBones/crcpp
...
crcpp: init at 1.0.1.0
2020-09-17 21:38:37 +02:00
Vladimír Čunát
ff65a4f304
Merge #97577 : linuxPackages.exfat-nofuse: 2019-09-06 -> 2020-04-15
2020-09-17 21:23:27 +02:00
Robert Helgesson
3584644092
cloc: 1.86 -> 1.88
2020-09-17 21:13:43 +02:00
Lassulus
60996fa762
Merge pull request #97085 from r-ryantm/auto-update/checksec
...
checksec: 2.2.2 -> 2.2.3
2020-09-17 21:13:21 +02:00
Lassulus
ec3ea93a95
Merge pull request #97088 from r-ryantm/auto-update/checkstyle
...
checkstyle: 8.35 -> 8.36
2020-09-17 21:09:15 +02:00
Lassulus
ba7bf293e1
Merge pull request #97090 from r-ryantm/auto-update/clevis
...
clevis: 13 -> 14
2020-09-17 21:04:51 +02:00
John Ericson
d30161b2d9
Merge pull request #96693 from jmininger/jam@fix-adobe-reader
...
adobe-reader: add gkd-pixbuf-xlib based on issue: #96683
2020-09-17 14:58:21 -04:00
Lassulus
1c4113e359
Merge pull request #97099 from r-ryantm/auto-update/crawl
...
crawl: 0.25.0 -> 0.25.1
2020-09-17 20:53:08 +02:00
Lassulus
ce583ca42d
Merge pull request #97104 from r-ryantm/auto-update/cutelyst
...
cutelyst: 2.11.0 -> 2.12.0
2020-09-17 20:39:21 +02:00
Lassulus
6a9b6dce0b
Merge pull request #97111 from r-ryantm/auto-update/dolt
...
dolt: 0.18.3 -> 0.19.0
2020-09-17 20:29:26 +02:00
Lassulus
7992147d87
Merge pull request #97113 from r-ryantm/auto-update/duckdb
...
duckdb: 0.1.8 -> 0.2.1
2020-09-17 20:24:48 +02:00
Hannes Weisbach
9c73e34d18
kicad: remove gettext from buildInputs, add to nativeBuildInputs
...
The i18n "library" does not link against gettext. It only requires the
msgfmt utility from gettext, hence gettext should be a nativeBuildInput
2020-09-17 19:48:50 +02:00
Lassulus
9a886d4773
Merge pull request #98018 from helsinki-systems/upd/matomo
...
matomo: 3.14.0 -> 3.14.1
2020-09-17 19:35:42 +02:00
ehmry
2a14d21224
Merge pull request #97394 from SuperSandro2000/dnscontrol-3.3.0
...
dnscontrol: 3.2.0 -> 3.3.0, add me as maintainer
2020-09-17 17:45:18 +02:00
Arnout Engelen
19f22514cb
pythonPackages.grpcio-tools: add setuptools dependency ( #98157 )
2020-09-17 09:23:16 -05:00
Niklas Hambüchen
3c6ed1a798
Merge pull request #98140 from nh2/ntfy-python3
...
ntfy: Switch to python3. Also fixes test failure
2020-09-17 16:12:03 +02:00
Tim Steinbach
fa60ed8f8d
linux: 5.8.9 -> 5.8.10
2020-09-17 09:56:18 -04:00
Tim Steinbach
e8121e5686
linux: 5.4.65 -> 5.4.66
2020-09-17 09:56:09 -04:00
Tim Steinbach
cb4b908d12
linux: 4.19.145 -> 4.19.146
2020-09-17 09:55:56 -04:00
Mario Rodas
2ef8a50129
Merge pull request #98127 from Chili-Man/patch-2
...
eksctl: 0.26.0 -> 0.27.0
2020-09-17 08:08:00 -05:00
Maximilian Bosch
85ca7f75fd
Merge pull request #98129 from demyanrogozhin/react-native-debugger-fix
...
react-native-debugger: 0.9.10 -> 0.11.4
2020-09-17 14:49:08 +02:00
Sandro Jäckel
139143cabf
dnscontrol: add SuperSandro2000 as maintainer
2020-09-17 14:24:20 +02:00
Sandro Jäckel
5cd3b2d62a
dnscontrol: replace stdenv.lib with lib
2020-09-17 14:24:20 +02:00
Sandro Jäckel
8263d6e68b
dnscontrol: 3.2.0 -> 3.3.0
2020-09-17 14:24:19 +02:00
Mauricio Collares
3df04beafc
signal-desktop: ringrtc depends on libpulseaudio
...
voice/video calls should now work, fixing #98082
2020-09-17 14:20:37 +02:00
Maximilian Bosch
501eaab47a
react-native-debugger: fix eval
2020-09-17 13:39:01 +02:00
Demyan Rogozhin
114ad1a7c5
react-native-debugger: 0.9.10 -> 0.11.4
2020-09-17 12:57:02 +02:00
Sebastian Zivota
4560d7ed70
nixos/calibre-server: Allow multiple libraries
...
Also add options for group and user.
2020-09-17 12:04:39 +02:00
Maximilian Bosch
6803bc6882
Merge pull request #98145 from marsam/update-xonsh
...
xonsh: 0.9.21 -> 0.9.22
2020-09-17 11:46:01 +02:00
Frederik Rietdijk
af92611103
Revert "python: gsd: 1.7.0 -> 1.9.3"
...
Incorrect update. Should not update the Python 2 version.
This reverts commit d1a46d4ff3bd3db14e06fc0d01420e37b39b0fb1.
2020-09-17 11:35:38 +02:00
Mario Rodas
eb6e2ac2c0
terraform_0_13: 0.13.2 -> 0.13.3 ( #98137 )
...
https://github.com/hashicorp/terraform/releases/tag/v0.13.3
2020-09-17 10:21:22 +02:00
Daniël de Kok
3dba63fe64
Merge pull request #98120 from helsinki-systems/drop/transcribe
...
transcribe: drop
2020-09-17 10:18:45 +02:00
Daniël de Kok
e4c978dbdd
Merge pull request #98144 from midchildan/update-maintainer
...
maintainers.midchildan: update info
2020-09-17 10:12:19 +02:00
Sascha Grunert
e363aef498
nixos/cri-o: remove deprecated manage_ns_lifecycle option
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-17 17:50:57 +10:00
Sascha Grunert
1e8324291e
cri-o: 1.18.3 -> 1.19.0
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-17 17:50:57 +10:00
zowoq
ec63faba64
gitAndTools.gh: 0.12.0 -> 1.0.0
...
https://github.com/cli/cli/releases/tag/v1.0.0
2020-09-17 17:41:04 +10:00
Michele Guerini Rocco
f61b2ea2df
Merge pull request #98112 from titouanco/mkvtoolnix
...
mkvtoolnix: 48.0.0 -> 50.0.0
2020-09-17 09:28:17 +02:00
Doron Behar
eaf667bbf0
all-packages.nix: Remove trailing space for qutebrowser
2020-09-17 09:24:46 +03:00
WORLDofPEACE
832738755f
Merge pull request #97974 from alapshin/colord-kde
...
nixos/plasma5: Fix build with config.services.colord.enable = true
2020-09-17 00:41:38 -04:00
WORLDofPEACE
115383f969
Merge pull request #97606 from NixOS/mkg/cinrelnotes
...
release-notes: mention cinnamon
2020-09-17 00:35:39 -04:00
Maciej Krüger
bc3d459ceb
release-notes: mention cinnamon
2020-09-17 06:22:34 +02:00
midchildan
a2f450984a
maintainers.midchildan: update info
2020-09-17 10:48:11 +09:00
Niklas Hambüchen
35593698d5
ntfy: Switch to python3. Also fixes test failure.
...
Fixes test error:
AttributeError: 'module' object has no attribute 'test_prowl'
2020-09-17 03:17:49 +02:00
Mario Rodas
0561fdef05
xonsh: 0.9.21 -> 0.9.22
...
https://github.com/xonsh/xonsh/releases/tag/0.9.22
2020-09-16 18:00:00 -05:00