3
0
Fork 0
forked from mirrors/nixpkgs

gplates: mark as broken

(cherry picked from commit 5b09ca07b8)
This commit is contained in:
Franz Pletz 2017-09-29 02:13:55 +02:00 committed by Tuomas Tynkkynen
parent 1b56f7cbb4
commit d7d774deea

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = https://www.gplates.org;
license = licenses.gpl2;
platforms = platforms.all;
broken = true;
};
}