mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
lobster: unbreak on Darwin
This commit is contained in:
@@ -60,7 +60,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
passthru.tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix { };
|
||||
|
||||
meta = {
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
homepage = "https://strlen.com/lobster/";
|
||||
description = "Lobster programming language";
|
||||
mainProgram = "lobster";
|
||||
|
||||
Reference in New Issue
Block a user