pkgs: Relax rmcscene dep

This commit is contained in:
Quentin Boyer 2025-05-01 18:51:08 +02:00 committed by traxys
parent 4eb6d50733
commit 31b1fd37f8

View file

@ -32,6 +32,10 @@ python3.pkgs.buildPythonApplication rec {
"rmc"
];
pythonRelaxDeps = [
"rmscene"
];
postInstall = ''
wrapProgram $out/bin/rmc --prefix PATH : ${lib.makeBinPath [ inkscape ]}
'';