10 , gsettings-desktop-schemas
19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 sha256 = "0v8q4ln0pd5231kidpi8wpwh0chcjwcmawcki53czlpdrc09z96r";
30 outputs = [ "out" "dev" "py3" ];
42 ] ++ (if stdenv.hostPlatform.isDarwin then [
56 "-DPYTHON3_SITEPKG_DIR=${placeholder "py3"}/${python3.sitePackages}"
59 postFixup = lib.optionalString stdenv.isLinux ''
60 # config_gnome3 uses the helper to find GNOME proxy settings
61 wrapProgram $out/libexec/pxgsettings --prefix XDG_DATA_DIRS : "${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}"
64 doCheck = false; # fails 1 out of 10 tests
67 platforms = platforms.linux ++ platforms.darwin;
68 license = licenses.lgpl21;
69 homepage = "http://libproxy.github.io/libproxy/";
70 description = "A library that provides automatic proxy configuration management";