python3Packages.apptools: fix build
This commit is contained in:
parent
6f6d2124fc
commit
21f191cddb
@ -1,4 +1,4 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage
|
{ lib, fetchPypi, buildPythonPackage, fetchpatch
|
||||||
, configobj, six, traitsui
|
, configobj, six, traitsui
|
||||||
, nose, tables, pandas
|
, nose, tables, pandas
|
||||||
}:
|
}:
|
||||||
@ -12,6 +12,13 @@ buildPythonPackage rec {
|
|||||||
sha256 = "10h52ibhr2aw076pivqxiajr9rpcr1mancg6xlpxzckcm3if02i6";
|
sha256 = "10h52ibhr2aw076pivqxiajr9rpcr1mancg6xlpxzckcm3if02i6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# PyTables issue; should be merged in next post-4.5.0 release (#117)
|
||||||
|
patches = [ (fetchpatch {
|
||||||
|
url = "https://github.com/enthought/apptools/commit/3734289d1a0ebd8513fa67f75288add31ed0113c.patch";
|
||||||
|
sha256 = "001012q1ib5cbib3nq1alh9ckzj588bfrywr8brkd1f6y1pgvngk";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ configobj six traitsui ];
|
propagatedBuildInputs = [ configobj six traitsui ];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user