libcaca: Split into multiple outputs
This commit is contained in:
parent
58dfef2792
commit
636b823cc1
@ -11,10 +11,17 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1x3j6yfyxl52adgnabycr0n38j9hx2j74la0hz0n8cnh9ry4d2qj";
|
sha256 = "1x3j6yfyxl52adgnabycr0n38j9hx2j74la0hz0n8cnh9ry4d2qj";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "dev" "bin" "out" "man" ];
|
||||||
|
|
||||||
configureFlags = "--disable-x11 --disable-imlib2 --disable-doc";
|
configureFlags = "--disable-x11 --disable-imlib2 --disable-doc";
|
||||||
|
|
||||||
propagatedBuildInputs = [ ncurses zlib ];
|
propagatedBuildInputs = [ ncurses zlib ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $dev/bin
|
||||||
|
mv $bin/bin/caca-config $dev/bin/caca-config
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://libcaca.zoy.org/;
|
homepage = http://libcaca.zoy.org/;
|
||||||
description = "A graphics library that outputs text instead of pixels";
|
description = "A graphics library that outputs text instead of pixels";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user