8 stdenv.mkDerivation rec {
13 url = "https://ftp.i-scream.org/pub/i-scream/libstatgrab/${pname}-${version}.tar.gz";
14 sha256 = "sha256-VoiqSmhVR9cXSoo3PqnY7pJ+dm48wwK97jRSPCxdbBE=";
17 buildInputs = lib.optional stdenv.hostPlatform.isDarwin IOKit;
20 homepage = "https://www.i-scream.org/libstatgrab/";
21 description = "Library that provides cross platforms access to statistics about the running system";
23 license = licenses.gpl2;
24 platforms = platforms.unix;