haskellPackages.uusi: add to top-level
This commit is contained in:
parent
1be4cb6748
commit
6c9f648f75
@ -126,6 +126,7 @@ package-maintainers:
|
||||
berberman:
|
||||
- nvfetcher
|
||||
- arch-web
|
||||
- uusi
|
||||
bdesham:
|
||||
- pinboard-notes-backup
|
||||
cdepillabout:
|
||||
|
@ -272815,6 +272815,7 @@ self: {
|
||||
];
|
||||
description = "Tweak .cabal files";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ berberman ];
|
||||
}) {};
|
||||
|
||||
"uvector" = callPackage
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user