From f9dbd4e1baaf1edcc748998d29341ffa01940fcd Mon Sep 17 00:00:00 2001 From: Charles Strahan Date: Mon, 1 Dec 2014 12:10:52 +0000 Subject: [PATCH] rescuetime: fix typo --- pkgs/applications/misc/rescuetime/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/rescuetime/default.nix b/pkgs/applications/misc/rescuetime/default.nix index ae30756ebc3..455707ccc53 100644 --- a/pkgs/applications/misc/rescuetime/default.nix +++ b/pkgs/applications/misc/rescuetime/default.nix @@ -2,7 +2,7 @@ let src = - if stdenv.system == "is868-linux" then fetchurl { + if stdenv.system == "i686-linux" then fetchurl { name = "rescuetime-installer.deb"; url = "https://www.rescuetime.com/installers/rescuetime_current_i386.deb"; sha256 = "03dj0ivavxlcvx7dv7y6zllwqkclfyxkfax691zv2qclmk5gf8wz";