tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
petrinizer: mark as broken because sbv no longer builds
Dennis Gosnell
3 years ago
ac92ac99
9f2b3e32
+5
-1
2 changed files
expand all
collapse all
unified
split
pkgs
applications
editors
yi
wrapper.nix
science
logic
petrinizer
default.nix
+1
-1
pkgs/applications/editors/yi/wrapper.nix
···
29
29
license = licenses.publicDomain;
30
30
maintainers = with maintainers; [ ];
31
31
32
32
-
# dependency yi-language no longer builds doesn't build
32
32
+
# dependency yi-language no longer builds
33
33
hydraPlatforms = lib.platforms.none;
34
34
broken = true;
35
35
};
+4
pkgs/applications/science/logic/petrinizer/default.nix
···
24
24
license = lib.licenses.gpl3;
25
25
maintainers = with lib.maintainers; [ raskin ];
26
26
inherit (sbv_7_13.meta) platforms;
27
27
+
28
28
+
# dependency sbv no longer builds
29
29
+
hydraPlatforms = lib.platforms.none;
30
30
+
broken = true;
27
31
}