mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #45418 from ThomasMader/dlang-update
Literate: 2017-05-28 -> 2018-08-20
This commit is contained in:
commit
27738ad937
@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchgit, dmd, dub }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "Literate-2017-05-28";
|
||||
name = "Literate-2018-08-20";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/zyedidia/Literate.git";
|
||||
rev = "23928d64bb19b5101dbcc794da6119beaf59f679";
|
||||
sha256 = "094lramvacarzj8443ns18zyv7dxnivwi7kdk5xi5r2z4gx338iq";
|
||||
rev = "737567e49c9e12ac56222c147191da58ea1521e2";
|
||||
sha256 = "19v8v66lv8ayg3irqkbk7ln5lkmgwpx4wgz8h3yr81arl40bbzqs";
|
||||
};
|
||||
|
||||
buildInputs = [ dmd dub ];
|
||||
@ -18,6 +18,5 @@ stdenv.mkDerivation {
|
||||
homepage = http://literate.zbyedidia.webfactional.com/;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
broken = true; # 2018-08-20 (https://github.com/NixOS/nixpkgs/pull/45355#issuecomment-414285384)
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user