about summary refs log tree commit diff
path: root/pkgs/tools/misc/staruml
AgeCommit message (Collapse)AuthorFilesLines
2022-06-16treewide/servers,tools: add sourceType binaryNativeCode for many packagesRobert Scott1-0/+1
2022-02-28starlum: use wrapGAppsHookArtturin1-8/+22
fixes https://github.com/NixOS/nixpkgs/issues/158888
2021-10-28staruml: 4.0.1 -> 4.1.6R. Ryantm1-2/+2
2021-08-25StarUML: 2.8.1 -> 4.0.1 (#135599)Noé Tarbouriech1-20/+29
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-01-27treewide: remove inherited stdenv.libBen Siraphob1-1/+0
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-11-27treewide: run ./maintainers/scripts/update_redirected_urls.shSandro Jäckel1-1/+1
2020-08-13staruml: use lib.getLib systemd instead of systemd.libFlorian Klink1-2/+2
This will pick the `lib` output if it exists, otherwise default to `out`.
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-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-04-29staruml: mark `dpkg` as nativeBuildInputsuHOOCCOOHu1-3/+1
2019-04-28staruml: fix dependency libexpat.so.1uHOOCCOOHu1-2/+2
2018-10-15staruml: fix download URLSven Keidel1-2/+2
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
It is deprecated and will be removed after 18.09.
2018-05-15staruml: fix internal node binaryStefan Junker1-9/+10
The internal node binary is at least used for exporting in various picture formats and also PDF printing.
2018-05-15staruml: 2.6.0 -> 2.8.1Stefan Junker1-3/+3
2016-09-05systemd: Separate lib outputEelco Dolstra1-2/+2
This moves libsystemd.so and libudev.so into systemd.lib, and gets rid of libudev (which just contained a copy of libudev.so and the udev headers). It thus reduces the closure size of all packages that (indirectly) depend on libsystemd, of which there are quite a few (for instance, PulseAudio and dbus). For example, it reduces the closure of Blender from 430.8 to 400.8 MiB.
2016-05-01replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov1-1/+1
2016-03-08staruml: fix evaluation on closure-sizeThomas Tuegel1-7/+14
2016-02-21staruml: init at 2.6.0Eugene Akentyev1-0/+49