qcad: use stdenv.mkDerivation

Part of #180841
This commit is contained in:
Nikolay Korotkiy
2024-10-16 02:35:26 +04:00
parent 506a4499d0
commit 2dbd40a19a
+3 -2
View File
@@ -1,6 +1,5 @@
{ lib
, stdenv
, mkDerivation
, fetchFromGitHub
, installShellFiles
, pkg-config
@@ -14,9 +13,10 @@
, qtsvg
, qtxmlpatterns
, qtmacextras
, wrapQtAppsHook
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "qcad";
version = "3.31.1.2";
@@ -47,6 +47,7 @@ mkDerivation rec {
pkg-config
qmake
qttools
wrapQtAppsHook
];
buildInputs = [