3
0
Fork 0
forked from mirrors/nixpkgs

b2: Fix name attribute

This commit is contained in:
Eelco Dolstra 2016-03-16 12:56:52 +01:00
parent dca9630fae
commit a5247ee705

View file

@ -2,6 +2,7 @@
pythonPackages.buildPythonPackage rec {
name = "b2-${version}";
namePrefix = "";
version = "0.4.4";
src = fetchFromGitHub {