summary refs log tree commit diff
path: root/pkgs/applications/editors/bluej
Commit message (Collapse)AuthorAge
* bluej: use dpkg instead of manual preUnpackHookCharlotte Van Petegem2023-09-21
|
* bluej: set meta.mainProgram and reduce size of built derivationCharlotte Van Petegem2023-09-20
| | | | | The bundled jdk and javafx are not used (they don't even work on NixOS), but they are quite big, so remove them from the final built output.
* bluej: 5.1.0 -> 5.2.0Charlotte Van Petegem2023-08-18
| | | | https://bluej.org/versions.html
* bluej: 5.0.3 -> 5.1.0Charlotte Van Petegem2023-05-23
| | | | https://bluej.org/versions.html
* treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott2022-06-04
| | | | these are the easily identifiable cases and will not be comprehensive
* bluej: fix with non-binary wrapper for wrapGAppsHookDominik Xaver Hörl2022-05-10
| | | | | The use of --add-flags in this derivation assumed quotes to be expanded, which the binary wrapper (which wrapGAppsHook uses since #164163) will not do.
* bluej: fix gsettings schemasReed2022-04-13
|
* bluej: 5.0.2 -> 5.0.3R. Ryantm2022-03-29
|
* bluej: 5.0.1 -> 5.0.2R. RyanTM2021-08-20
|
* bluej: 5.0.0 -> 5.0.1R. RyanTM2021-05-03
|
* maintainers: rename charvp to chvpCharlotte Van Petegem2021-02-21
|
* bluej: 4.2.2 -> 5.0.0R. RyanTM2021-02-04
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* bluej: init at 4.2.2Charlotte Van Petegem2020-09-21