Add missing packages in flake.nix (#2547)

This commit is contained in:
Maja Piechotka 2024-06-20 18:08:21 +02:00 committed by GitHub
parent 9e2b3d95ad
commit 1fdee2d47a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,11 @@
pkgs.openssl
pkgs.libiconv
pkgs.pkg-config
pkgs.glib
pkgs.gtk3
pkgs.libsoup_3
pkgs.webkitgtk_4_1
pkgs.xdotool
] ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
IOKit
Carbon