summary refs log tree commit diff
path: root/pkgs/applications/graphics/ocrad
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-04-30 23:33:49 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-04-30 23:33:49 -0500
commitccaebf04c15ce3b0c8f054d2e48826c68e7cbee0 (patch)
tree073247021841aa666b146be58a4ac1854bdc5dca /pkgs/applications/graphics/ocrad
parent7cbf40808631996d5fca0785026c31e09e4413b1 (diff)
downloadnixpkgs-ccaebf04c15ce3b0c8f054d2e48826c68e7cbee0.tar
nixpkgs-ccaebf04c15ce3b0c8f054d2e48826c68e7cbee0.tar.gz
nixpkgs-ccaebf04c15ce3b0c8f054d2e48826c68e7cbee0.tar.bz2
nixpkgs-ccaebf04c15ce3b0c8f054d2e48826c68e7cbee0.tar.lz
nixpkgs-ccaebf04c15ce3b0c8f054d2e48826c68e7cbee0.tar.xz
nixpkgs-ccaebf04c15ce3b0c8f054d2e48826c68e7cbee0.tar.zst
nixpkgs-ccaebf04c15ce3b0c8f054d2e48826c68e7cbee0.zip
ocrad: supports darwin
Diffstat (limited to 'pkgs/applications/graphics/ocrad')
-rw-r--r--pkgs/applications/graphics/ocrad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/ocrad/default.nix b/pkgs/applications/graphics/ocrad/default.nix
index d8811791627..2ff62cc9eef 100644
--- a/pkgs/applications/graphics/ocrad/default.nix
+++ b/pkgs/applications/graphics/ocrad/default.nix
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
 
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ pSub ];
-    platforms = platforms.gnu ++ platforms.linux;  # arbitrary choice
+    platforms = platforms.unix;
   };
 }