most supported on all unix, not only gnu
This commit is contained in:
parent
8977bee504
commit
c152e7c5d9
@ -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