summary refs log tree commit diff
path: root/pkgs/applications/graphics/scantailor/advanced.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/scantailor/advanced.nix')
-rw-r--r--pkgs/applications/graphics/scantailor/advanced.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/scantailor/advanced.nix b/pkgs/applications/graphics/scantailor/advanced.nix
index bea4fe9b2c6c..1fb8d572e95b 100644
--- a/pkgs/applications/graphics/scantailor/advanced.nix
+++ b/pkgs/applications/graphics/scantailor/advanced.nix
@@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
     description = "Interactive post-processing tool for scanned pages";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ jfrankenau ];
-    platforms = platforms.gnu;
+    platforms = platforms.gnu ++ platforms.linux;
   };
 }