Skip to content

Commit

Permalink
pkgconfig -> pkg-config #65 (#67)
Browse files Browse the repository at this point in the history
runs fine locally.
  • Loading branch information
dmadisetti committed Nov 28, 2023
1 parent ec07433 commit a573187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
src = ./.;
nativeBuildInputs = [
openssl
pkgconfig
pkg-config
];
buildInputs = [
steamcmd
Expand Down Expand Up @@ -78,6 +78,9 @@
wine
proton-caller
python3

# binary
self.packages.${system}.steam-tui
];
STEAM_RUN_WRAPPER = "${pkgs.steam-run}/bin/steam-run";
};
Expand Down

0 comments on commit a573187

Please sign in to comment.