mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
tptp: use urls instead of url
nix-prefetch-url breaks if the url argument to fetchurl is a list.
This commit is contained in:
parent
b3844d00f6
commit
b1c149d47a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "7.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = [
|
||||
urls = [
|
||||
"http://www.cs.miami.edu/~tptp/TPTP/Distribution/TPTP-v${version}.tgz"
|
||||
"http://www.cs.miami.edu/~tptp/TPTP/Archive/TPTP-v${version}.tgz"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue