mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
add sablotron
svn path=/nixpkgs/trunk/; revision=4141
This commit is contained in:
parent
8518e36fd4
commit
000497050f
10
pkgs/tools/text/xml/sablotron/default.nix
Normal file
10
pkgs/tools/text/xml/sablotron/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{stdenv, fetchurl, expat} :
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "sablotron-1.0.2";
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://download-1.gingerall.cz/download/sablot/Sablot-1.0.2.tar.gz;
|
||||||
|
md5 = "12243bc21b149cad89e98bc89f9c103e";
|
||||||
|
};
|
||||||
|
buildInputs = [expat];
|
||||||
|
}
|
Loading…
Reference in a new issue