onedrive: build with ldc instead of dmd

gstqt5
Peter Hoeg 2020-06-12 16:36:41 +08:00
parent ba8d84f69f
commit 73ae41dede
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, autoreconfHook, dmd, installShellFiles, pkgconfig
{ stdenv, lib, fetchFromGitHub, autoreconfHook, ldc, installShellFiles, pkgconfig
, curl, sqlite, libnotify
, withSystemd ? stdenv.isLinux, systemd ? null }:
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "10s33p1xzq9c5n1bxv9n7n31afxgx9i6c17w0xgxdrma75micm3a";
};
nativeBuildInputs = [ autoreconfHook dmd installShellFiles pkgconfig ];
nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkgconfig ];
buildInputs = [
curl sqlite libnotify