fritzing: use Qt's mkDerivation (#89117)

This commit is contained in:
Brandon Black 2020-08-06 14:24:25 -07:00 committed by GitHub
parent 5e09542c3b
commit bceadafba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
{ stdenv, fetchpatch, fetchFromGitHub, qmake, pkgconfig
{ mkDerivation, stdenv, fetchpatch, fetchFromGitHub, qmake, pkgconfig
, qtbase, qtsvg, qtserialport, boost, libgit2
}:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "fritzing";
version = "0.9.3b";