oidc-agent: Upgrade to webkitgtk_4_1
Co-authored-by: dudeami0 <dudeami0@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
curl,
|
curl,
|
||||||
webkitgtk_4_0,
|
webkitgtk_4_1,
|
||||||
libmicrohttpd,
|
libmicrohttpd,
|
||||||
libsecret,
|
libsecret,
|
||||||
qrencode,
|
qrencode,
|
||||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
curl
|
curl
|
||||||
webkitgtk_4_0
|
webkitgtk_4_1
|
||||||
libmicrohttpd
|
libmicrohttpd
|
||||||
libsecret
|
libsecret
|
||||||
qrencode
|
qrencode
|
||||||
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
|||||||
"BIN_PATH=$(out)"
|
"BIN_PATH=$(out)"
|
||||||
"PROMPT_BIN_PATH=$(out)"
|
"PROMPT_BIN_PATH=$(out)"
|
||||||
"LIB_PATH=$(out)/lib"
|
"LIB_PATH=$(out)/lib"
|
||||||
|
"WEBKITGTK=webkit2gtk-4.1"
|
||||||
];
|
];
|
||||||
|
|
||||||
installTargets = [
|
installTargets = [
|
||||||
@@ -56,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||||||
postFixup = ''
|
postFixup = ''
|
||||||
# Override with patched binary to be used by help2man
|
# Override with patched binary to be used by help2man
|
||||||
cp -r $out/bin/* bin
|
cp -r $out/bin/* bin
|
||||||
make install_man PREFIX=$out MAN_PATH=$out/share/man PROMPT_MAN_PATH=$out/share/man
|
make install_man PREFIX=$out MAN_PATH=$out/share/man PROMPT_MAN_PATH=$out/share/man WEBKITGTK=webkit2gtk-4.1
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|||||||
Reference in New Issue
Block a user