nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

gbinder-python: fix cross-compilation

Signed-off-by: Mika Tammi <mika.tammi@unikie.com>

+5
+5
pkgs/development/python-modules/gbinder-python/default.nix
··· 26 26 pkg-config 27 27 ]; 28 28 29 + postPatch = '' 30 + # Fix pkg-config name for cross-compilation 31 + substituteInPlace setup.py --replace "pkg-config" "$PKG_CONFIG" 32 + ''; 33 + 29 34 setupPyGlobalFlags = [ "--cython" ]; 30 35 31 36 meta = with lib; {