Merge pull request #66223 from danielfullmer/kdeconnect-fix

kdeconnect: Use qt5's mkDerivation
This commit is contained in:
worldofpeace 2019-08-07 10:41:55 -04:00 committed by GitHub
commit d62e11739c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv
{ mkDerivation
, lib
, fetchurl
, extra-cmake-modules
@ -18,7 +18,7 @@
, kwayland
}:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "kdeconnect";
version = "1.3.4";