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

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