most supported on all unix, not only gnu

vinymeuh c152e7c5 8977bee5

+2 -2
+2 -2
pkgs/tools/misc/most/default.nix
··· 14 14 -e "s|/bin/cp|cp|" \ 15 15 -e "s|/bin/rm|rm|" 16 16 ''; 17 - 17 + 18 18 configureFlags = "--with-slang=${slang.dev}"; 19 19 20 20 buildInputs = [ slang ncurses ]; ··· 28 28 ''; 29 29 homepage = http://www.jedsoft.org/most/index.html; 30 30 license = stdenv.lib.licenses.gpl2; 31 - platforms = stdenv.lib.platforms.gnu; # random choice 31 + platforms = stdenv.lib.platforms.unix; 32 32 }; 33 33 }