mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Add missing packages in flake.nix (#2547)
This commit is contained in:
parent
9e2b3d95ad
commit
1fdee2d47a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue