Skip to content

Commit

Permalink
pybfd: 0.1.1 -> 0.1.1.2017-12-31
Browse files Browse the repository at this point in the history
Incorporates orivej/pybfd#1 to fix Bfd.my_archive
computed property
  • Loading branch information
orivej committed Dec 31, 2017
1 parent aafbd4f commit d647502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pybfd/default.nix
@@ -1,15 +1,15 @@
{ lib, fetchFromGitHub, buildPythonPackage, isPyPy, isPy3k, libbfd, libopcodes }:

buildPythonPackage rec {
name = "pybfd-0.1.1";
name = "pybfd-0.1.1.2017-12-31";

disabled = isPyPy || isPy3k;

src = fetchFromGitHub {
owner = "orivej";
repo = "pybfd";
rev = "a2c3a7b94a3c9f7a353b863f69a79174c6a41ebe";
sha256 = "0wrz234dz25hs0ajzcz5w8lzc1yzf64wqa8fj01hhr4yy23vjkcr";
rev = "a10ada53f2a79de7f62f209567806ef1e91794c7";
sha256 = "0sxzhlqjyvvx1zr3qrkb57z6s3g6k3ksyn65fdm9lvl0k4dv2k9w";
};

LIBBFD_INCLUDE_DIR = "${libbfd.dev}/include";
Expand Down

0 comments on commit d647502

Please sign in to comment.