about summary refs log tree commit diff
path: root/pkgs/tools/misc/jdiskreport
AgeCommit message (Collapse)AuthorFilesLines
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-02-25treewide: switch all desktop file generators to new APIK9001-2/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-08-03tools/misc: replace name with pname&versionFelix Buehler1-3/+4
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-2/+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-11-29jdiskreport: use copyDesktopItems hookFabian Möller1-3/+6
2020-08-06Allow jdiskreport to build on DarwinJohn Wiegley1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-02-10jdiskreport: cleanup and add desktop itemKyle Sferrazza2-21/+35
2019-08-28treewide: remove redundant recvolth1-1/+1
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-07-15jdiskreport: Update to 1.4.1Eelco Dolstra1-3/+3
2014-01-09Replace lib/java -> share/javaEelco Dolstra1-3/+3
2012-11-08Document that Java packages should install JARs in $out/lib/javaEelco Dolstra2-11/+12
2012-03-27* Updated jdiskreport.Eelco Dolstra1-8/+12
svn path=/nixpkgs/trunk/; revision=33440
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2008-06-17* Quick start section.Eelco Dolstra1-3/+7
* Updated some packages that are referenced in that section. svn path=/nixpkgs/trunk/; revision=12139
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30* Fix some broken URLs.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4622
2005-10-07* Added JDiskReport 1.2.3 (with a wrapper script `jdiskreport' toEelco Dolstra2-0/+28
start it). svn path=/nixpkgs/trunk/; revision=4031