Skip to content

Commit

Permalink
Fix nixpkgs pkg-config name in shell.nix (#14593)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored May 15, 2024
1 parent 52bbe7f commit 920a2da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ let
};
}.${pkgs.stdenv.system});

pkgconfig = pkgs.pkgconfig;

boehmgc = pkgs.boehmgc.override {
enableLargeConfig = true;
};
Expand All @@ -86,7 +84,7 @@ pkgs.stdenv.mkDerivation rec {

buildInputs = tools ++ stdLibDeps ++ [
latestCrystalBinary
pkgconfig
pkgs.pkg-config
llvmPackages.libllvm
pkgs.libffi
];
Expand Down

0 comments on commit 920a2da

Please sign in to comment.