python.pkgs.gflags: fix expression
This commit is contained in:
parent
e2b539a1ef
commit
2ed7dda500
@ -2,16 +2,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.1.2";
|
||||
pname = "gflags";
|
||||
name = pname + "-" + version;
|
||||
pname = "python-gflags";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "python-gflags";
|
||||
inherit pname version;
|
||||
sha256 = "40ae131e899ef68e9e14aa53ca063839c34f6a168afe622217b5b875492a1ee2";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user