Merge pull request #67614 from alexarice/evtest-fix
evtest-qt: use qt5's mkDerivation
This commit is contained in:
commit
4ae9d16c07
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, qtbase, cmake, fetchFromGitHub }:
|
{ mkDerivation, lib, qtbase, cmake, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "evtest-qt";
|
pname = "evtest-qt";
|
||||||
version = "0.2.0";
|
version = "0.2.0";
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ qtbase ];
|
buildInputs = [ qtbase ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "Simple input device tester for linux with Qt GUI";
|
description = "Simple input device tester for linux with Qt GUI";
|
||||||
homepage = "https://github.com/Grumbel/evtest-qt";
|
homepage = "https://github.com/Grumbel/evtest-qt";
|
||||||
maintainers = with maintainers; [ alexarice ];
|
maintainers = with maintainers; [ alexarice ];
|
||||||
|
Loading…
Reference in New Issue
Block a user