ckb-next: use qt5's mkDerivation
This commit is contained in:
parent
83a87644b4
commit
af9f401b9a
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, substituteAll, udev
|
||||
{ stdenv, mkDerivation, fetchFromGitHub, substituteAll, udev
|
||||
, pkgconfig, qtbase, cmake, zlib, kmod }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
mkDerivation rec {
|
||||
version = "0.3.2";
|
||||
name = "ckb-next-${version}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user