mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Allow jdiskreport to build on Darwin
This commit is contained in:
parent
131e9edd8b
commit
8bb50e72d6
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue