mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Revert "dhall: add a static top-level executable for dhall"
This reverts commit 11cd027b30
.
There is a more extensive PR.
This commit is contained in:
parent
62ff6cb69c
commit
ffa631dd39
@ -93,8 +93,6 @@ with pkgs;
|
||||
|
||||
cmark = callPackage ../development/libraries/cmark { };
|
||||
|
||||
dhall = haskell.lib.justStaticExecutables haskellPackages.dhall;
|
||||
|
||||
dhallToNix = callPackage ../build-support/dhall-to-nix.nix {
|
||||
inherit (haskellPackages) dhall-nix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user