Skip to content

Commit

Permalink
Merge pull request #181917 from helsinki-systems/upd/libproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Jul 21, 2022
2 parents 0417e8e + a65e19e commit 12b5641
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/libraries/libproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
, zlib
, dbus
, networkmanager
, enableJavaScript ? stdenv.isDarwin || lib.meta.availableOn stdenv.hostPlatform spidermonkey_78
, spidermonkey_78
, enableJavaScript ? stdenv.isDarwin || lib.meta.availableOn stdenv.hostPlatform duktape
, duktape
, pcre
, gsettings-desktop-schemas
, glib
Expand All @@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
pname = "libproxy";
version = "0.4.17";
version = "0.4.18";

src = fetchFromGitHub {
owner = "libproxy";
repo = "libproxy";
rev = version;
sha256 = "0v8q4ln0pd5231kidpi8wpwh0chcjwcmawcki53czlpdrc09z96r";
hash = "sha256-pqj1LwRdOK2CUu3hYIsogQIXxWzShDuKEbDTbtWkgnQ=";
};

outputs = [ "out" "dev" "py3" ];
Expand All @@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
python3
zlib
] ++ lib.optionals enableJavaScript [
(if stdenv.hostPlatform.isDarwin then JavaScriptCore else spidermonkey_78)
(if stdenv.hostPlatform.isDarwin then JavaScriptCore else duktape)
] ++ (if stdenv.hostPlatform.isDarwin then [
SystemConfiguration
CoreFoundation
Expand Down

0 comments on commit 12b5641

Please sign in to comment.