7 stdenv.mkDerivation rec {
12 url = "https://ftp.i-scream.org/pub/i-scream/libstatgrab/${pname}-${version}.tar.gz";
13 sha256 = "sha256-VoiqSmhVR9cXSoo3PqnY7pJ+dm48wwK97jRSPCxdbBE=";
16 buildInputs = lib.optional stdenv.isDarwin IOKit;
19 homepage = "https://www.i-scream.org/libstatgrab/";
20 description = "A library that provides cross platforms access to statistics about the running system";
21 maintainers = with maintainers; [ ];
22 license = licenses.gpl2;
23 platforms = platforms.unix;