snowman: use Qt mkDerivation

Fixes #78382
For #65399
This commit is contained in:
Fabian Möller 2020-01-24 15:19:00 +01:00 committed by Matthieu Coudron
parent 804fbc9c87
commit 82fbe42206

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, boost, qtbase }:
{ stdenv, mkDerivation, fetchFromGitHub, cmake, boost, qtbase }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "snowman";
version = "0.1.3";