tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
vgo2nix: mark broken
Sandro Jäckel
3 years ago
4c7e30ac
ad6fd853
+3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
vgo2nix
default.nix
+3
pkgs/development/tools/vgo2nix/default.nix
···
36
36
license = licenses.mit;
37
37
maintainers = with maintainers; [ adisbladis ];
38
38
mainProgram = "vgo2nix";
39
39
+
# vendoring fails with cryptic error:
40
40
+
# reading file:///nix/store/..../github.com/orivej/e/@v/v0.0.0-20180728214217-ac3492690fda.zip: no such file or directory
41
41
+
broken = true;
39
42
};
40
43
}