Skip to content

Commit

Permalink
snowman: use Qt mkDerivation
Browse files Browse the repository at this point in the history
Fixes #78382
For #65399

(cherry picked from commit 82fbe42)
  • Loading branch information
B4dM4n authored and worldofpeace committed Jan 26, 2020
1 parent 5e97c6f commit 299fbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/snowman/default.nix
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 299fbcb

Please sign in to comment.