tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cedille: mark broken
(cdep)illabout
4 years ago
ff0c051d
f3d08d4b
+4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
cedille
default.nix
+4
pkgs/applications/science/logic/cedille/default.nix
···
52
license = licenses.mit;
53
maintainers = with maintainers; [ marsam mpickering ];
54
platforms = platforms.unix;
0
0
0
0
55
};
56
}
···
52
license = licenses.mit;
53
maintainers = with maintainers; [ marsam mpickering ];
54
platforms = platforms.unix;
55
+
56
+
# Broken due to Agda update. See
57
+
# https://github.com/NixOS/nixpkgs/pull/129606#issuecomment-881107449.
58
+
broken = true;
59
};
60
}