Unverified Commit d4cfe92a authored by Hoang Nguyen's avatar Hoang Nguyen
Browse files

chafa: split into multiple outputs

parent 9c797da5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -30,6 +30,13 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-9RkN0yZnHf5cx6tsp3P6jsi0/xtplWxMm3hYCPjWj0M=";
  };

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

  nativeBuildInputs = [
    autoconf
    automake