mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-06 04:31:07 +01:00
pkgs: Relax rmcscene dep
This commit is contained in:
parent
4eb6d50733
commit
31b1fd37f8
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||
"rmc"
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"rmscene"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/rmc --prefix PATH : ${lib.makeBinPath [ inkscape ]}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue