about summary refs log tree commit diff
path: root/pkgs/tools/graphics/bins/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/bins/default.nix')
-rw-r--r--pkgs/tools/graphics/bins/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/bins/default.nix b/pkgs/tools/graphics/bins/default.nix
index 63bf9aae5521c..d41df87fb6d94 100644
--- a/pkgs/tools/graphics/bins/default.nix
+++ b/pkgs/tools/graphics/bins/default.nix
@@ -44,5 +44,6 @@ stdenv.mkDerivation {
     description = "Generates static HTML photo albums";
     homepage = http://bins.sautret.org;
     license = stdenv.lib.licenses.gpl2;
+    platforms = stdenv.lib.platforms.linux;
   };
-}
\ No newline at end of file
+}