librepods: set __structuredAttrs & strictDeps

(cherry picked from commit b1cdb7273b)
This commit is contained in:
Pascal Dietrich 2026-06-09 22:54:45 +02:00 committed by github-actions[bot]
commit 67ee546516

View file

@ -13,6 +13,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "librepods";
version = "0.2.5";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "kavishdevar";
repo = "librepods";