leocad: only builds on Linux (hardcoded into qmake project)
This commit is contained in:
parent
e56e15648e
commit
022ead1f54
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "CAD program for creating virtual LEGO models";
|
description = "CAD program for creating virtual LEGO models";
|
||||||
homepage = http://www.leocad.org/;
|
homepage = http://www.leocad.org/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
inherit (qt4.meta) platforms;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user