libxmlxx3: add updateScript
This commit is contained in:
parent
92aca820b2
commit
ca2d815d58
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, pkg-config, libxml2, glibmm, perl }:
|
{ lib, stdenv, fetchurl, pkg-config, libxml2, glibmm, perl, gnome }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libxml++";
|
pname = "libxml++";
|
||||||
@ -22,6 +22,15 @@ stdenv.mkDerivation rec {
|
|||||||
--replace 'docdir=''${datarootdir}' "docdir=$doc/share"
|
--replace 'docdir=''${datarootdir}' "docdir=$doc/share"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
updateScript = gnome.updateScript {
|
||||||
|
attrPath = "libxmlxx3";
|
||||||
|
packageName = pname;
|
||||||
|
versionPolicy = "odd-unstable";
|
||||||
|
freeze = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://libxmlplusplus.sourceforge.net/";
|
homepage = "http://libxmlplusplus.sourceforge.net/";
|
||||||
description = "C++ wrapper for the libxml2 XML parser library, version 3";
|
description = "C++ wrapper for the libxml2 XML parser library, version 3";
|
||||||
|
Loading…
Reference in New Issue
Block a user