From 31b1fd37f81aacb95020735807bbe94fc27e5ff3 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Thu, 1 May 2025 18:51:08 +0200 Subject: [PATCH] pkgs: Relax rmcscene dep --- pkgs/rmc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/rmc.nix b/pkgs/rmc.nix index cec2086..4e1e4e3 100644 --- a/pkgs/rmc.nix +++ b/pkgs/rmc.nix @@ -32,6 +32,10 @@ python3.pkgs.buildPythonApplication rec { "rmc" ]; + pythonRelaxDeps = [ + "rmscene" + ]; + postInstall = '' wrapProgram $out/bin/rmc --prefix PATH : ${lib.makeBinPath [ inkscape ]} '';