r3ctl: use stdenv.mkDerivation

This commit is contained in:
Tomo 2024-10-14 16:54:56 +00:00
parent 1513db9ef9
commit 9f0e002ec1

View File

@ -1,4 +1,5 @@
{ lib { stdenv
, lib
, qt5 , qt5
, qtbase , qtbase
, qttools , qttools
@ -7,7 +8,7 @@
, fetchFromGitHub , fetchFromGitHub
}: }:
qt5.mkDerivation { stdenv.mkDerivation {
pname = "r3ctl"; pname = "r3ctl";
version = "a82cb5b3123224e706835407f21acea9dc7ab0f0"; version = "a82cb5b3123224e706835407f21acea9dc7ab0f0";