qcad: use mkDerivation instead of mkDerivationWith

This commit is contained in:
Pavol Rusnak
2022-01-01 15:15:50 +01:00
parent c24ba1de11
commit 24e93afb05
+2 -3
View File
@@ -1,7 +1,7 @@
{ boost
, fetchFromGitHub
, libGLU
, mkDerivationWith
, mkDerivation
, muparser
, pkg-config
, qtbase
@@ -11,11 +11,10 @@
, qtxmlpatterns
, qttools
, lib
, stdenv
, installShellFiles
}:
mkDerivationWith stdenv.mkDerivation rec {
mkDerivation rec {
pname = "qcad";
version = "3.26.4.10";