Literate: unstable-2020-09-02 -> unstable-2021-01-22
Compile with ldc instead of dmd
This commit is contained in:
parent
2810e2630c
commit
6cfbedcac2
@ -1,16 +1,16 @@
|
|||||||
{ lib, stdenv, fetchgit, dmd, dub }:
|
{ lib, stdenv, fetchgit, ldc, dub }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "Literate";
|
pname = "Literate";
|
||||||
version = "unstable-2020-09-02";
|
version = "unstable-2021-01-22";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/zyedidia/Literate.git";
|
url = "https://github.com/zyedidia/Literate.git";
|
||||||
rev = "533991cca6ec7a608a778396d32d51b35182d944";
|
rev = "7004dffec0cff3068828514eca72172274fd3f7d";
|
||||||
sha256 = "09h1as01z0fw0bj0kf1g9nlhvinya7sqq2x8qb6zmhvqqm6v4n49";
|
sha256 = "0x4xgrdskybaa7ssv81grmwyc1k167v3nwj320jvp5l59xxlbcvs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dmd dub ];
|
buildInputs = [ ldc dub ];
|
||||||
|
|
||||||
installPhase = "install -D bin/lit $out/bin/lit";
|
installPhase = "install -D bin/lit $out/bin/lit";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user