Commit 9f0e002e authored by Tomo's avatar Tomo
Browse files

r3ctl: use stdenv.mkDerivation

parent 1513db9e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ lib
{ stdenv
, lib
, qt5
, qtbase
, qttools
@@ -7,7 +8,7 @@
, fetchFromGitHub
}:

qt5.mkDerivation {
stdenv.mkDerivation {
  pname = "r3ctl";
  version = "a82cb5b3123224e706835407f21acea9dc7ab0f0";