mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
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'';
|
||||
license = stdenv.lib.licenses.llgpl21 ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user