Merge pull request #27762 from vinymeuh/fix_most
fix most: supported on all unix, not only gnu
This commit is contained in:
commit
a82cc75cac
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
-e "s|/bin/cp|cp|" \
|
-e "s|/bin/cp|cp|" \
|
||||||
-e "s|/bin/rm|rm|"
|
-e "s|/bin/rm|rm|"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = "--with-slang=${slang.dev}";
|
configureFlags = "--with-slang=${slang.dev}";
|
||||||
|
|
||||||
buildInputs = [ slang ncurses ];
|
buildInputs = [ slang ncurses ];
|
||||||
@ -28,6 +28,6 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
homepage = http://www.jedsoft.org/most/index.html;
|
homepage = http://www.jedsoft.org/most/index.html;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.gnu; # random choice
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user