mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Merge pull request #33721 from adnelson/datadiff_python3
datadiff: don't restrict to python2
This commit is contained in:
commit
9a6aa3cccb
@ -20763,7 +20763,6 @@ EOF
|
||||
|
||||
datadiff = buildPythonPackage rec {
|
||||
name = "datadiff-1.1.6";
|
||||
disabled = ! isPy27;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/d/datadiff/datadiff-1.1.6.zip";
|
||||
|
Loading…
Reference in New Issue
Block a user