···20 hash = "sha256-69Mp4o3MgV98Fqfai4txv5jQw2WpoPuoWcwHsNAFPQM=";
21 };
220000023 nativeBuildInputs = [
24 cmake
25 buildPackages.stdenv.cc # needs to build a C program to run at build time
···20 hash = "sha256-69Mp4o3MgV98Fqfai4txv5jQw2WpoPuoWcwHsNAFPQM=";
21 };
2223+ patches = [
24+ # Fix nix-store path dupliucations
25+ ./fix-pkg-config.patch
26+ ];
27+28 nativeBuildInputs = [
29 cmake
30 buildPackages.stdenv.cc # needs to build a C program to run at build time