gtk-gnutella: enable strictDeps && structured attrs

Mainly for nixpkgs-vet in #522424, but is also justified anyway.
This commit is contained in:
Doron Behar
2026-05-21 10:09:39 +03:00
parent 777ffa2be3
commit f4d58b57de
+2
View File
@@ -18,6 +18,8 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gtk-gnutella";
version = "1.2.2";
strictDeps = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "gtk-gnutella";