mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Merge pull request #224823 from Uthar/clasp-arm
clasp-common-lisp: set correct platforms
This commit is contained in:
commit
b505951d8a
@ -90,7 +90,10 @@ in llvmPackages_15.stdenv.mkDerivation {
|
|||||||
description = "A Common Lisp implementation based on LLVM with C++ integration";
|
description = "A Common Lisp implementation based on LLVM with C++ integration";
|
||||||
license = lib.licenses.lgpl21Plus ;
|
license = lib.licenses.lgpl21Plus ;
|
||||||
maintainers = [lib.maintainers.raskin lib.maintainers.uthar];
|
maintainers = [lib.maintainers.raskin lib.maintainers.uthar];
|
||||||
platforms = lib.platforms.linux;
|
platforms = ["x86_64-linux" "x86_64-darwin"];
|
||||||
|
# Upstream claims support, but breaks with:
|
||||||
|
# error: use of undeclared identifier 'aligned_alloc'
|
||||||
|
broken = llvmPackages_15.stdenv.isDarwin;
|
||||||
homepage = "https://github.com/clasp-developers/clasp";
|
homepage = "https://github.com/clasp-developers/clasp";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user