about summary refs log tree commit diff
path: root/pkgs/applications/misc/oneko
diff options
context:
space:
mode:
authorJosef Kemetmüller <josef.kemetmueller@gmail.com>2018-04-20 01:08:23 +0200
committerJosef Kemetmüller <josef.kemetmueller@gmail.com>2018-04-20 01:08:23 +0200
commitac02a1348f58cd5f1edb8fcff6e117c7ee160a73 (patch)
treeef3087a37791ad17b596d50aaacba6f433c73850 /pkgs/applications/misc/oneko
parent4f7941406e410cfa2213681c8b563a05b85b97b3 (diff)
oneko: enable darwin build
Diffstat (limited to 'pkgs/applications/misc/oneko')
-rw-r--r--pkgs/applications/misc/oneko/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/oneko/default.nix b/pkgs/applications/misc/oneko/default.nix
index 4655b059b3390..58e80e7f7264a 100644
--- a/pkgs/applications/misc/oneko/default.nix
+++ b/pkgs/applications/misc/oneko/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     homepage = "http://www.daidouji.com/oneko/";
     license = licenses.publicDomain;
     maintainers = [ maintainers.xaverdh ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }