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
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -1,6 +1,5 @@
{ lib { lib
, stdenv , stdenv
, mkDerivation
, fetchFromGitHub , fetchFromGitHub
, installShellFiles , installShellFiles
, pkg-config , pkg-config
@ -14,9 +13,10 @@
, qtsvg , qtsvg
, qtxmlpatterns , qtxmlpatterns
, qtmacextras , qtmacextras
, wrapQtAppsHook
}: }:
mkDerivation rec { stdenv.mkDerivation rec {
pname = "qcad"; pname = "qcad";
version = "3.31.1.2"; version = "3.31.1.2";
@ -47,6 +47,7 @@ mkDerivation rec {
pkg-config pkg-config
qmake qmake
qttools qttools
wrapQtAppsHook
]; ];
buildInputs = [ buildInputs = [