conkeror: pin to firefox-esr-52 (#72090)

This commit is contained in:
PanAeon 2020-02-09 09:43:38 +02:00 committed by GitHub
parent 8130f3c1c2
commit eee784a1bb

View File

@ -1,4 +1,4 @@
{ stdenv, fetchgit, unzip, firefox-esr, makeWrapper }: { stdenv, fetchgit, unzip, firefox-esr-52, makeWrapper }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pkgname = "conkeror"; pkgname = "conkeror";
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/libexec/conkeror mkdir -p $out/libexec/conkeror
cp -r * $out/libexec/conkeror cp -r * $out/libexec/conkeror
makeWrapper ${firefox-esr}/bin/firefox $out/bin/conkeror \ makeWrapper ${firefox-esr-52}/bin/firefox $out/bin/conkeror \
--add-flags "-app $out/libexec/conkeror/application.ini" --add-flags "-app $out/libexec/conkeror/application.ini"
''; '';