sweethome3d: remove with statements

This commit is contained in:
Philip Taron 2024-08-16 10:20:37 -07:00
parent 6ecdcc651c
commit 1419789120
No known key found for this signature in database

View File

@ -14,10 +14,7 @@
let
sweetExec = with lib;
m: "sweethome3d-"
+ removeSuffix "libraryeditor" (toLower m)
+ "-editor";
sweetExec = m: "sweethome3d-" + lib.removeSuffix "libraryeditor" (lib.toLower m) + "-editor";
mkEditorProject =
{ pname, module, version, src, license, description, desktopName }: