dfasma: patch around broken version detection
This commit is contained in:
parent
d708a73e46
commit
4ed5b4c7fd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue