From 1d9b7ecaed4af5318711eebcdf4d8c17e65784b4 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 25 Jun 2024 20:46:09 -0400 Subject: [PATCH] spot: add `appstream-glib` to nativeBuildInputs this is required while building to validate appstream information --- pkgs/by-name/sp/spot/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/sp/spot/package.nix b/pkgs/by-name/sp/spot/package.nix index 2dcf3c090ef4..8415da2f07a3 100644 --- a/pkgs/by-name/sp/spot/package.nix +++ b/pkgs/by-name/sp/spot/package.nix @@ -6,6 +6,7 @@ cargo, rustc, alsa-lib, + appstream-glib, blueprint-compiler, desktop-file-utils, gettext, @@ -43,6 +44,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cargo rustc + appstream-glib blueprint-compiler desktop-file-utils gettext