jaspersoft-studio-community: wrap correctly
Some checks failed
Build packages / Build derivations (push) Failing after 1m51s
Some checks failed
Build packages / Build derivations (push) Failing after 1m51s
This commit is contained in:
parent
62666ff3fb
commit
ac25fc8620
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
makeDesktopItem,
|
||||
requireFile,
|
||||
temurin-bin-17,
|
||||
wrapGAppsHook3,
|
||||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "jaspersoft-studio-community";
|
||||
|
@ -19,6 +20,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
copyDesktopItems
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
@ -38,8 +40,13 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
wrapGApp "$out/share/jaspersoft-studio-community/Jaspersoft Studio"
|
||||
'';
|
||||
|
||||
dontBuild = true;
|
||||
dontCheck = true;
|
||||
dontWrapGApps = true;
|
||||
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue