about summary refs log tree commit diff
path: root/pkgs/tools/graphics/lprof/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/lprof/default.nix')
-rw-r--r--pkgs/tools/graphics/lprof/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/lprof/default.nix b/pkgs/tools/graphics/lprof/default.nix
index 31eaebc0fa1c8..0aee233e79bb6 100644
--- a/pkgs/tools/graphics/lprof/default.nix
+++ b/pkgs/tools/graphics/lprof/default.nix
@@ -42,5 +42,6 @@ stdenv.mkDerivation {
     description = "Little CMS ICC profile construction set";
     homepage = "http://sourceforge.net/projects/lprof";
     license = stdenv.lib.licenses.gpl2;
+    platforms = stdenv.lib.platforms.linux;
   };
 }