mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
pangox_compat: drop
This commit is contained in:
parent
aee453e5c9
commit
88ec0a05e1
@ -1,21 +0,0 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, pango, libX11 }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
pname = "pangox-compat";
|
|
||||||
version = "0.0.2";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
|
||||||
sha256 = "0ip0ziys6mrqqmz4n71ays0kf5cs1xflj1gfpvs4fgy2nsrr482m";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [ glib pango libX11 ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "A compatibility library for pango>1.30.*";
|
|
||||||
homepage = "https://gitlab.gnome.org/Archive/pangox-compat";
|
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
|
||||||
platforms = stdenv.lib.platforms.unix;
|
|
||||||
};
|
|
||||||
}
|
|
@ -11671,8 +11671,6 @@ in
|
|||||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
|
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
|
||||||
};
|
};
|
||||||
|
|
||||||
pangox_compat = callPackage ../development/libraries/pangox-compat { };
|
|
||||||
|
|
||||||
gdata-sharp = callPackage ../development/libraries/gdata-sharp { };
|
gdata-sharp = callPackage ../development/libraries/gdata-sharp { };
|
||||||
|
|
||||||
gdk-pixbuf = callPackage ../development/libraries/gdk-pixbuf { };
|
gdk-pixbuf = callPackage ../development/libraries/gdk-pixbuf { };
|
||||||
|
Loading…
Reference in New Issue
Block a user