mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-09-13 23:47:39 +03:00
build: fix flake nix by adding libadwaita
This commit is contained in:
parent
544de1df8b
commit
0e00a3a721
@ -10,7 +10,7 @@
|
||||
outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
devDeps = with pkgs; [ pkg-config openssl gtk4 pango libnotify ];
|
||||
devDeps = with pkgs; [ pkg-config openssl gtk4 pango libnotify libadwaita ];
|
||||
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
|
||||
overlays = [ (import rust-overlay) ];
|
||||
pkgs = import nixpkgs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user