pretty-simple: init at 2.2.0.1
This commit is contained in:
parent
ba8fbd5352
commit
b714ca52b2
12
pkgs/development/tools/pretty-simple/default.nix
Normal file
12
pkgs/development/tools/pretty-simple/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ haskell, haskellPackages, lib }:
|
||||
|
||||
haskell.lib.justStaticExecutables (haskell.lib.overrideCabal haskellPackages.pretty-simple (oldAttrs: {
|
||||
maintainers = (oldAttrs.maintainers or []) ++ [
|
||||
lib.maintainers.cdepillabout
|
||||
];
|
||||
|
||||
configureFlags = (oldAttrs.configureFlags or []) ++ ["-fbuildexe"];
|
||||
|
||||
buildDepends = (oldAttrs.buildDepends or []) ++ [haskellPackages.optparse-applicative];
|
||||
}))
|
||||
|
@ -5870,6 +5870,8 @@ in
|
||||
|
||||
pre-commit = gitAndTools.pre-commit;
|
||||
|
||||
pretty-simple = callPackage ../development/tools/pretty-simple { };
|
||||
|
||||
prettyping = callPackage ../tools/networking/prettyping { };
|
||||
|
||||
prey-bash-client = callPackage ../tools/security/prey { };
|
||||
|
Loading…
Reference in New Issue
Block a user