android-file-transfer: fix building with qt (#65676)

android-file-transfer: fix building with qt
This commit is contained in:
Vladyslav M 2019-08-01 00:46:25 +03:00 committed by GitHub
commit 06183c2a27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, fuse, readline, pkgconfig, qtbase }:
{ stdenv, mkDerivation, fetchFromGitHub, cmake, fuse, readline, pkgconfig, qtbase }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "android-file-transfer";
version = "3.9";