* Added libcaca.
* Libcaca support in MPlayer. * Hopefully fix X11 detection in MPlayer. svn path=/nixpkgs/trunk/; revision=3684
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libcaca-0.9";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://sam.zoy.org/libcaca/libcaca-0.9.tar.bz2;
|
||||
md5 = "c7d5c46206091a9203fcb214abb25e4a";
|
||||
};
|
||||
inherit ncurses;
|
||||
propagatedBuildInputs = [ncurses];
|
||||
}
|
||||
Reference in New Issue
Block a user