Skip to content

Commit

Permalink
Rename Nix flake build input from pkgconfig to pkg-config (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
octvs committed Feb 28, 2024
1 parent b7ae014 commit 3e3b771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]);
};
Expand Down

0 comments on commit 3e3b771

Please sign in to comment.