3
0
Fork 0
forked from mirrors/nixpkgs

qcad: use mkDerivation instead of mkDerivationWith

This commit is contained in:
Pavol Rusnak 2022-01-01 15:15:00 +01:00
parent c24ba1de11
commit 24e93afb05
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

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";