tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
yi: mark as broken because dependency no longer builds
Dennis Gosnell
3 years ago
9f2b3e32
826331e0
+4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
yi
wrapper.nix
+4
pkgs/applications/editors/yi/wrapper.nix
···
28
# This wrapper and wrapper only is under PD
29
license = licenses.publicDomain;
30
maintainers = with maintainers; [ ];
0
0
0
0
31
};
32
33
}
···
28
# This wrapper and wrapper only is under PD
29
license = licenses.publicDomain;
30
maintainers = with maintainers; [ ];
31
+
32
+
# dependency yi-language no longer builds doesn't build
33
+
hydraPlatforms = lib.platforms.none;
34
+
broken = true;
35
};
36
37
}