herqq: pin to qt514
This commit is contained in:
parent
63cf375edc
commit
60a13a2240
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user