r3ctl: use stdenv.mkDerivation

This commit is contained in:
Tomo
2024-10-15 08:06:41 +00:00
parent 1513db9ef9
commit 9f0e002ec1
+3 -2
View File
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, qt5
, qtbase
, qttools
@@ -7,7 +8,7 @@
, fetchFromGitHub
}:
qt5.mkDerivation {
stdenv.mkDerivation {
pname = "r3ctl";
version = "a82cb5b3123224e706835407f21acea9dc7ab0f0";