modified: CMakeLists.txt
modified: default.nix deleted: packaging/linux/idef0-editor.desktop modified: src/MainWindow.cpp modified: src/MainWindow.h modified: src/items/DiagramScene.cpp modified: src/items/DiagramScene.h modified: src/main.cpp modified: translations/idef0_en.ts modified: translations/idef0_fr.ts modified: translations/idef0_ru.ts
This commit is contained in:
parent
d025b3c551
commit
086644ae82
11 changed files with 948 additions and 57 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
qt = pkgs.qt6;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "idef0_editor";
|
||||
pname = "erlu_idef0_editor";
|
||||
version = "0.1.0";
|
||||
|
||||
src = lib.cleanSourceWith {
|
||||
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "IDEF0 diagram editor built with Qt 6 Widgets";
|
||||
license = licenses.lgpl3Plus;
|
||||
mainProgram = "idef0_editor";
|
||||
mainProgram = "erlu_idef0_editor";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue