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

ascii: allow build on darwin

+1 -1
+1 -1
pkgs/tools/text/ascii/default.nix
··· 21 description = "Interactive ASCII name and synonym chart"; 22 homepage = "http://www.catb.org/~esr/ascii/"; 23 license = licenses.bsd3; 24 - platforms = platforms.linux; 25 maintainers = [ maintainers.bjornfor ]; 26 }; 27 }
··· 21 description = "Interactive ASCII name and synonym chart"; 22 homepage = "http://www.catb.org/~esr/ascii/"; 23 license = licenses.bsd3; 24 + platforms = platforms.all; 25 maintainers = [ maintainers.bjornfor ]; 26 }; 27 }