1 { stdenv, lib, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://people.redhat.com/~rjones/virt-what/files/${pname}-${version}.tar.gz";
9 sha256 = "sha256-1Nm9nUrlkJVZdEP6xmNJUxXH60MwuHKqXwYt84rGm/E=";
13 description = "Detect if running in a virtual machine and prints its type";
14 homepage = "https://people.redhat.com/~rjones/virt-what/";
15 maintainers = with maintainers; [ fpletz ];
16 license = licenses.gpl2Plus;
17 platforms = platforms.linux;
18 mainProgram = "virt-what";