Allow jdiskreport to build on Darwin

This commit is contained in:
John Wiegley 2020-02-16 15:22:43 -08:00
parent 131e9edd8b
commit 8bb50e72d6
No known key found for this signature in database
GPG Key ID: C144D8F4F19FE630

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation {
homepage = "http://www.jgoodies.com/freeware/jdiskreport/";
description = "A graphical utility to visualize disk usage";
license = licenses.unfreeRedistributable; #TODO freedist, libs under BSD-3
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ kylesferrazza ];
};
}