Merge pull request #27762 from vinymeuh/fix_most
fix most: supported on all unix, not only gnu
This commit is contained in:
commit
a82cc75cac
@ -28,6 +28,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
homepage = http://www.jedsoft.org/most/index.html;
|
||||
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