mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
ripasso-cursive: fix strict deps build
This commit is contained in:
parent
e841dce44a
commit
dbd8e0e162
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user