Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pythonPackages.babelfish: uses pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Oct 14, 2019
1 parent 2a25463 commit 5344414
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/babelfish/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi }:
{ stdenv, buildPythonPackage, fetchPypi, setuptools }:

buildPythonPackage rec {
pname = "babelfish";
Expand All @@ -9,6 +9,8 @@ buildPythonPackage rec {
sha256 = "8380879fa51164ac54a3e393f83c4551a275f03617f54a99d70151358e444104";
};

propagatedBuildInputs = [ setuptools ];

meta = with stdenv.lib; {
homepage = https://pypi.python.org/pypi/babelfish;
description = "A module to work with countries and languages";
Expand Down

0 comments on commit 5344414

Please sign in to comment.