Commit Graph
365521 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
Bjørn Forsman 7c10b247df arcanist: add missing dependency 'which'
'arc' uses 'which' to find external programs at runtime.
2022-03-31 13:15:22 +02:00
Pascal BachandGitHub fe9906cb48 Merge pull request #166503 from stehessel/update-openshift-4.10
openshift: 4.1 -> 4.10
2022-03-31 11:02:39 +02:00
7c6f434candGitHub 45f9838928 Merge pull request #166407 from bobby285271/virt-viewer
virt-viewer: fix build with meson 0.61
2022-03-31 08:48:47 +00:00
Fabian AffolterandGitHub 5698f541d3 Merge pull request #166384 from r-ryantm/auto-update/python3.10-motionblinds
python310Packages.motionblinds: 0.6.3 -> 0.6.4
2022-03-31 10:41:26 +02:00
Fabian AffolterandGitHub 69ffe9140c Merge pull request #166492 from r-ryantm/auto-update/python310Packages.pybindgen
python310Packages.pybindgen: 0.22.0 -> 0.22.1
2022-03-31 10:34:28 +02:00
Fabian AffolterandGitHub 7b376d919c Merge pull request #166483 from r-ryantm/auto-update/python310Packages.plac
python310Packages.plac: 1.3.4 -> 1.3.5
2022-03-31 10:23:55 +02:00
Ben SiraphobandGitHub 5187709ff7 Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Fabian AffolterandGitHub 52bd410a12 python310Packages.pybindgen: add pythonImportsCheck 2022-03-31 09:42:09 +02:00
SandroandGitHub 36436ac2fe Merge pull request #158365 from k4leg/ventoy-update 2022-03-31 09:40:00 +02:00
Fabian AffolterandGitHub 5bd431ecd1 Merge pull request #166476 from fabaff/aiosmb-bump
python3Packages.aiosmb: 0.2.50 -> 0.3.8
2022-03-31 09:23:20 +02:00
Fabian AffolterandGitHub 1ca3c08589 Merge pull request #166463 from fabaff/amass-bump
amass: 3.18.3 -> 3.19.0
2022-03-31 09:21:14 +02:00
Fabian AffolterandGitHub 42569db61d Merge pull request #166465 from fabaff/ipinfo-bump
ipinfo: 2.7.0 -> 2.8.0
2022-03-31 09:20:48 +02:00
SandroandGitHub 9d1a1d1ad3 Merge pull request #166167 from samuela/samuela/fix-treeo 2022-03-31 09:13:48 +02:00
Fabian AffolterandGitHub bb449d292d Merge pull request #166515 from r-ryantm/auto-update/python310Packages.pysigma
python310Packages.pysigma: 0.4.3 -> 0.4.4
2022-03-31 09:12:07 +02:00
Fabian AffolterandGitHub d60bab9d7a python3Packages.plac: disable on older Python releases 2022-03-31 09:10:35 +02:00
Fabian AffolterandGitHub ceac21cff7 Merge pull request #166471 from fabaff/scmrepo-bump
python3Packages.scmrepo: 0.0.14 -> 0.0.16
2022-03-31 09:06:46 +02:00
Fabian AffolterandGitHub 3509e374bc Merge pull request #166468 from fabaff/restfly-bump
python3Packages.restfly: 1.4.5 -> 1.4.6
2022-03-31 09:06:27 +02:00
Fabian AffolterandGitHub b42699b306 Merge pull request #166475 from fabaff/tfsec-bump
tfsec: 1.15.0 -> 1.15.2
2022-03-31 09:05:34 +02:00
Ben SiraphobandGitHub cbbef27aa9 Merge pull request #166527 from siraben/nuxmv-darwin 2022-03-30 23:44:48 -05:00
Ben Siraphob 0535074d17 nuXmv: fix darwin build 2022-03-30 23:43:21 -05:00
Martin WeineltandGitHub 4dbe6fbd69 Merge pull request #166513 from helsinki-systems/debootstrap-fetchfromgitlab 2022-03-31 04:28:20 +02:00
ajs124 646c9c5acd debootstrap: fetch from gitlab 2022-03-31 03:52:52 +02:00
Ben SiraphobandGitHub a3c2199c24 Merge pull request #166510 from mtoohey31/fix/jitsi-meet-typo 2022-03-30 20:36:45 -05:00
Ben SiraphobandGitHub 1f545f9900 Merge pull request #166506 from siraben/space-cadet-pinball-darwin 2022-03-30 20:36:33 -05:00
Ben Siraphob 21faf9fc29 treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Matthew Toohey a0f7d98c19 nixos/jitsi-meet: fix typo 2022-03-30 20:56:29 -04:00
Ben Siraphob d066c12298 space-cadet-pinball: fix darwin build 2022-03-30 19:46:44 -05:00
Fabian AffolterandMatthieu Coudron 0392957d1b kubeaudit: 0.16.0 -> 0.17.0 2022-03-31 02:32:55 +02:00
Stephan Heßelmann d260d79ce8 openshift: 4.1 -> 4.10
Update openshift client from 4.1 (almost three years old) to latest version.

