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.
2 parents ead1613 + 6b57347 commit 4279efeCopy full SHA for 4279efe
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