mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Revert "libcaca: Enable support for png/jpeg/gif"
I didn't notice this was a mass-rebuild change. Pushing it to
staging instead.
This reverts commit 6b8bd7c7d5
.
This commit is contained in:
parent
6b8bd7c7d5
commit
c8d4f40dc6
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, ncurses, zlib, imlib2, pkgconfig, libX11 }:
|
||||
{ stdenv, fetchurl, ncurses, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libcaca-0.99.beta19";
|
||||
@ -13,7 +13,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "bin" "dev" "out" "man" ];
|
||||
|
||||
propagatedBuildInputs = [ ncurses zlib imlib2 pkgconfig libX11 ];
|
||||
configureFlags = "--disable-x11 --disable-imlib2 --disable-doc";
|
||||
|
||||
propagatedBuildInputs = [ ncurses zlib ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $dev/bin
|
||||
|
@ -7950,9 +7950,7 @@ in
|
||||
|
||||
libburn = callPackage ../development/libraries/libburn { };
|
||||
|
||||
libcaca = callPackage ../development/libraries/libcaca {
|
||||
inherit (xlibs) libX11;
|
||||
};
|
||||
libcaca = callPackage ../development/libraries/libcaca { };
|
||||
|
||||
libcanberra_gtk3 = callPackage ../development/libraries/libcanberra {
|
||||
gtk = pkgs.gtk3;
|
||||
|
Loading…
Reference in New Issue
Block a user