mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
newlisp: set meta.platforms to lib.platforms.all
This commit is contained in:
parent
913487e7ca
commit
6b57347341
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ rc-zb ];
|
maintainers = with lib.maintainers; [ rc-zb ];
|
||||||
mainProgram = "newlisp";
|
mainProgram = "newlisp";
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue