qtemu: remove unused input

This commit is contained in:
Sandro Jäckel
2021-03-02 16:56:53 +01:00
parent 993fb95e78
commit 238ce01f85

View File

@@ -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";