From 98fbe83423157efcbf616c1a2034591a7766877d Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Mon, 16 May 2016 09:51:40 +0300 Subject: [PATCH] thinkingRock: put -binary suffix where it belongs --- pkgs/applications/misc/thinking-rock/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/thinking-rock/default.nix b/pkgs/applications/misc/thinking-rock/default.nix index 7b55f39c119..9f84189e94b 100644 --- a/pkgs/applications/misc/thinking-rock/default.nix +++ b/pkgs/applications/misc/thinking-rock/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl }: stdenv.mkDerivation { - name = "thinkingrock-2.2.1-binary"; + name = "thinkingrock-binary-2.2.1"; src = fetchurl { url = mirror://sourceforge/thinkingrock/ThinkingRock/TR%202.2.1/tr-2.2.1.tar.gz;