multimon-ng: fix qmake4Hook build

pass multimon-ng.pro which was removed in fbb9263
This commit is contained in:
Kranium Gikos Mendoza 2016-07-17 22:42:08 +08:00
parent 2d529cfebb
commit 5609e0daa2

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation {
nativeBuildInputs = [ qmake4Hook ];
qmakeFlags = [ "multimon-ng.pro" ];
installPhase = ''
mkdir -p $out/bin
cp multimon-ng $out/bin