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

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";