leocad: only builds on Linux (hardcoded into qmake project)

This commit is contained in:
Yegor Timoshenko 2017-12-30 01:02:04 +00:00
parent e56e15648e
commit 022ead1f54
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "CAD program for creating virtual LEGO models";
homepage = http://www.leocad.org/;
license = licenses.gpl2;
inherit (qt4.meta) platforms;
platforms = platforms.linux;
};
}