mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
python3Packages.atom: add missing cppy dependency
This commit is contained in:
parent
3e9fcf33c6
commit
d8d6cfdf06
@ -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 New Issue
Block a user