Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
LunNova committed Oct 16, 2022
1 parent e7ab54a commit bd7de0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/libarcus/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib, buildPythonPackage, python, fetchFromGitHub
, fetchpatch
, cmake, sip, protobuf, pythonOlder, symlinkJoin, pkg-config, j2cli }:
, cmake, sip, protobuf, setuptools,
pythonOlder, symlinkJoin, pkg-config, j2cli }:

buildPythonPackage rec {
pname = "libarcus";
@@ -16,7 +17,7 @@ buildPythonPackage rec {

disabled = pythonOlder "3.4";

propagatedBuildInputs = [ sip ];
propagatedBuildInputs = [ sip setuptools ];
nativeBuildInputs = [ cmake python pkg-config ];
buildInputs = [ protobuf python ];

0 comments on commit bd7de0e

Please sign in to comment.