mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Rename Nix flake build input from pkgconfig
to pkg-config
(#203)
This commit is contained in:
parent
b7ae01499b
commit
3e3b771b2e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
"modalkit-0.0.16" = "sha256-mjAD1v0r2+SzPdoB2wZ/5iJ1NZK+3OSvCYcUZ5Ef38Y=";
|
||||
};
|
||||
};
|
||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
buildInputs = [ pkgs.openssl ] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin
|
||||
(with pkgs.darwin.apple_sdk.frameworks; [ AppKit Security ]);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue