librepods: set __structuredAttrs & strictDeps

This commit is contained in:
Pascal Dietrich
2026-06-09 22:54:45 +02:00
parent 3428ea4fb8
commit b1cdb7273b

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";