We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913487e commit 6b57347Copy full SHA for 6b57347
pkgs/by-name/ne/newlisp/package.nix
@@ -42,6 +42,6 @@ stdenv.mkDerivation (finalAttrs: {
42
license = lib.licenses.gpl3Plus;
43
maintainers = with lib.maintainers; [ rc-zb ];
44
mainProgram = "newlisp";
45
- platforms = lib.platforms.linux;
+ platforms = lib.platforms.all;
46
};
47
})
0 commit comments