mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
hareThirdParty.hare-json: move to pkgs/development/hare-third-party
This commit is contained in:
parent
39bbee99ff
commit
494bd4255c
@ -5,7 +5,7 @@ let
|
||||
inherit (self) callPackage;
|
||||
in
|
||||
{
|
||||
hare-json = callPackage ../development/hare-packages/hare-json { };
|
||||
|
||||
hare-compress = callPackage ../development/hare-third-party/hare-compress {};
|
||||
hare-compress = callPackage ../development/hare-third-party/hare-compress { };
|
||||
hare-json = callPackage ../development/hare-third-party/hare-json { };
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user