Merge pull request #236023 from wegank/blink-darwin
blink: fix build on x86_64-darwin
This commit is contained in:
commit
90630914a2
2 changed files with 2 additions and 1 deletions
|
@ -29,5 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://github.com/jart/blink";
|
homepage = "https://github.com/jart/blink";
|
||||||
license = lib.licenses.isc;
|
license = lib.licenses.isc;
|
||||||
maintainers = with lib.maintainers; [ t4ccer ];
|
maintainers = with lib.maintainers; [ t4ccer ];
|
||||||
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -4022,7 +4022,7 @@ with pkgs;
|
||||||
|
|
||||||
bless = callPackage ../applications/editors/bless { };
|
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 { };
|
blink1-tool = callPackage ../tools/misc/blink1-tool { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue