multimon-ng: fix qmake4Hook build
pass multimon-ng.pro which was removed in fbb9263
This commit is contained in:
parent
2d529cfebb
commit
5609e0daa2
@ -16,6 +16,8 @@ stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ qmake4Hook ];
|
||||
|
||||
qmakeFlags = [ "multimon-ng.pro" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp multimon-ng $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user