Merge pull request #212501 from alyssais/volume_key-cross
volume_key: fix cross
This commit is contained in:
@@ -16,9 +16,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "man" "dev" "py" ];
|
||||
|
||||
nativeBuildInputs = [ autoconf automake libtool pkg-config gettext swig autoreconfHook ];
|
||||
strictDeps = true;
|
||||
|
||||
buildInputs = [ glib cryptsetup nss util-linux gpgme ncurses ];
|
||||
nativeBuildInputs = [ autoreconfHook gettext gpgme pkg-config swig ];
|
||||
|
||||
buildInputs = [ glib cryptsetup nss util-linux ncurses ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-gpgme-prefix=${gpgme.dev}"
|
||||
|
||||
Reference in New Issue
Block a user