librecad: use mkDerivation instead of mkDerivationWith

This commit is contained in:
Pavol Rusnak
2022-01-01 15:15:50 +01:00
parent df2c21de51
commit c24ba1de11
+2 -3
View File
@@ -2,7 +2,7 @@
, boost
, fetchFromGitHub
, installShellFiles
, mkDerivationWith
, mkDerivation
, muparser
, pkg-config
, qmake
@@ -10,10 +10,9 @@
, qtsvg
, qttools
, runtimeShell
, stdenv
}:
mkDerivationWith stdenv.mkDerivation rec {
mkDerivation rec {
pname = "librecad";
version = "2.2.0-rc2";