Netsurf update

svn path=/nixpkgs/trunk/; revision=17978
This commit is contained in:
Marc Weber
2009-10-27 17:46:45 +00:00
parent 748dd33b25
commit a7261348d8
2 changed files with 28 additions and 18 deletions
@@ -17,6 +17,7 @@ stdenv.mkDerivation {
curl libpng libxml2 lcms glib libharu libmng
gtk libglade libCSS];
buildPhase = "make PREFIX=$out";
installPhase = "make PREFIX=$out install";
meta = {
@@ -26,5 +27,6 @@ stdenv.mkDerivation {
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
};
}