mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 14:20:19 +00:00
ptouch-print: Add missing argp-standalone for Darwin (#546230)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user