Commit Graph

276278 Commits

Author SHA1 Message Date
Peter Simons
3216923bb0 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
0c2bc4b8bd.
2021-03-12 02:30:31 +01:00
Sandro
c0a09eb740
Merge pull request #116009 from fzakaria/faridzakaria/fix-jruby-java-home
jruby: Fix JAVA_HOME to support proper jmod support
2021-03-12 02:24:43 +01:00
Sandro
2b839d7a0f
Merge pull request #115500 from SuperSandro2000/override-new-lines
pythonPackages: move overrides into new lines
2021-03-12 02:16:18 +01:00
Sandro
1b6e2fb5f7
Merge pull request #115995 from Mindavi/libwebsockets/cross-compilation-fix
libwebsockets: improve cross-compilation support
2021-03-12 02:09:34 +01:00
Sandro
d214588367
Merge pull request #115981 from liff/python-hcloud/v1.11.0
pythonPackages.hcloud: 1.10.0 -> 1.11.0
2021-03-12 02:04:09 +01:00
Sandro
f7bf62ec5b
Merge pull request #115986 from 0x4A6F/master-dasel
dasel: 1.13.3 -> 1.13.4
2021-03-12 01:59:45 +01:00
github-actions[bot]
903fc48674
Merge master into staging-next 2021-03-12 00:39:51 +00:00
upkeep-bot
2a9193c0ce vscode: 1.53.2 -> 1.54.2 2021-03-12 00:19:52 +00:00
Farid Zakaria
bfcd4b0e2a jruby: Fix JAVA_HOME to support proper jmod support
This is investigation I've done in support of
https://github.com/jruby/jruby/issues/6608 where I noticed some funky
issues with JRuby and module loading.

Looks like that JRuby expects JAVA_HOME to have a directory called
`jmod`, which is consistent with the Java Module system.

Unfortunately, the top level directory for the `jre` or `jdk` /nix/store
entry is not a valid JAVA_HOME since it is missing that directory.

Instead it's set within `lib/openjdk`, and there is a passthru variable
set accordingly.

This fixes JRuby and follows many other derivations.
A simple search in the code-base shows that there are many other
packages that suffer this same bug.
2021-03-11 16:10:22 -08:00
Mario Rodas
0fad702a50
Merge pull request #115985 from 0x4A6F/master-promscale
promscale: 0.2.0 -> 0.2.1
2021-03-11 19:08:27 -05:00
Sandro Jäckel
8a26c93b4c
pythonPackages: move overrides into new lines 2021-03-12 00:12:56 +01:00
Wael Nasreddine
34cf38fca4 vimPlugins.fzfWrapper: place the fzf binary in the plugin's bin dir 2021-03-12 00:05:24 +01:00
Fabian Thorand
f2560115dc dunst: fix 1.6.1 src and build
The previous bump to version 1.6.1 left the sha256 of the src attribute
unchanged, and as a consequence, it still built the old version.
But since the make config injected the version number, the binary still
self-reported as 1.6.1, even though it was built from 1.5.0.
2021-03-12 00:01:38 +01:00
Graham Christensen
7b69e62cb0
Merge pull request #116000 from sternenseemann/mcfgthreads-fix-eval
mcfgthreads: fix syntax
2021-03-11 18:00:20 -05:00
sternenseemann
81e5833fd1 mcfgthreads: fix syntax
PR #115603 / 8ad96b7786134cba3d856ad5572080cef94f1640 introduced a
syntax error by introducing an '' inside an indented string and thus a
syntax error. Was merged despite the failing ofborg check.
2021-03-11 23:59:14 +01:00
Sandro Jäckel
389c7cf0a8
lilypond-unstable: drop because lilypond is newer and it does not build 2021-03-11 23:56:33 +01:00
Profpatsch
dfafbdd56c lorri: 1.3.0 -> 1.3.1
Fix `lorri direnv` triggering an unconditional rebuild every time it is run.

After fixing up the build loop people suddenly started noticing that
lorri was evaluating every time something ran `lorri direnv`, which
could potentially be every time the user switched between buffers in
the editor.

This is not the intended behaviour, since we should run an
unconditional build only the first time the project is added to the
watcher, and after rely on the watcher to notify us of any file
changes (or the user running `lorri internal ping` to force a
rebuild).
2021-03-11 23:54:02 +01:00
Sandro
793bc75c81
Merge pull request #115929 from marsam/fix-nix-linter-build
nix-linter: fix build
2021-03-11 23:40:39 +01:00
Sandro
a5d6ab4932
Merge pull request #115963 from OPNA2608/update/megapixels-0.15.0/21.05
megapixels: 0.14.0 -> 0.15.0
2021-03-11 23:38:59 +01:00
Sandro
99838b738d
Merge pull request #115957 from ilian/u/reaper
reaper: 6.23 -> 6.25
2021-03-11 23:36:40 +01:00
Sandro
cf4c29a9ec
Merge pull request #115955 from 06kellyjac/nerdctl
nerdctl: 0.7.0 -> 0.7.1
2021-03-11 23:36:15 +01:00
R. RyanTM
2d286fbf8c signal-cli: 0.8.0 -> 0.8.1 2021-03-11 23:28:50 +01:00
John Ericson
7ef425d276
Merge pull request #115603 from mroi/patch-mcfgthreads
mcfgthreads: enable cross-compiling on Darwin
2021-03-11 17:23:29 -05:00
Sandro
a7a28d3343
Merge pull request #115978 from superherointj/package-mtd-utils
mtd-utils: 2.1.1 -> 2.1.2
2021-03-11 23:17:09 +01:00
Rick van Schijndel
03b6aa509a libwebsockets: improve cross-compilation support
Building works on aarch64-multiplatform:

