Skip to content

Commit

Permalink
chafa: split into multiple outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
folliehiyuki committed Dec 31, 2024
1 parent 7bd5454 commit a2e3667
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/tools/misc/chafa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ stdenv.mkDerivation rec {
sha256 = "sha256-9RkN0yZnHf5cx6tsp3P6jsi0/xtplWxMm3hYCPjWj0M=";
};

outputs = [
"bin"
"dev"
"man"
"out"
];

nativeBuildInputs = [
autoconf
automake
Expand Down

0 comments on commit a2e3667

Please sign in to comment.