mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
add older version of neon which has ne_header_handler, needed by OOo2
svn path=/nixpkgs/trunk/; revision=4155
This commit is contained in:
parent
0ea4cf3255
commit
b257d4cd1d
10
pkgs/development/libraries/neon/neon-0.24.7.nix
Normal file
10
pkgs/development/libraries/neon/neon-0.24.7.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl, libxml2}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "neon-0.24.7";
|
||||
src = fetchurl {
|
||||
url = http://www.webdav.org/neon/neon-0.24.7.tar.gz;
|
||||
md5 = "5108bcbe41de4afe2e19cc58500fb9f2";
|
||||
};
|
||||
buildInputs = [libxml2];
|
||||
}
|
Loading…
Reference in New Issue
Block a user