treewide: remove redundant rec
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{ stdenv, fetchurl, lib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
name = "python37-docs-html-3.7.2";
|
||||
src = fetchurl {
|
||||
url = http://docs.python.org/ftp/python/doc/3.7.2/python-3.7.2-docs-html.tar.bz2;
|
||||
|
||||
Reference in New Issue
Block a user