timidity: fix cross (#366626)

This commit is contained in:
Colin
2024-12-26 05:55:52 +00:00
committed by GitHub
+5
View File
@@ -32,6 +32,11 @@ stdenv.mkDerivation rec {
./configure-compat.patch
];
postPatch = ''
substituteInPlace configure \
--replace-fail "\$(pkg-config" "\$(\$PKG_CONFIG"
'';
nativeBuildInputs = [ pkg-config ];
buildInputs =
[