r3ctl: use stdenv.mkDerivation
This commit is contained in:
parent
1513db9ef9
commit
9f0e002ec1
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
{ stdenv
|
||||
, lib
|
||||
, qt5
|
||||
, qtbase
|
||||
, qttools
|
||||
@ -7,7 +8,7 @@
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
qt5.mkDerivation {
|
||||
stdenv.mkDerivation {
|
||||
pname = "r3ctl";
|
||||
version = "a82cb5b3123224e706835407f21acea9dc7ab0f0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user