cl-launch: change platforms to unix

this will alow to build / use cl-launch on other platforms
e.g. MacOS, FreeBSD
This commit is contained in:
Eldar Tsraev 2018-03-07 16:28:13 +13:00
parent dc1e064612
commit c6fdf69d44

View file

@ -33,6 +33,6 @@ stdenv.mkDerivation {
description = ''Common Lisp launcher script'';
license = stdenv.lib.licenses.llgpl21 ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}