mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
thinkingRock: put -binary suffix where it belongs
This commit is contained in:
parent
f99c86eec1
commit
98fbe83423
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue