fix(pngpaste): only compile when both host
and target
are darwin
This commit is contained in:
parent
c070f48d5e
commit
a5811a42cb
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
{ lib, hostPlatform, targetPlatform, ... }:
|
||||
targetPlatform.isDarwin
|
||||
hostPlatform.isDarwin && targetPlatform.isDarwin
|
||||
|
|
Loading…
Reference in a new issue