Allow jdiskreport to build on Darwin
This commit is contained in:
parent
131e9edd8b
commit
8bb50e72d6
@ -45,7 +45,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = "http://www.jgoodies.com/freeware/jdiskreport/";
|
homepage = "http://www.jgoodies.com/freeware/jdiskreport/";
|
||||||
description = "A graphical utility to visualize disk usage";
|
description = "A graphical utility to visualize disk usage";
|
||||||
license = licenses.unfreeRedistributable; #TODO freedist, libs under BSD-3
|
license = licenses.unfreeRedistributable; #TODO freedist, libs under BSD-3
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
maintainers = with maintainers; [ kylesferrazza ];
|
maintainers = with maintainers; [ kylesferrazza ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user