mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #206441 from SuperSandro2000/msmtp
This commit is contained in:
commit
ac210fc15c
@ -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; };
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user