librepods: set __structuredAttrs & strictDeps

This commit is contained in:
Pascal Dietrich
2026-06-21 09:50:53 +02:00
parent 3428ea4fb8
commit b1cdb7273b
+3
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";