luckybackup: use qt5's mkDerivation
This commit is contained in:
parent
65050cd7e5
commit
8dd46d4ffe
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchurl
|
||||
{ mkDerivation, stdenv, fetchurl
|
||||
, pkgconfig, libtool, qmake
|
||||
, rsync, ssh
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
mkDerivation rec {
|
||||
pname = "luckybackup";
|
||||
version = "0.5.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue