Unverified Commit 2dbd40a1 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

qcad: use stdenv.mkDerivation

Part of #180841
parent 506a4499
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ 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 = [