Commit graph

275806 commits

Author SHA1 Message Date
Sandro 802cc885e4
Merge pull request #115718 from timstott/tmuxPlugins-refactor-mkTmuxPlugin
tmuxPlugins: rename function to build plugin
2021-03-12 02:36:43 +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
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
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 / 8ad96b7786 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 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
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
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
OPNA2608 48497dbd25 megapixels: 0.14.0 -> 0.15.0 2021-03-11 17:41:47 +01:00
Michael Weiss a3228bb6e8
bundler-audit: 0.7.0.1 -> 0.8.0 2021-03-11 16:55:03 +01:00
Sandro 4f3de0e60e
Merge pull request #115881 from NixOS/m-cli-remove-maintainer
m-cli: remove maintainer
2021-03-11 16:51:34 +01:00
ilian ae38be144d reaper: 6.23 -> 6.25 2021-03-11 16:48:37 +01:00
Shea Levy d47ac89233
hydra: Put mdbook in nativeBuildInputs where it belongs 2021-03-11 10:44:23 -05:00
06kellyjac 9a4843c6e3 nerdctl: 0.7.0 -> 0.7.1
Extract bash completion
Move to using --version now it doesn't exit on containerd socket missing
2021-03-11 15:43:00 +00:00
Florian Klink 540af5fe05
Merge pull request #115879 from khumba/doc-black-disable
nixos/manual/writing-nixos-tests: document how to disable Black silently
2021-03-11 16:18:17 +01:00
Ryan Mulligan 23f345643e
Merge pull request #115872 from r-ryantm/auto-update/minikube
minikube: 1.18.0 -> 1.18.1
2021-03-11 07:16:36 -08:00