We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d60d4e + f04cda1 commit 773e1bdCopy full SHA for 773e1bd
pkgs/by-name/li/libmpcdec/package.nix
@@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
13
sha256 = "1a0jdyga1zfi4wgkg3905y6inghy3s4xfs5m4x7pal08m0llkmab";
14
};
15
16
+ # needed for cross builds
17
+ configureFlags = [ "ac_cv_func_memcmp_working=yes" ];
18
+
19
meta = {
20
description = "Musepack SV7 decoder library";
21
platforms = lib.platforms.unix;
0 commit comments