kristal: add missing wrapQtAppsHook argument

This commit is contained in:
Dmitry Kalinkin
2021-11-18 16:54:33 -05:00
committed by GitHub
parent 8d904c6901
commit e40599d46b
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, qmake, qtmultimedia }:
{ lib, stdenv, fetchFromGitHub, wrapQtAppsHook, qmake, qtmultimedia }:
stdenv.mkDerivation rec {
pname = "kristall";