Merge pull request #206441 from SuperSandro2000/msmtp

This commit is contained in:
Sandro 2022-12-19 22:28:07 +01:00 committed by GitHub
commit ac210fc15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -37,6 +37,7 @@ with lib;
imagemagickBig = super.imagemagickBig.override { libX11Support = false; libXtSupport = false; };
libextractor = super.libextractor.override { gstreamerSupport = false; gtkSupport = false; };
libva = super.libva-minimal;
msmtp = super.msmtp.override { withKeyring = false; };
networkmanager-fortisslvpn = super.networkmanager-fortisslvpn.override { withGnome = false; };
networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; };
networkmanager-l2tp = super.networkmanager-l2tp.override { withGnome = false; };

View File

@ -16,9 +16,9 @@
, which
, Security
, withKeyring ? true
, libsecret ? null
, libsecret
, withSystemd ? stdenv.isLinux
, systemd ? null
, systemd
}:
let
@ -41,7 +41,7 @@ let
platforms = platforms.unix;
};
binaries = stdenv.mkDerivation rec {
binaries = stdenv.mkDerivation {
pname = "msmtp-binaries";
inherit version src meta;
@ -62,7 +62,7 @@ let
'';
};
scripts = resholve.mkDerivation rec {
scripts = resholve.mkDerivation {
pname = "msmtp-scripts";
inherit version src meta;