mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
herqq: pin to qt514
This commit is contained in:
parent
63cf375edc
commit
60a13a2240
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, qt5, unzip, fetchFromGitHub, qtmultimedia }:
|
||||
{ stdenv, unzip, fetchFromGitHub, qmake, qtmultimedia, qtbase }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.1.0";
|
||||
pname = "herqq";
|
||||
|
||||
nativeBuildInputs = [ qt5.qmake ];
|
||||
buildInputs = [ qt5.qtbase unzip qtmultimedia ];
|
||||
nativeBuildInputs = [ qmake ];
|
||||
buildInputs = [ qtbase unzip qtmultimedia ];
|
||||
preConfigure = "cd herqq";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue