feat: add graphical interface with relm4 and libadw
This commit is contained in:
parent
837ce3ab3e
commit
601ee85b5f
6 changed files with 850 additions and 29 deletions
11
package.nix
11
package.nix
|
@ -3,6 +3,9 @@
|
|||
lib,
|
||||
craneLib,
|
||||
mold-wrapped,
|
||||
libadwaita,
|
||||
pkg-config,
|
||||
wrapGAppsHook4,
|
||||
}:
|
||||
let
|
||||
cargoToml = lib.importTOML ./Cargo.toml;
|
||||
|
@ -14,7 +17,13 @@ craneLib.buildPackage {
|
|||
|
||||
src = craneLib.cleanCargoSource ./.;
|
||||
|
||||
nativeBuildInputs = [ mold-wrapped ];
|
||||
nativeBuildInputs = [
|
||||
mold-wrapped
|
||||
pkg-config
|
||||
wrapGAppsHook4
|
||||
];
|
||||
|
||||
buildInputs = [ libadwaita ];
|
||||
|
||||
RUSTFLAGS = "-C link-arg=-fuse-ld=mold";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue