clisp: remove Darwin from meta.platforms for now

It's problematic.  See #20062.
This commit is contained in:
Vladimír Čunát 2016-12-04 09:58:18 +01:00
parent ef080c9df4
commit 84d737cfe9
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 3 additions and 2 deletions

View File

@ -92,6 +92,7 @@ stdenv.mkDerivation rec {
description = "ANSI Common Lisp Implementation"; description = "ANSI Common Lisp Implementation";
homepage = http://clisp.cons.org; homepage = http://clisp.cons.org;
maintainers = with stdenv.lib.maintainers; [raskin tohl]; maintainers = with stdenv.lib.maintainers; [raskin tohl];
platforms = stdenv.lib.platforms.unix; # problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062
platforms = stdenv.lib.platforms.linux;
}; };
} }