plymouth: set systemd-tty-ask-password-agent path
This is needed in cross where systemd is not in path.
This commit is contained in:
parent
139fd8b397
commit
3a71e62c56
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, autoreconfHook, pkgconfig, libxslt, docbook_xsl
|
{ stdenv, fetchurl, autoreconfHook, pkgconfig, libxslt, docbook_xsl
|
||||||
, gtk3, udev, systemd
|
, gtk3, udev, systemd, lib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-pango"
|
"--enable-pango"
|
||||||
"--enable-gdm-transition"
|
"--enable-gdm-transition"
|
||||||
"--enable-gtk"
|
"--enable-gtk"
|
||||||
|
"ac_cv_path_SYSTEMD_ASK_PASSWORD_AGENT=${lib.getBin systemd}/bin/systemd-tty-ask-password-agent"
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePlatforms = [ "host" ];
|
configurePlatforms = [ "host" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user