Merge pull request #36403 from elts/fix/cl-launch

cl-launch: change platforms to unix
This commit is contained in:
Michael Raskin 2018-03-07 08:32:59 +00:00 committed by GitHub
commit 07be75d512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}