haskellPackages.uusi: add to top-level

This commit is contained in:
Potato Hatsue 2021-06-03 11:51:26 +08:00 committed by sternenseemann
parent 1be4cb6748
commit 6c9f648f75
3 changed files with 4 additions and 0 deletions

View file

@ -126,6 +126,7 @@ package-maintainers:
berberman:
- nvfetcher
- arch-web
- uusi
bdesham:
- pinboard-notes-backup
cdepillabout:

View file

@ -272815,6 +272815,7 @@ self: {
];
description = "Tweak .cabal files";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ berberman ];
}) {};
"uvector" = callPackage

View file

@ -4318,6 +4318,8 @@ in
uudeview = callPackage ../tools/misc/uudeview { };
uusi = haskell.lib.justStaticExecutables haskellPackages.uusi;
uutils-coreutils = callPackage ../tools/misc/uutils-coreutils {
inherit (python3Packages) sphinx;
inherit (darwin.apple_sdk.frameworks) Security;