NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.38k stars 13.6k forks source link

Package request: jaspersoft-studio #258807

Open kshinson opened 11 months ago

kshinson commented 11 months ago

Project description

Request to create a NixOS package for the TIBCO Jaspersoft® Studio, editing software for TIBCO JasperReports®. It will help you design and run report templates; build report queries; write complex expressions; layout visual components like 50+ types of charts, maps, tables, crosstabs, and custom visualizations; and much more. It integrates TIBCO JasperReports® Server to create powerful report publishing workflows.

Metadata

binarious commented 6 months ago

Maybe this also helps: PKGBUILD from the AUR: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jaspersoftstudio

binarious commented 6 months ago

Was trying to package it, but https://community.jaspersoft.com/project/jaspersoft-studio/releases and also https://sourceforge.net/projects/jasperstudio are gone. The only way to download it is to create an account and download it via https://community.jaspersoft.com/files/file/41-jaspersoft-community-edition/?do=download it seems :thinking:.

--> https://community.jaspersoft.com/forums/topic/68147-updates-to-the-jaspersoft-community-edition-download/

Edit: My workaround for running it without being packaged:

buildFHSUserEnv { name = "enter-fhs"; targetPkgs = pkgs: with pkgs; [ glib xorg.libXtst libsecret webkitgtk jdk freetype fontconfig xorg.libX11 xorg.libXrender zlib ]; runScript = "bash"; }


- `$ nix-build enter-fhs.nix`
- `$ ./result/bin/enter-fhs`
- `$ path/to/downloaded/jaspersoft-studio/Jaspersoft\ Studio`