about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-03-26 09:44:27 +0100
committersternenseemann <sternenseemann@systemli.org>2022-03-26 09:45:49 +0100
commit9f7ac9269852b12a220a8cc48d1879ddfab0a115 (patch)
treec04a704378d1b37b5beda043b6c89bf7f5685223 /pkgs/top-level/aliases.nix
parentf6d7cbb2470cce467e320ede800ae3d411e88181 (diff)
downloadnixlib-9f7ac9269852b12a220a8cc48d1879ddfab0a115.tar
nixlib-9f7ac9269852b12a220a8cc48d1879ddfab0a115.tar.gz
nixlib-9f7ac9269852b12a220a8cc48d1879ddfab0a115.tar.bz2
nixlib-9f7ac9269852b12a220a8cc48d1879ddfab0a115.tar.lz
nixlib-9f7ac9269852b12a220a8cc48d1879ddfab0a115.tar.xz
nixlib-9f7ac9269852b12a220a8cc48d1879ddfab0a115.tar.zst
nixlib-9f7ac9269852b12a220a8cc48d1879ddfab0a115.zip
dhall-text: remove at 1.0.18
dhall-text has been deprecated upstream and no longer builds with the
other dhall packages we are shipping.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 2731c0bd3fc7..64b6cf2cdd11 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -256,6 +256,7 @@ mapAliases ({
   demjson = with python3Packages; toPythonApplication demjson; # Added 2022-01-18
   desktop_file_utils = throw "'desktop_file_utils' has been renamed to/replaced by 'desktop-file-utils'"; # Converted to throw 2022-02-22
   devicemapper = throw "'devicemapper' has been renamed to/replaced by 'lvm2'"; # Converted to throw 2022-02-22
+  dhall-text = throw "'dhall-text' has been deprecated in favor of the 'dhall text' command from 'dhall'"; # Added 2022-03-26
   digikam5 = throw "'digikam5' has been renamed to/replaced by 'digikam'"; # Converted to throw 2022-02-22
   displaycal = throw "displaycal has been removed from nixpkgs, as it hasn't migrated to python3"; # Added 2022-01-12
   dmtx = throw "'dmtx' has been renamed to/replaced by 'dmtx-utils'"; # Converted to throw 2022-02-22