ripasso-cursive: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-29 08:02:25 +00:00
parent e841dce44a
commit dbd8e0e162
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -16,9 +16,9 @@ buildRustPackage rec {
cargoBuildFlags = [ "-p ripasso-cursive -p ripasso-man" ];
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig gpgme python3 ];
buildInputs = [
ncurses python3 openssl libgpgerror gpgme xorg.libxcb
ncurses openssl libgpgerror gpgme xorg.libxcb
] ++ stdenv.lib.optionals stdenv.isDarwin [ AppKit Security ];
preFixup = ''