init: first commit
This commit is contained in:
parent
4a96d49073
commit
70de2d8c5b
@ -30,6 +30,8 @@ in
|
|||||||
description = "A simple GUI for ADAM branded scales";
|
description = "A simple GUI for ADAM branded scales";
|
||||||
homepage = "https://git.ontake.dev/go/adam-gui";
|
homepage = "https://git.ontake.dev/go/adam-gui";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
maintainers = [ ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
@ -41,16 +43,14 @@ in
|
|||||||
addOpenGLRunpath $out/bin/adam-gui
|
addOpenGLRunpath $out/bin/adam-gui
|
||||||
'';
|
'';
|
||||||
|
|
||||||
desktopItems = [ makeDesktopItem {
|
desktopItems = [ (makeDesktopItem {
|
||||||
name = "adam-gui";
|
name = pname;
|
||||||
|
desktopName = pname;
|
||||||
exec = "adam-gui";
|
exec = "adam-gui";
|
||||||
icon = "adam-gui";
|
icon = "adam-gui";
|
||||||
comment = "";
|
comment = "A simple GUI for ADAM branded scales.";
|
||||||
desktopName = "ADAM GUI";
|
|
||||||
genericName = "ADAM GUI";
|
|
||||||
categories = ["Science" "Utility"];
|
categories = ["Science" "Utility"];
|
||||||
mimeTypes = [];
|
})
|
||||||
}
|
|
||||||
];
|
];
|
||||||
})];
|
})];
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user