opencpn: remove the "broken" mark, as it builds now

This commit is contained in:
Vladimír Čunát 2019-10-09 14:25:55 +02:00
parent 61273bc672
commit 44511d2739
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -29,6 +29,5 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
license = stdenv.lib.licenses.gpl2;
homepage = https://opencpn.org/;
broken = true;
};
}