mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #233089 from mweinelt/opendylan-broken
opendylan: mark broken
This commit is contained in:
commit
63073d2cf8
@ -39,5 +39,6 @@ stdenv.mkDerivation {
|
||||
description = "A multi-paradigm functional and object-oriented programming language";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
broken = true; # last successful build 2020-12-11
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user