tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
texi2html: change platforms to unix
Tested on Darwin
Henry Till
11 years ago
7d52faac
28f5c953
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
texi2html
default.nix
+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
18
-
platforms = stdenv.lib.platforms.linux;
18
18
+
platforms = stdenv.lib.platforms.unix;
19
19
};
20
20
}