Fix nix build: don't try to compile dbus

This commit is contained in:
bluepython508
2025-03-22 17:17:10 +00:00
parent 4c4ee87e08
commit ccfe8d6c61
4 changed files with 1 additions and 28 deletions

View File

@@ -21,11 +21,5 @@
];
systems = [ "x86_64-linux" "aarch64-linux" ];
crane.source = ./.;
perSystem = { pkgs, lib, ... }: {
crane.craneArgs = {
nativeBuildInputs = [pkgs.pkg-config];
buildInputs = with pkgs; [ dbus ];
};
};
};
}