dfasma: patch around broken version detection

This commit is contained in:
Tobias Geerinckx-Rice 2015-08-08 04:03:50 +02:00
parent d708a73e46
commit 4ed5b4c7fd

View File

@ -30,6 +30,10 @@ stdenv.mkDerivation {
buildInputs = [ fftw libsndfile qt5.base qt5.multimedia ];
postPatch = ''
substituteInPlace dfasma.pro --replace '$$DFASMAVERSIONGITPRO' '${version}'
'';
configurePhase = ''
qmake DESTDIR=$out/bin dfasma.pro
'';