mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
thc-hydra: don't call this package "hydra"; that name is taken in NixOS
This commit is contained in:
parent
e6277bd958
commit
525a850511
@ -3,7 +3,7 @@
|
||||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "hydra-7.5";
|
||||
name = "thc-hydra-7.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.thc.org/releases/${name}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user