Commit Graph
368949 Commits
Author SHA1 Message Date
Bjørn Forsman ce8e9df4d7 arcanist: add python3 to fix 'arc anoid'
Patch out the requirement from 'arc' that it needs 'python3' in
$PATH at runtime, because once built the python script will have
a fixed absolute path shebang to python3. (The check makes sense
outside of Nix though.)

Not injecting python3 in PATH prevents leaking python3 into the
environment in which arc runs linters etc.
2022-04-01 12:33:12 +02:00
adisbladis 18262c79e1 poetry2nix: 1.26.0 -> 1.27.1 2022-04-01 22:23:40 +12:00
Luflosi 9dc7fafa42 nodePackages.postcss-cli: add Luflosi as maintainer 2022-04-01 12:06:15 +02:00
B4rc1 da1544fbf7 mailspring: 1.9.2 -> 1.10.2 2022-04-01 10:03:26 +00:00
Janne Heß c465c8d719 nixos/systemd-initrd: Make emergency access more flexible 2022-04-01 11:58:31 +02:00
Janne Heß b7c62b8238 nixos/systemd-initrd: Remove unit options that don't work 2022-04-01 11:58:30 +02:00
06kellyjac 19315d0dde syft: 0.42.4 -> 0.43.0 2022-04-01 10:37:47 +01:00
Robert Hensing 200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
ArtturiandGitHub 18f19c2bb8 Merge pull request #166275 from gador/pinegrow-fix-gsettings 2022-04-01 12:27:24 +03:00
R. Ryantm ec61fa185d python310Packages.hahomematic: 1.0.3 -> 1.0.4 2022-04-01 09:19:01 +00:00
R. Ryantm 87660bf9d7 python310Packages.thrift: 0.15.0 -> 0.16.0 2022-04-01 08:58:22 +00:00
R. Ryantm 60df4bd6ec python310Packages.google-re2: 0.2.20220201 -> 0.2.20220401 2022-04-01 08:43:16 +00:00
maxine [they]andGitHub db5e4dbdd5 Merge pull request #166589 from maxeaubrey/yaru_22.04.3.1
yaru-theme: 22.04.2 -> 22.04.3.1
2022-04-01 10:33:49 +02:00
R. Ryantm 9a2a80df28 python310Packages.glean-parser: 5.1.0 -> 5.1.1 2022-04-01 08:10:31 +00:00
ArtturiandGitHub 83063f39b2 Merge pull request #166780 from Artturin/removedeadddir 2022-04-01 11:10:12 +03:00
ArtturiandGitHub 96a1835155 Merge pull request #166771 from Artturin/zoteroscheme 2022-04-01 11:09:33 +03:00
Pavol RusnakandGitHub 1af5aa0b0b Merge pull request #166587 from teutat3s/bump/electron-17-3-1
electron_17: 17.1.2 -> 17.3.1, electron_16: 16.1.0 -> 16.2.1, electron_15: 15.4.1 -> 15.5.1, electron_14: 14.2.7 -> 14.2.9 (EOL)
2022-04-01 10:04:15 +02:00
Samuel Ainsworth 2a0acdbe9f python3Packages.cupy: use the latest cudnn 2022-04-01 08:02:47 +00:00
Samuel Ainsworth e51d84a97f python3Packages.cupy: parallel build 2022-04-01 08:02:18 +00:00
Samuel Ainsworth 2133acc806 python3Packages.cupy: cudatoolkit consistency 2022-04-01 08:02:07 +00:00
Samuel Ainsworth 03dd3f66fb nccl: expose cudatoolkit in passthru 2022-04-01 08:01:09 +00:00
gadorandArtturin 58b6768280 pinegrow: bugfix for missing gsettings
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-01 11:00:44 +03:00
Samuel Ainsworth 147606d8e3 cudnn: 7.6.5 -> 8.3.2 2022-04-01 08:00:14 +00:00
Samuel Ainsworth 089dafd170 cutensor: fix cutensor_cudatoolkit_{10,11} 2022-04-01 07:57:56 +00:00
Janne Heß 1e5261f31c nixos/systemd-lib: Use module composition 2022-04-01 09:57:19 +02:00
Artturin 34fd00a5b8 pkgs: remove dead dir 2022-04-01 10:33:51 +03:00
rnhmjoj f649fb8b4a haskellPackages.mkDerivation: fix pkg-config cross
When cross compiling the pkg-config binary is prefixed and cabal
needs to be made aware of this.

Note: the `--with-pkg-config` flag can't be added unconditionally
because if the package doesn't need pkg-config (thus pkg-config
is not in the PATH) cabal consider this a hard failure.
2022-04-01 09:24:03 +02:00
Thiago Kenji OkadaandGitHub d9448bd7d9 Merge pull request #166718 from thiagokokada/add-graalvmDrv
buildGraalvmNativeImage: allow usage of arbitrary graalvm derivation
2022-04-01 08:19:43 +01:00
R. Ryantm cb3ceffd06 python310Packages.stripe: 2.69.0 -> 2.70.0 2022-04-01 07:17:32 +00:00
R. Ryantm a21282a02d python310Packages.plaid-python: 9.1.1 -> 9.2.0 2022-04-01 07:08:35 +00:00
Doron BeharandGitHub a44b35dc41 Merge pull request #166299 from doronbehar/pkg/python/particle 2022-04-01 09:55:24 +03:00
Artturin 36c36411b8 .github/workflows/basic-eval.yml: only run if manually triggered
ofborg should have obsoleted this with https://github.com/NixOS/ofborg/pull/588#issuecomment-1078451552
https://github.com/NixOS/nixpkgs/pull/166599#issuecomment-1085069938

this is still useful to have around for act usage
2022-04-01 09:48:20 +03:00
Artturin c2b8260981 zotero: add x-scheme-handler/zotero to desktop file
so `zotero://select/library/items/GICAH8PU` will work
2022-04-01 09:33:37 +03:00
illustris ff86a2f24f spark: 3.1.2 -> 3.1.3 2022-04-01 12:01:00 +05:30
Doron Behar 34f5c38b50 python3.pkgs.particle: init at 0.20.1 2022-04-01 09:21:46 +03:00
Bernardo MeurerandGitHub ee1c4365d1 Merge pull request #166768 from lovesegfault/pulumi-update
pulumi: update plugins
2022-03-31 23:21:14 -07:00
Bernardo Meurer ae79ae5805 pulumi: update plugins 2022-03-31 23:20:51 -07:00
Doron Behar 2f7dda4450 ocrfeeder: 0.8.3 -> 0.8.5 2022-04-01 09:17:30 +03:00
R. Ryantm 34a77f8ece python310Packages.doc8: 0.10.1 -> 0.11.1 2022-04-01 06:15:47 +00:00
illustris 8a21b4ea92 spark: mark 2.4 as vulnerable 2022-04-01 11:44:43 +05:30
R. Ryantm 3c2a06387a python310Packages.fastcore: 1.4.0 -> 1.4.1 2022-04-01 06:13:01 +00:00
R. Ryantm 38b7c3bf77 x11docker: 7.1.3 -> 7.1.4 2022-04-01 06:01:55 +00:00
github-actions[bot]andGitHub 5e1c018e60 Merge master into staging-next 2022-04-01 06:01:23 +00:00
Alex Martens 71cf6e512c cargo-spellcheck: 0.11.1 -> 0.11.2 2022-03-31 22:42:28 -07:00
R. Ryantm 4e9639beb4 python310Packages.deep-translator: 1.8.1 -> 1.8.3 2022-04-01 05:29:24 +00:00
Vincent LaporteandVincent Laporte 3a5df670ef ocaml-ng.ocamlPackages_4_14.ocaml: 4.14.0-rc2 → 4.14.0 2022-04-01 06:54:57 +02:00
R. Ryantm 569cdd47fa python310Packages.cloudflare: 2.8.15 -> 2.9.8 2022-04-01 04:31:10 +00:00
R. Ryantm bfacc22648 python310Packages.pex: 2.1.74 -> 2.1.75 2022-04-01 04:16:08 +00:00
R. Ryantm 3815aff670 python310Packages.pynetgear: 0.9.1 -> 0.9.2 2022-04-01 04:02:42 +00:00
Ilya Fedin c520b50693 nixos/mate: make the session work without display managers 2022-04-01 07:53:29 +04:00