about summary refs log tree commit diff
path: root/pkgs/applications/graphics/leocad
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-30 01:02:04 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-30 01:02:04 +0000
commit022ead1f542f18bd856f9d5cbe85d39e229e10b4 (patch)
tree900d8b491ab1e4fc252ff998e03dc74b88a052b3 /pkgs/applications/graphics/leocad
parente56e15648e8690e1002f39d624d0c83b120ca638 (diff)
downloadnixlib-022ead1f542f18bd856f9d5cbe85d39e229e10b4.tar
nixlib-022ead1f542f18bd856f9d5cbe85d39e229e10b4.tar.gz
nixlib-022ead1f542f18bd856f9d5cbe85d39e229e10b4.tar.bz2
nixlib-022ead1f542f18bd856f9d5cbe85d39e229e10b4.tar.lz
nixlib-022ead1f542f18bd856f9d5cbe85d39e229e10b4.tar.xz
nixlib-022ead1f542f18bd856f9d5cbe85d39e229e10b4.tar.zst
nixlib-022ead1f542f18bd856f9d5cbe85d39e229e10b4.zip
leocad: only builds on Linux (hardcoded into qmake project)
Diffstat (limited to 'pkgs/applications/graphics/leocad')
-rw-r--r--pkgs/applications/graphics/leocad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/leocad/default.nix b/pkgs/applications/graphics/leocad/default.nix
index 6387a3e3c1b3..4b5c4517deab 100644
--- a/pkgs/applications/graphics/leocad/default.nix
+++ b/pkgs/applications/graphics/leocad/default.nix
@@ -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;
   };
 }