Skip to content

Commit

Permalink
conkeror: pin to firefox-esr-52 (#72090)
Browse files Browse the repository at this point in the history
  • Loading branch information
PanAeon authored Feb 9, 2020
1 parent 8130f3c commit eee784a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/conkeror/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ stdenv, fetchgit, unzip, firefox-esr, makeWrapper }:
{ stdenv, fetchgit, unzip, firefox-esr-52, makeWrapper }:

stdenv.mkDerivation rec {
pkgname = "conkeror";
version = "1.0.4";
name = "${pkgname}-${version}";

src = fetchgit {
url = git://repo.or.cz/conkeror.git;
rev = "refs/tags/${version}";
Expand All @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
mkdir -p $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"
'';

Expand Down

0 comments on commit eee784a

Please sign in to comment.