dfasma: patch around broken version detection
This commit is contained in:
@@ -30,6 +30,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ fftw libsndfile qt5.base qt5.multimedia ];
|
buildInputs = [ fftw libsndfile qt5.base qt5.multimedia ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace dfasma.pro --replace '$$DFASMAVERSIONGITPRO' '${version}'
|
||||||
|
'';
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
qmake DESTDIR=$out/bin dfasma.pro
|
qmake DESTDIR=$out/bin dfasma.pro
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user