Open kshinson opened 1 year ago
Maybe this also helps: PKGBUILD
from the AUR: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jaspersoftstudio
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:.
Edit: My workaround for running it without being packaged:
enter-fhs.nix
:
with import <nixpkgs> { };
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`
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