nixpkgs/pkgs/applications/misc/pdfstudio
Adam Joseph 34bb2681f5 pdfstudio: remove libgccjit dependency
I don't think pdfstudio depends on libgccjit.  If it did, that would
be a license violation.  Unlike the other libraries in gcc,
libgccjit is licensed GPLv3 with no exceptions, since libgccjit
contains the entire compiler.

I wasn't able to build pdfstudio2022 prior to this PR due to openjdk
breakage.  However I did download and extract the `.deb` used, and
ran this command, which produced no outputs:

```
find . -name \*.so -exec ldd {} \; | grep libgccjit
```

Maybe somebody confused `libgccjit` with (may it rest in peace)
`libgcj`?
2023-01-17 21:23:10 -08:00
..
common.nix pdfstudio/pdfstudioviewer: improve package naming schemes and add/upgrade to 2022.0.2 2022-09-25 01:35:39 -06:00
default.nix pdfstudio: remove libgccjit dependency 2023-01-17 21:23:10 -08:00