From c6fdf69d44d0113d1dd654d86745f3fd51db2f55 Mon Sep 17 00:00:00 2001 From: Eldar Tsraev Date: Wed, 7 Mar 2018 16:28:13 +1300 Subject: cl-launch: change platforms to unix this will alow to build / use cl-launch on other platforms e.g. MacOS, FreeBSD --- pkgs/development/tools/misc/cl-launch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/development/tools/misc/cl-launch/default.nix b/pkgs/development/tools/misc/cl-launch/default.nix index ffd668dbdee..c245a32a06d 100644 --- a/pkgs/development/tools/misc/cl-launch/default.nix +++ b/pkgs/development/tools/misc/cl-launch/default.nix @@ -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; }; } -- cgit 1.4.1