herqq: pin to qt514

This commit is contained in:
Thomas Tuegel 2020-09-07 11:43:40 -05:00
parent 63cf375edc
commit 60a13a2240
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -1,11 +1,11 @@
{ stdenv, qt5, unzip, fetchFromGitHub, qtmultimedia }: { stdenv, unzip, fetchFromGitHub, qmake, qtmultimedia, qtbase }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.1.0"; version = "2.1.0";
pname = "herqq"; pname = "herqq";
nativeBuildInputs = [ qt5.qmake ]; nativeBuildInputs = [ qmake ];
buildInputs = [ qt5.qtbase unzip qtmultimedia ]; buildInputs = [ qtbase unzip qtmultimedia ];
preConfigure = "cd herqq"; preConfigure = "cd herqq";
src = fetchFromGitHub { src = fetchFromGitHub {