summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-01 13:56:54 -0500
committerGitHub <noreply@github.com>2018-05-01 13:56:54 -0500
commit5e6f1abfd36e7eecb7e20f39f60f701e63dc8964 (patch)
tree4a951d46b33a6c4da6ef26842e07250c3dc2f67d /pkgs/applications/graphics
parentb9f669e5bcd23ad5f1fda7cacc2e4fb0502c6d9c (diff)
parent57a4db244995c9852cf5a202bd7540a5c1e7c410 (diff)
downloadnixlib-5e6f1abfd36e7eecb7e20f39f60f701e63dc8964.tar
nixlib-5e6f1abfd36e7eecb7e20f39f60f701e63dc8964.tar.gz
nixlib-5e6f1abfd36e7eecb7e20f39f60f701e63dc8964.tar.bz2
nixlib-5e6f1abfd36e7eecb7e20f39f60f701e63dc8964.tar.lz
nixlib-5e6f1abfd36e7eecb7e20f39f60f701e63dc8964.tar.xz
nixlib-5e6f1abfd36e7eecb7e20f39f60f701e63dc8964.tar.zst
nixlib-5e6f1abfd36e7eecb7e20f39f60f701e63dc8964.zip
Merge pull request #39790 from matthewbauer/gnu-on-darwin
GNUs on Darwin
Diffstat (limited to 'pkgs/applications/graphics')
-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 d88117916279..2ff62cc9eef2 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;
   };
 }