This commit is contained in:
Reid 2024-12-08 18:35:27 -08:00
parent a6dbe2cd0a
commit 3173029f5a
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
10 changed files with 14 additions and 12 deletions

View file

@ -20,7 +20,7 @@
cargo = toolchain;
rustc = toolchain;
};
in
in
rec {
packages = flake-utils.lib.flattenTree rec {
default = lastfmpris;
@ -32,7 +32,7 @@
# very scuffed but endorsed!
#cargoSha256 = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
cargoSha256 = "sha256-KOMEvg3iGjmMEFxsrIqD4SaDw63ojiNNNqCfzRlbYLw=";
nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [ openssl dbus ];