blink: fix build on x86_64-darwin

This commit is contained in:
Weijia Wang 2023-06-05 09:39:11 +03:00
parent 31cd1b4afb
commit 2bfa0ebd13
2 changed files with 2 additions and 1 deletions

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/jart/blink";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ t4ccer ];
platforms = lib.platforms.all;
};
})

View File

@ -4022,7 +4022,7 @@ with pkgs;
bless = callPackage ../applications/editors/bless { };
blink = callPackage ../applications/emulators/blink { };
blink = darwin.apple_sdk_11_0.callPackage ../applications/emulators/blink { };
blink1-tool = callPackage ../tools/misc/blink1-tool { };