flake gtk features change

This commit is contained in:
MeexReay 2025-04-16 02:45:51 +03:00
parent c6fe8658d9
commit e90b94a694

View File

@ -61,7 +61,7 @@
}); });
packages.bRAC-gtk = (rustPackage { packages.bRAC-gtk = (rustPackage {
version = "-gtk"; version = "-gtk";
features = "default gtk_gui"; features = "ssl homedir gtk_gui";
deps = with pkgs; [ pkg-config openssl gtk4 pango ]; deps = with pkgs; [ pkg-config openssl gtk4 pango ];
}); });
packages.bRAC-minimal = (rustPackage { packages.bRAC-minimal = (rustPackage {