python3Packages.hassil: expose as top-level attribute
This commit is contained in:
parent
4d4b37d44f
commit
00903be010
1 changed files with 2 additions and 0 deletions
|
@ -7953,6 +7953,8 @@ with pkgs;
|
|||
|
||||
haskell-language-server = callPackage ../development/tools/haskell/haskell-language-server/withWrapper.nix { };
|
||||
|
||||
hassil = with python3Packages; toPythonApplication hassil;
|
||||
|
||||
hasmail = callPackage ../applications/networking/mailreaders/hasmail { };
|
||||
|
||||
haste-client = callPackage ../tools/misc/haste-client { };
|
||||
|
|
Loading…
Reference in a new issue