about summary refs log tree commit diff
path: root/pkgs/applications/misc/rescuetime
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2014-12-01 12:10:52 +0000
committerCharles Strahan <charles.c.strahan@gmail.com>2014-12-01 12:11:01 +0000
commitf9dbd4e1baaf1edcc748998d29341ffa01940fcd (patch)
treeacfa5b39f6ec67f3c701bc8403f9aea22006b765 /pkgs/applications/misc/rescuetime
parentfe21ac39033504b8decc4ef41897a7a7a15a8d37 (diff)
rescuetime: fix typo
Diffstat (limited to 'pkgs/applications/misc/rescuetime')
-rw-r--r--pkgs/applications/misc/rescuetime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/rescuetime/default.nix b/pkgs/applications/misc/rescuetime/default.nix
index ae30756ebc3c7..455707ccc5357 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";