Note that the upstream repository for the `oc` CLI tool has been changed
to a `openshift/oc`.

I also tried to simplify the derivation by using buildGoModule and
removing some  unnecessary environment variables. Also added man
pages, a passthru test and added myself as a maintainer.
2022-03-31 02:30:04 +02:00
R. Ryantm 0b92f0acff python310Packages.pysigma: 0.4.3 -> 0.4.4 2022-03-31 00:21:42 +00:00
ajs124andGitHub 35619ce1e5 Merge pull request #165453 from helsinki-systems/feat/systemd-manager-environment
nixos/systemd: Switch to ManagerEnvironment=
2022-03-31 01:35:09 +02:00
Martin WeineltandGitHub 2035fe0ec8 Merge pull request #164753 from armeenm/remove-disper 2022-03-31 01:08:18 +02:00
Martin WeineltandGitHub 3bb4e8977a Merge pull request #164752 from armeenm/remove-ddar 2022-03-31 01:05:12 +02:00
ajs124andGitHub ae2ad5ee80 Merge pull request #166487 from mweinelt/pgadmin3
pgadmin3: drop
2022-03-31 00:57:33 +02:00
ajs124andGitHub 9a20d75689 Merge pull request #166442 from mweinelt/botamusique
botamusique: use nodejs-14_x
2022-03-31 00:47:50 +02:00
Malo BourgonandGitHub 3251f70de6 somafm-cli: add meta.mainProgram (#166454) 2022-03-31 00:40:43 +02:00
R. Ryantm eee3d03b71 python310Packages.pybindgen: 0.22.0 -> 0.22.1 2022-03-30 22:21:52 +00:00
Martin WeineltandGitHub a29d5b4cd2 Merge pull request #166479 from piegamesde/appservice-irc 2022-03-31 00:09:21 +02:00
Janne HeßandGitHub d1e1ba036e Merge pull request #164570 from helsinki-systems/upd/manual-copyright
nixos/manual: Update copyright years
2022-03-31 00:08:18 +02:00
markuskowaandGitHub c56ba0ec5a Merge pull request #166482 from markuskowa/upd-rdma-core
rdma-core: 39.0 -> 39.1
2022-03-30 23:54:57 +02:00
Martin Weinelt 9bb92e48ef pgadmin3: drop
The package version is 6y old and was last maintained in 2017. By now we
have pgadmin4 packaged so there is no reason to keep this around.
2022-03-30 23:44:18 +02:00
piegames ff133dcca8 matrix-appservice-irc: 0.32.1 → 0.33.1 2022-03-30 23:37:04 +02:00
Markus Kowalewski 51fe8bff0f rdma-core: 39.0 -> 39.1 2022-03-30 23:24:29 +02:00
R. Ryantm 82c13f17a3 python310Packages.plac: 1.3.4 -> 1.3.5 2022-03-30 21:16:00 +00:00
markuskowaandGitHub fac028f92d Merge pull request #166412 from tfc/rdma-core-pkgconfig-fix
rdma-core: Fix pkg-config files
2022-03-30 23:11:48 +02:00
Fabian Affolter efc340830e python3Packages.aiosmb: 0.2.50 -> 0.3.8 2022-03-30 23:09:15 +02:00
Martin WeineltandGitHub 2f5b1f3db0 Merge pull request #162624 from n0emis/netbox 2022-03-30 23:08:30 +02:00
Martin WeineltandGitHub 1063244793 Merge pull request #166344 from mweinelt/esphome 2022-03-30 22:48:16 +02:00
Fabian Affolter 4e5421a179 tfsec: 1.15.0 -> 1.15.2 2022-03-30 22:46:43 +02:00