From d31bde2672c5135fc044e34c312086561a98a0d3 Mon Sep 17 00:00:00 2001 From: Simon Garrelou Date: Tue, 17 Oct 2023 17:05:04 +0200 Subject: Fix msynth derivation needing setuptools --- pkgs/msynth/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/msynth/package.nix b/pkgs/msynth/package.nix index cf44368..c72e66b 100644 --- a/pkgs/msynth/package.nix +++ b/pkgs/msynth/package.nix @@ -5,6 +5,7 @@ , future , z3 , miasm +, setuptools }: buildPythonPackage rec { pname = "msynth"; @@ -22,6 +23,7 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ + setuptools future miasm z3 -- cgit v1.2.3