tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
most supported on all unix, not only gnu
vinymeuh
8 years ago
c152e7c5
8977bee5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
most
default.nix
+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
-
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
31
-
platforms = stdenv.lib.platforms.gnu; # random choice
31
31
+
platforms = stdenv.lib.platforms.unix;
32
32
};
33
33
}