qtemu: remove unused input

This commit is contained in:
Sandro Jäckel
2021-03-03 16:23:54 +01:00
parent 993fb95e78
commit 238ce01f85
@@ -1,4 +1,4 @@
{ lib, mkDerivation, fetchFromGitLab, pkg-config, qmake, qtbase, qemu, makeWrapper }:
{ lib, mkDerivation, fetchFromGitLab, pkg-config, qmake, qtbase, qemu }:
mkDerivation rec {
pname = "qtemu";