kdeconnect: Use qt5's mkDerivation

See #65399
This commit is contained in:
Daniel Fullmer 2019-08-06 14:25:59 -04:00 committed by worldofpeace
parent 57d6508512
commit da178efe89

View File

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