Remove obsolete phase

svn path=/nixpkgs/trunk/; revision=31618
This commit is contained in:
Michael Raskin 2012-01-18 10:27:48 +00:00
parent a975a35254
commit 6fd326a636

View file

@ -31,11 +31,6 @@ rec {
/* doConfigure should be removed if not needed */
phaseNames = ["addInputs" "doQMake" "doMakeInstall"];
preBuild = a.fullDepEntry (''
echo "Fixing a name collision with a function added in Qt 4.7"
sed -re 's/qHash[(][a-z ]*QUrl/vacuum_obsolete_&/' -i src/plugins/dataforms/dataforms.cpp
'') ["minInit" "doUnpack"];
doQMake = a.fullDepEntry (''
qmake INSTALL_PREFIX=$out -recursive vacuum.pro
'') ["doUnpack" "addInputs"];