1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

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 {