7 stdenv.mkDerivation rec {
12 url = "https://people.redhat.com/~rjones/virt-what/files/${pname}-${version}.tar.gz";
13 sha256 = "sha256-1Nm9nUrlkJVZdEP6xmNJUxXH60MwuHKqXwYt84rGm/E=";
17 description = "Detect if running in a virtual machine and prints its type";
18 homepage = "https://people.redhat.com/~rjones/virt-what/";
19 maintainers = with maintainers; [ fpletz ];
20 license = licenses.gpl2Plus;
21 platforms = platforms.linux;
22 mainProgram = "virt-what";