snowman: use Qt mkDerivation

Fixes #78382
For #65399

(cherry picked from commit 82fbe42206)
This commit is contained in:
Fabian Möller
2020-01-24 15:19:00 +01:00
committed by worldofpeace
parent 5e97c6f6f7
commit 299fbcbb8b

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