- libwebsockets_3_1
- libwebsockets_3_2
- libwebsockets_4_0
- libwebsockets_4_1
2021-03-11 23:09:31 +01:00
Michael Weiss
381af7aa3f
chromiumBeta: 89.0.4389.72 -> 90.0.4430.19 2021-03-11 22:48:17 +01:00
Tim Steinbach
1857d1bf70 awscli: 1.19.24 -> 1.19.25 2021-03-11 16:20:37 -05:00
Tim Steinbach
ba3b293272 python3Packages.boto3: 1.17.24 -> 1.17.25 2021-03-11 16:20:37 -05:00
Tim Steinbach
50271bfa76 python3Packages.botocore: 1.20.24 -> 1.20.25 2021-03-11 16:20:37 -05:00
Steven Pease
b2942f0e2a cocoapods-beta: 1.10.0 -> 1.10.1 2021-03-11 13:10:59 -08:00
Steven Pease
108aa14927 cocoapods: 1.10.0 -> 1.10.1 2021-03-11 13:10:04 -08:00
0x4A6F
810b7863cf
dasel: 1.13.3 -> 1.13.4 2021-03-11 21:41:31 +01:00
Sandro
fde0082ca4
Merge pull request #115932 from dotlambda/marisa-trie-cython
python39Packages.marisa-trie: fix
2021-03-11 21:36:18 +01:00
0x4A6F
db9e9af3ae
promscale: 0.2.0 -> 0.2.1 2021-03-11 21:33:57 +01:00
Sandro
148e686044
Merge pull request #115933 from 06kellyjac/terragrunt
terragrunt: 0.28.8 -> 0.28.9
2021-03-11 21:04:35 +01:00
Benjamin Hipple
17a9f368e3
Merge pull request #115793 from lbpdt/feature/docker-tools-layered-image-name-slashes
dockerTools.buildLayeredImage: image names with registry/ prefix
2021-03-11 14:58:26 -05:00
Benjamin Hipple
f707104092
Merge pull request #115791 from lbpdt/feature/docker-tools-nix-store-dir
dockerTools.buildLayeredImage: configurable store root
2021-03-11 14:56:39 -05:00
Sandro
54972fdaf5
Merge pull request #115941 from NeQuissimus/jenkins
jenkins: 2.263.4 → 2.277.1
2021-03-11 20:55:30 +01:00
Fabian Affolter
93e2dafc9d
Merge pull request #115840 from r-ryantm/auto-update/gdu
gdu: 4.7.0 -> 4.8.0
2021-03-11 20:54:40 +01:00
Olli Helenius
66dce5b3f5
pythonPackages.hcloud: 1.10.0 -> 1.11.0 2021-03-11 21:40:39 +02:00
superherointj
795e18ed2e mtd-utils: 2.1.1 -> 2.1.2 2021-03-11 16:04:42 -03:00
Jan Tojnar
3d92c78160
Merge pull request #115620 from r-ryantm/auto-update/telepathy-glib
telepathy-glib: 0.24.1 -> 0.24.2
2021-03-11 19:35:34 +01:00
github-actions[bot]
d6257d451b
Merge master into staging-next 2021-03-11 18:23:54 +00:00
WilliButz
f5c01cf9d4
Merge pull request #113370 from chkno/prometheus-systemd-exporter-no-flags
prometheus-systemd-exporter: Init at 0.4.0
2021-03-11 19:18:29 +01:00
WilliButz
3ceef8186c
Merge pull request #115185 from Ma27/knot-exporter
prometheus-knot-exporter: init at 2021-01-30; minor module improvements
2021-03-11 18:58:59 +01:00
Guillaume Girol
a72148f3bc
Merge pull request #114881 from collares/sage-dependencies
sage dependency updates
2021-03-11 17:52:16 +00:00
WilliButz
344b02919e
prometheus-systemd-exporter: fix typo, reference vm test 2021-03-11 18:50:29 +01:00
WilliButz
902a479225
Merge pull request #111364 from lbpdt/feature/prometheus-artifactory-exporter
nixos/prometheus-exporters/artifactory: init at 1.9.0
2021-03-11 18:44:03 +01:00
WilliButz
c62eef5675
prometheus-knot-exporter: reference vm test 2021-03-11 18:39:17 +01:00
Michael Weiss
90e466041a
intel-media-driver: 21.1.1 -> 21.1.2 2021-03-11 18:30:45 +01:00