mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
shen-sbcl: set platforms to same as sbcl
See https://github.com/NixOS/nixpkgs/pull/88915#issuecomment-636138041
This commit is contained in:
parent
12ce76d7a5
commit
eaa851c41f
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://shenlanguage.org;
|
homepage = https://shenlanguage.org;
|
||||||
description = "Port of Shen running on Steel Bank Common Lisp";
|
description = "Port of Shen running on Steel Bank Common Lisp";
|
||||||
platforms = platforms.linux;
|
platforms = sbcl.meta.platforms;
|
||||||
maintainers = with maintainers; [ bsima ];
|
maintainers = with maintainers; [ bsima ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user