We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561232d commit aef0614Copy full SHA for aef0614
pkgs/by-name/vi/visual-hexdiff/package.nix
@@ -52,6 +52,6 @@ stdenv.mkDerivation {
52
license = licenses.wtfpl;
53
maintainers = with maintainers; [ erictapen ];
54
mainProgram = "hexdiff";
55
- platforms = platforms.all;
+ platforms = platforms.unix;
56
};
57
}
0 commit comments