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:
parent
dc1e064612
commit
c6fdf69d44
@ -33,6 +33,6 @@ stdenv.mkDerivation {
|
|||||||
description = ''Common Lisp launcher script'';
|
description = ''Common Lisp launcher script'';
|
||||||
license = stdenv.lib.licenses.llgpl21 ;
|
license = stdenv.lib.licenses.llgpl21 ;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user