mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
android-file-transfer: fix building with qt
Use mkDerivation has instead of stdenv.mkDerivation (see #54525).
This commit is contained in:
parent
2e869f71a7
commit
064ddec598
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user