fritzing: fix qmake4Hook build
pass phoenix.pro and return unpack logic which were removed in 0b88755
This commit is contained in:
@@ -9,8 +9,18 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "181qnknq1j5x075icpw2qk0sc4wcj9f2hym533vs936is0wxp2gk";
|
sha256 = "181qnknq1j5x075icpw2qk0sc4wcj9f2hym533vs936is0wxp2gk";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
unpackPhase = ''
|
||||||
|
tar xjf ${src}
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = [ qtbase qtsvg boost qmakeHook ];
|
buildInputs = [ qtbase qtsvg boost qmakeHook ];
|
||||||
|
|
||||||
|
qmakeFlags = [ "phoenix.pro" ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
cd fritzing-${version}.source
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An open source prototyping tool for Arduino-based projects";
|
description = "An open source prototyping tool for Arduino-based projects";
|
||||||
homepage = http://fritzing.org/;
|
homepage = http://fritzing.org/;
|
||||||
|
|||||||
Reference in New Issue
Block a user