multicharge: fix pkg-config

+1 -1
+1 -1
pkgs/development/libraries/science/chemistry/multicharge/default.nix
··· 28 29 postInstall = '' 30 substituteInPlace $out/lib/pkgconfig/${pname}.pc \ 31 - --replace "''${prefix}" "" 32 ''; 33 34 doCheck = true;
··· 28 29 postInstall = '' 30 substituteInPlace $out/lib/pkgconfig/${pname}.pc \ 31 + --replace "''${prefix}/" "" 32 ''; 33 34 doCheck = true;