7 stdenv.mkDerivation rec {
12 url = "mirror://sourceforge/diskinfo-di/${pname}-${version}.tar.gz";
13 sha256 = "sha256-9QD8H+J1hnOOEtdz2rya8Qj+RpDWu8giCpw8P3dPh0g=";
16 makeFlags = [ "PREFIX=$(out)" ];
19 description = "Disk information utility; displays everything 'df' does and more";
20 homepage = "https://diskinfo-di.sourceforge.io/";
21 license = licenses.zlib;
22 maintainers = with maintainers; [ manveru ];
23 platforms = platforms.all;