about summary refs log tree commit diff
path: root/pkgs/tools/misc/umlet
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-09-13umlet: 15.0.0 -> 15.1.0Alvar Penning1-8/+8
Based on <https://www.umlet.com/changes.htm>: - Fix of a pesky, zero-size relation bug - log4j mitigation (not a problem per se, but had triggered warnings) - Dark mode tweaks
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott1-0/+1
these are the easily identifiable cases and will not be comprehensive
2022-04-30umlet: 14.3.0 -> 15.0.0Alvar Penning1-7/+9
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-08-15maintainers: rename geistesk to oxziAlvar Penning1-1/+1
For reasons I have renamed my GitHub account and would like to include this name change here.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2018-11-15umlet: 14.2 -> 14.3geistesk1-4/+4
2017-08-07replace "Mac OS X" and "OS X" with "macOS"davidak1-1/+1
as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-01-31Remove myself from maintainersDamien Cassou1-1/+1
2016-10-07umlet: 13.3 -> 14.2Damien Cassou1-4/+4
2015-08-27umlet 13.2 → 13.3Damien Cassou1-2/+2
2015-02-16Umlet 13.1 -> 13.2Damien Cassou1-2/+2
2014-11-30New package for Umlet 13.1Damien Cassou1-0/+51