Skip to content

Commit

Permalink
Skip checks on dotnev package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed May 20, 2024
1 parent dd4c1b1 commit 8102964
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1207,4 +1207,18 @@ self: super: {
nativeBuildInputs = [];
propagatedBuildInputs = [];
};
"python-dotenv" = super.buildPythonPackage rec {
pname = "python-dotenv";
version = "1.0.1";
src = fetchurl {
url = "https://files.pythonhosted.org/packages/6a/3e/b68c118422ec867fa7ab88444e1274aa40681c606d59ac27de5a5588f082/python_dotenv-1.0.1-py3-none-any.whl";
sha256 = "f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a";
};
format = "wheel";
doCheck = false;
buildInputs = [];
checkInputs = [];
nativeBuildInputs = [];
propagatedBuildInputs = [];
};
}

0 comments on commit 8102964

Please sign in to comment.