* Graphics support in w3m. Must be seen to be believed. Disabled by
default; set graphicsSupport to true in all-packages.nix to enable. svn path=/nixpkgs/trunk/; revision=5237
This commit is contained in:
@@ -11,5 +11,6 @@ stdenv.mkDerivation {
|
||||
md5 = "05fcb68ceaa338614ab650c775efc2f2";
|
||||
};
|
||||
|
||||
buildInputs = [gtk libtiff libjpeg libpng];
|
||||
buildInputs = [libtiff libjpeg libpng];
|
||||
propagatedBuildInputs = [gtk];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user