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

texi2html: change platforms to unix

Tested on Darwin

+1 -1
+1 -1
pkgs/development/tools/misc/texi2html/default.nix
··· 15 15 homepage = http://www.nongnu.org/texi2html/; 16 16 license = stdenv.lib.licenses.gpl2; 17 17 maintainers = [stdenv.lib.maintainers.marcweber]; 18 - platforms = stdenv.lib.platforms.linux; 18 + platforms = stdenv.lib.platforms.unix; 19 19 }; 20 20 }