summary refs log tree commit diff
diff options
context:
space:
mode:
authorJeremy <jtbx@duck.com>2023-09-21 10:31:05 +1200
committerAlyssa Ross <hi@alyssa.is>2023-09-21 16:31:54 +0000
commitf0083384d9519c4105a6abe91299769b945ba884 (patch)
treebb1e8d7b1febeb32ec8fd4a7a03fc16cfece4b2b
parent9a1a55c2c331dfaadeca8b576ee7e9046bfd32e2 (diff)
downloadnixpkgs-f0083384d9519c4105a6abe91299769b945ba884.tar
nixpkgs-f0083384d9519c4105a6abe91299769b945ba884.tar.gz
nixpkgs-f0083384d9519c4105a6abe91299769b945ba884.tar.bz2
nixpkgs-f0083384d9519c4105a6abe91299769b945ba884.tar.lz
nixpkgs-f0083384d9519c4105a6abe91299769b945ba884.tar.xz
nixpkgs-f0083384d9519c4105a6abe91299769b945ba884.tar.zst
nixpkgs-f0083384d9519c4105a6abe91299769b945ba884.zip
Literate: fix build on dub 1.33.0
-rw-r--r--pkgs/development/tools/literate-programming/Literate/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/literate-programming/Literate/default.nix b/pkgs/development/tools/literate-programming/Literate/default.nix
index 1a71b9bc857..1aabc4c86b3 100644
--- a/pkgs/development/tools/literate-programming/Literate/default.nix
+++ b/pkgs/development/tools/literate-programming/Literate/default.nix
@@ -14,6 +14,8 @@ stdenv.mkDerivation {
 
   buildInputs = [ ldc dub ];
 
+  HOME = "home";
+
   installPhase = "install -D bin/lit $out/bin/lit";
 
   meta = with lib; {