python3Packages.atom: add missing cppy dependency
This commit is contained in:
parent
3e9fcf33c6
commit
d8d6cfdf06
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, future }:
|
||||
{ lib, buildPythonPackage, fetchPypi, future, cppy }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "atom";
|
||||
|
@ -9,6 +9,7 @@ buildPythonPackage rec {
|
|||
sha256 = "ce0c600e4b26b7553c926b3b8253df7ae19bbf2678bdc2d46eb29b5f9149f172";
|
||||
};
|
||||
|
||||
buildInputs = [ cppy ];
|
||||
propagatedBuildInputs = [ future ];
|
||||
|
||||
# Tests not released to pypi
|
||||
|
|
Loading…
Reference in a new issue