python2-packages.nix: fix typo (#120784)

disablede to disabled
This commit is contained in:
Evsyukov Denis 2021-04-26 23:50:06 +03:00 committed by GitHub
parent 8e4fe32876
commit 0052852109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -638,7 +638,7 @@ with self; with super; {
yt = callPackage ../development/python-modules/yt { };
zeek = disablede super.zeek;
zeek = disabled super.zeek;
zbase32 = callPackage ../development/python-modules/zbase32 { };