Skip to content

Commit

Permalink
nix: add glib for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 28, 2024
1 parent b3f012c commit d3a7a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
]
++ (pkgs.lib.optionals pkgs.stdenv.isLinux [
pkgs.pkg-config
pkgs.glib
])
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
# additional packages needed for darwin platforms
Expand Down

0 comments on commit d3a7a6d

Please sign in to comment.