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.
1 parent f042242 commit f04cda1Copy full SHA for f04cda1
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