fritzing: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel
2015-12-20 07:56:50 -06:00
parent fc13f37f2c
commit 541b2f20de
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, qt5, boost }:
{ stdenv, fetchurl, qtbase, qtsvg, boost }:
stdenv.mkDerivation rec {
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
tar xjf ${src}
'';
buildInputs = [ qt5.base qt5.svg boost ];
buildInputs = [ qtbase qtsvg boost ];
configurePhase = ''
cd fritzing-${version}.source