fribidi: move headers out to "dev" output

This commit is contained in:
Sergei Trofimovich 2023-04-15 18:27:13 +01:00
parent 2f5fa4a6f7
commit d56125cfba

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
pname = "fribidi";
version = "1.0.12";
outputs = [ "out" "devdoc" ];
outputs = [ "out" "dev" "devdoc" ];
# NOTE: Only URL tarball has "Have pre-generated man pages: true", which works-around upstream usage of some rare ancient `c2man` fossil application.
src = fetchurl {