about summary refs log tree commit diff
path: root/pkgs/applications/misc/thinking-rock
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2016-05-16 09:51:40 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2016-05-16 10:19:38 +0300
commit98fbe83423157efcbf616c1a2034591a7766877d (patch)
treed9a8edf4678a996efc52ca6bdb680fc5e51c2839 /pkgs/applications/misc/thinking-rock
parentf99c86eec1d90b54ad29dcde33e315b9c33f1da8 (diff)
downloadnixlib-98fbe83423157efcbf616c1a2034591a7766877d.tar
nixlib-98fbe83423157efcbf616c1a2034591a7766877d.tar.gz
nixlib-98fbe83423157efcbf616c1a2034591a7766877d.tar.bz2
nixlib-98fbe83423157efcbf616c1a2034591a7766877d.tar.lz
nixlib-98fbe83423157efcbf616c1a2034591a7766877d.tar.xz
nixlib-98fbe83423157efcbf616c1a2034591a7766877d.tar.zst
nixlib-98fbe83423157efcbf616c1a2034591a7766877d.zip
thinkingRock: put -binary suffix where it belongs
Diffstat (limited to 'pkgs/applications/misc/thinking-rock')
-rw-r--r--pkgs/applications/misc/thinking-rock/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/thinking-rock/default.nix b/pkgs/applications/misc/thinking-rock/default.nix
index 7b55f39c1191..9f84189e94b7 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;