Fabian Affolter and GitHub
fb827f239f
Merge pull request #158243 from r-ryantm/auto-update/python3.10-soco
...
python310Packages.soco: 0.26.0 -> 0.26.1
2022-02-05 21:27:38 +01:00
R. RyanTM and GitHub
1bfc1730e1
cwltool: 3.1.20220202173120 -> 3.1.20220204090313 ( #158272 )
2022-02-05 15:14:21 -05:00
Nicolas Benes
d773c65e2b
networkmanager-l2tp: add missing dependency
...
Fixes `error: possibly undefined macro: AM_GLIB_GNU_GETTEXT` when built
without Gnome.
2022-02-05 20:43:11 +01:00
Nicolas Benes
7a2f565909
networkmanager-openvpn: add missing dependency
...
Requires `glib` when built without Gnome.
2022-02-05 20:43:11 +01:00
R. Ryantm
62de311c2e
flexget: 3.2.16 -> 3.2.18
2022-02-05 19:39:57 +00:00
Robert Hensing and GitHub
dd6dc4cdee
Merge pull request #158242 from milahu/patch-17
...
nixpkgs-basic-release-checks.nix: print errors
2022-02-05 20:24:31 +01:00
R. Ryantm
ad30735b67
heisenbridge: 1.10.0 -> 1.10.1
2022-02-05 19:04:53 +00:00
0x4A6F and GitHub
ca9211c2bc
Merge pull request #157971 from toastal/himalaya-0.5.2
...
himalaya: 0.5.1 → 0.5.4
2022-02-05 19:55:24 +01:00
Renaud and GitHub
1a7d399792
lftp: update homepage
...
lftp.tech seems dead now ;
and use SPDX 3.0 license identifier
2022-02-05 19:37:49 +01:00
Mario Rodas and GitHub
00089fcaf0
Merge pull request #157944 from Lyndeno/pueue-1.0.6
...
pueue: 1.0.4 -> 1.0.6
2022-02-05 13:28:50 -05:00
Mario Rodas and GitHub
a940c781d7
Merge pull request #157976 from r-ryantm/auto-update/apprise
...
apprise: 0.9.6 -> 0.9.7
2022-02-05 13:28:24 -05:00
Maximilian Bosch
c0bd479d77
zathura: improve overridability; set plugin dir through the environment
...
The current package setup has two issues:
* You can only access `pkgs.zathura` which is the "final" derivation,
i.e. a wrapper. This is a problem if you want to apply a patch to
`zathura(1)` in an overlay. To make this a bit easier, I decided to
expose `zathuraPkgs` entirely and `zathura` is now
`zathuraPkgs.zathuraWrapper`.
With this change, patches can now be added like this:
```
with import ./. {
overlays = [
(self: super: {
zathura = super.zathura.override {
zathura_core = super.zathuraPkgs.zathura_core.overrideAttrs (_: {
patches = [
~/Projects/zathura/0001-Fix-remote-link-resolution-in-zathura.patch
];
});
};
})
];
};
zathura
```
* As soon as you open another window in `zathura` from `zathura` (e.g.
to follow a PDF-embedded link to another PDF), it currently fails
because `--plugins-dir=` isn't passed along. This is because `zathura`
uses `argv[0]`[1] to open another process and the GApps-wrapper inside
`zathuraPkgs.zathura_core` does a `exec -a "$0"` which isn't the
`bin/zathura` from the wrapper that appends `--plugins-dir=`:
```
execve("/nix/var/nix/profiles/per-user/ma27/home-manager-140-link/home-path/bin/zathura", ["/nix/var/nix/profiles/per-user/ma27/home-manager-140-link/home-path/bin/zathura", "/home/ma27/Documents/Uni/Studium/Notepad/Aktuell/Index.pdf"], 0x7ffd7a4bf4b0 /* 108 vars */) = 0
execve("/nix/store/2wjhxbgzcnn0qqdwqy0m01hw39dxwfmk-zathura-0.4.8-bin/bin/zathura", ["/nix/store/2wjhxbgzcnn0qqdwqy0m01hw39dxwfmk-zathura-0.4.8-bin/bin/zathura", "--plugins-dir=/nix/store/wcch63yzwykc9x5393dzjfdxsf80mrb8-zathura-with-plugins-0.4.8/lib/zathura", "/home/ma27/Documents/Uni/Studium/Notepad/Aktuell/Index.pdf"], 0x1442010 /* 107 vars */) = 0
execve("/nix/store/2wjhxbgzcnn0qqdwqy0m01hw39dxwfmk-zathura-0.4.8-bin/bin/.zathura-wrapped", ["/nix/store/2wjhxbgzcnn0qqdwqy0m01hw39dxwfmk-zathura-0.4.8-bin/bin/zathura", "--plugins-dir=/nix/store/wcch63yzwykc9x5393dzjfdxsf80mrb8-zathura-with-plugins-0.4.8/lib/zathura", "/home/ma27/Documents/Uni/Studium/Notepad/Aktuell/Index.pdf"], 0x81d010 /* 108 vars */) = 0
```
I figured it's way simpler to actually use the environment variable
`ZATHURA_PLUGINS_PATH` for that purpose as the environment is
inherited when a new process is started.
[1] https://git.pwmt.org/pwmt/zathura/-/blob/242329b534af9cf04b423bf1e4fa7a7f8bac9030/zathura/links.c#L205-215
2022-02-05 19:27:24 +01:00
Graham Christensen and GitHub
605aa6ca3a
Merge pull request #157886 from jonringer/prune-release-small
...
release-small: prune more obsolete software
2022-02-05 13:13:47 -05:00
Vincent Laporte and Vincent Laporte
05f127a994
dune_2: 2.9.2 → 2.9.3
2022-02-05 19:13:13 +01:00
db7940a899
unpackerr: 0.9.8 -> 0.9.9
...
* unpackerr: 0.9.8 -> 0.9.9 (#158101 )
* unpackerr: properly report version number
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com >
2022-02-05 19:03:11 +01:00
Matthieu Coudron and GitHub
68f15fdce8
Merge pull request #158222 from fortuneteller2k/vimplugins
2022-02-05 18:54:13 +01:00
Robert Hensing and GitHub
94f84acd92
Merge pull request #73106 from pasqui23/loginless2
...
nixos/users:added users.allowLoginless
2022-02-05 18:50:13 +01:00
Renaud and GitHub
6b34e0bfc3
Merge pull request #157589 from 0x4A6F/master-innernet
...
innernet: 1.5.2 -> 1.5.3
2022-02-05 18:47:56 +01:00
R. RyanTM and GitHub
1bbaabbf44
gdown: 4.2.0 -> 4.2.1
...
(#157660 )
2022-02-05 18:24:41 +01:00
260128ce57
tev: 1.22 -> 1.23
...
* tev: 1.22 -> 1.23 (#157949 )
* tev: remove unnecessary patching
substituteStream(): WARNING: pattern '/usr/' doesn't match anything in file 'CMakeLists.txt'
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com >
2022-02-05 18:23:16 +01:00
Mario Rodas and GitHub
3ec88f7f43
Merge pull request #158128 from r-ryantm/auto-update/tfsec
...
tfsec: 0.63.1 -> 1.0.11
2022-02-05 12:20:32 -05:00
Mario Rodas and GitHub
b3a5570a3c
Merge pull request #158247 from jonknapp/patch-1
...
heroku: 7.59.0 -> 7.59.2
2022-02-05 12:19:55 -05:00
R. Ryantm
b6fdd6a9ea
stripe-cli: 1.7.10 -> 1.7.11
2022-02-05 17:11:08 +00:00
Sandro and GitHub
b9a9a5db84
Merge pull request #149713 from buckley310/vmwareview
2022-02-05 17:55:21 +01:00
Benjamin Hipple and GitHub
1e45c20eca
Merge pull request #158238 from rnhmjoj/pr-fix-connman
...
nixos/connman: fix evaluation
2022-02-05 11:37:41 -05:00
Benjamin Hipple and GitHub
f0db0bab05
Merge pull request #158223 from fabaff/bump-asyncstdlib
...
python3Packages.asyncstdlib: 3.10.2 -> 3.10.3
2022-02-05 11:28:27 -05:00
Benjamin Hipple and GitHub
be1c870207
Merge pull request #158234 from lsix/rcs-5.10.1
...
rcs: 5.10.0 -> 5.10.1
2022-02-05 11:28:00 -05:00
Renaud and GitHub
54e262e9c4
Merge pull request #158233 from applePrincess/exploitdb-2022-02-05
...
exploitdb: 2022-02-03 -> 2022-02-05
2022-02-05 17:03:12 +01:00
R. Ryantm
7a2180f1a8
python310Packages.pygit2: 1.7.2 -> 1.8.0
2022-02-05 15:13:11 +00:00
Pasquale
07abf6942f
nixos/users:added users.allowLoginless
...
Correct the assertion logic
Fixed indentation
Better wording od allowLoginless' description
Co-authored-by: Eelco Dolstra <edolstra@gmail.com >
Better formatting
Co-authored-by: Eelco Dolstra <edolstra@gmail.com >
allowLoginless -> allowNoPasswordLogin
Clarified users.allowNoPasswordLogin's description
Clarified assertion expression
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com >
Reworded assertion message to gude to safer alternative
2022-02-05 16:00:55 +01:00
R. Ryantm
d3258ef811
python310Packages.adax-local: 0.1.3 -> 0.1.4
2022-02-05 14:57:12 +00:00
AndersonTorres
aab17d11d7
kermit: init at 3.5
2022-02-05 11:28:55 -03:00
Luke Granger-Brown and GitHub
d4fc4cbf27
Merge pull request #157884 from pacien/mercurial-6.0.2
...
mercurial: 6.0.1 -> 6.0.2
2022-02-05 14:22:22 +00:00
Bobby Rong and GitHub
763af70785
Merge pull request #158241 from r-ryantm/auto-update/v2ray-geoip
...
v2ray-geoip: 202201270031 -> 202202030030
2022-02-05 22:12:22 +08:00
Jonathan Knapp and GitHub
626fb2d515
heroku: 7.59.0 -> 7.59.2
2022-02-05 09:03:06 -05:00
R. Ryantm
5d374e47f5
python310Packages.soco: 0.26.0 -> 0.26.1
2022-02-05 13:47:42 +00:00
R. Ryantm
4ef8f177a4
v2ray-geoip: 202201270031 -> 202202030030
2022-02-05 13:35:29 +00:00
milahu and GitHub
3f323d74d6
nixpkgs-basic-release-checks.nix: print errors
2022-02-05 14:32:54 +01:00
Bobby Rong and GitHub
54158cc5fe
Merge pull request #158039 from welteki/faas-cli-bump
...
faas-cli: 0.14.1 -> 0.14.2
2022-02-05 21:29:37 +08:00
Christian Kögler and Matthieu Coudron
87631775cb
neovide: 2021-10-09 -> 2022-02-04
2022-02-05 14:26:44 +01:00
Bobby Rong and GitHub
50e58a423c
Merge pull request #158003 from bbigras/kopia
...
kopia: 0.10.3 -> 0.10.4
2022-02-05 21:21:55 +08:00
Have a good time
af390da36a
tdlib: 1.8.0 -> 1.8.1
2022-02-05 21:19:04 +08:00
R. Ryantm
bbd303105f
python310Packages.pontos: 22.2.0 -> 22.2.1
2022-02-05 13:02:00 +00:00
rnhmjoj
6afcc5afc6
nixos/connman: fix evaluation
...
This was caused by 2a37dd8 that introduced strict checking of
the units names.
2022-02-05 13:51:52 +01:00
José Romildo Malaquias and GitHub
9d211742dc
Merge pull request #158217 from fortuneteller2k/papirus
...
papirus-icon-theme: 20211201 -> 20220204
2022-02-05 09:39:42 -03:00
Bobby Rong and GitHub
3c1cbb4fb1
Merge pull request #157917 from dali99/update_hydrus2
...
hydrus: 471 -> 472
2022-02-05 20:19:21 +08:00
Bobby Rong and GitHub
b1c093bf66
Merge pull request #158153 from witchof0x20/typo
...
nixos/networking: Typo fix
2022-02-05 20:18:19 +08:00
Lancelot SIX
8f608f437a
rcs: 5.10.0 -> 5.10.1
...
See https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00001.html
for release information.
2022-02-05 12:08:06 +00:00
Bobby Rong and GitHub
133081f63a
Merge pull request #158230 from totoroot/fix-typo-jove
...
jove: fix typo in package description
2022-02-05 20:08:06 +08:00
Bobby Rong and GitHub
6a929cfd6f
Merge pull request #158093 from xrelkd/update/fcitx-update.py
...
fcitx5: update `update.py` script
2022-02-05 20:07:41 +08:00