mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 13:38:04 +03:00
flake gtk features change
This commit is contained in:
parent
c6fe8658d9
commit
e90b94a694
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user