ptouch-print: Add missing argp-standalone for Darwin (#546230)

This commit is contained in:
Weijia Wang
2026-08-10 09:20:35 +00:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
{
argp-standalone,
cmake,
fetchgit,
gd,
@@ -36,6 +37,9 @@ stdenv.mkDerivation {
libpng
zlib
libusb1
]
++ lib.optionals (stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isMusl) [
argp-standalone
];
installPhase = ''