mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +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" ];
|
cargoBuildFlags = [ "-p ripasso-cursive -p ripasso-man" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig gpgme python3 ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ncurses python3 openssl libgpgerror gpgme xorg.libxcb
|
ncurses openssl libgpgerror gpgme xorg.libxcb
|
||||||
] ++ stdenv.lib.optionals stdenv.isDarwin [ AppKit Security ];
|
] ++ stdenv.lib.optionals stdenv.isDarwin [ AppKit Security ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user