fix(pngpaste): only compile when both host and target are darwin

This commit is contained in:
reo101 2024-07-29 11:15:53 +03:00
parent c070f48d5e
commit a5811a42cb
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -1,2 +1,2 @@
{ lib, hostPlatform, targetPlatform, ... }:
targetPlatform.isDarwin
hostPlatform.isDarwin && targetPlatform.isDarwin