mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
snowman: use Qt mkDerivation
Fixes #78382
For #65399
(cherry picked from commit 82fbe42206)
This commit is contained in:
committed by
worldofpeace
parent
5e97c6f6f7
commit
299fbcbb8b
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user