qsyncthingtray: broken on qt 5.7
This commit is contained in:
parent
d4beeef3ce
commit
eb7690ab06
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ qtbase qtwebengine ];
|
buildInputs = [ qtbase qtwebengine ];
|
||||||
nativeBuildInputs = [ qmakeHook ];
|
nativeBuildInputs = [ qmakeHook ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp binary/QSyncthingTray $out/bin
|
cp binary/QSyncthingTray $out/bin
|
||||||
@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = with maintainers; [ zraexy ];
|
maintainers = with maintainers; [ zraexy ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = builtins.compareVersions qtbase.version "5.7.0" >= 0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user