Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

oneko: enable darwin build

(cherry picked from commit ac02a1348f58cd5f1edb8fcff6e117c7ee160a73)

authored by Josef Kemetmüller and committed by Daiderd Jordan 73a44ec7 3e12faf7

+1 -1
+1 -1
pkgs/applications/misc/oneko/default.nix
··· 28 homepage = "http://www.daidouji.com/oneko/"; 29 license = licenses.publicDomain; 30 maintainers = [ maintainers.xaverdh ]; 31 - platforms = platforms.linux; 32 }; 33 } 34
··· 28 homepage = "http://www.daidouji.com/oneko/"; 29 license = licenses.publicDomain; 30 maintainers = [ maintainers.xaverdh ]; 31 + platforms = platforms.unix; 32 }; 33 } 34