luckybackup: use qt5's mkDerivation

This commit is contained in:
Martin Milata 2020-04-07 22:33:53 +02:00
parent 65050cd7e5
commit 8dd46d4ffe

View File

@ -1,10 +1,10 @@
{ stdenv, fetchurl { mkDerivation, stdenv, fetchurl
, pkgconfig, libtool, qmake , pkgconfig, libtool, qmake
, rsync, ssh , rsync, ssh
}: }:
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { mkDerivation rec {
pname = "luckybackup"; pname = "luckybackup";
version = "0.5.0"; version = "0.5.0";