mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python.pkgs.pybfd: use pname and version
This commit is contained in:
parent
9928b03832
commit
925a734688
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{ lib, fetchFromGitHub, buildPythonPackage, isPyPy, isPy3k, libbfd, libopcodes }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "pybfd-0.1.1.2017-12-31";
|
||||
pname = "pybfd";
|
||||
version = "-0.1.1.2017-12-31";
|
||||
|
||||
disabled = isPyPy || isPy3k;
|
||||
|
||||
|
|
Loading…
Reference in a new issue