Skip to content

Commit

Permalink
fixed pkg-config package name in flake.nix (#167)
Browse files Browse the repository at this point in the history
I was trying to set up an eframe project and the nix flake was not
working. It worked after I fixed the package name like this.
  • Loading branch information
SidneyMillen authored Dec 16, 2024
1 parent 4273d00 commit a67ee12
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 @@ -21,7 +21,7 @@

# misc. libraries
openssl
pkgconfig
pkg-config

# GUI libs
libxkbcommon
Expand Down

0 comments on commit a67ee12

Please sign in to comment.