gnome2: remove aliases
This commit is contained in:
@@ -37818,7 +37818,7 @@ self: {
|
||||
description = "Proof-of-concept tool for writing using binary choices";
|
||||
license = "GPL";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) gtk2; inherit (pkgs.gnome2) pango;};
|
||||
}) {inherit (pkgs) gtk2; inherit (pkgs) pango;};
|
||||
|
||||
"bitstream" = callPackage
|
||||
({ mkDerivation, base, base-unicode-symbols, bytestring, QuickCheck
|
||||
@@ -49324,7 +49324,7 @@ self: {
|
||||
description = "Bindings to the Clutter animation library";
|
||||
license = "LGPL";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) clutter; inherit (pkgs.gnome2) pango;};
|
||||
}) {inherit (pkgs) clutter; inherit (pkgs) pango;};
|
||||
|
||||
"cmaes" = callPackage
|
||||
({ mkDerivation, base, doctest, doctest-prop, mtl, process, random
|
||||
@@ -86876,7 +86876,7 @@ self: {
|
||||
doHaddock = false;
|
||||
description = "GIRepository (gobject-introspection) bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {inherit (pkgs.gnome3) gobject-introspection;};
|
||||
}) {inherit (pkgs) gobject-introspection;};
|
||||
|
||||
"gi-glib" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, glib
|
||||
@@ -87179,7 +87179,7 @@ self: {
|
||||
description = "JavaScriptCore bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs.gnome3) webkitgtk;};
|
||||
}) {inherit (pkgs) webkitgtk;};
|
||||
|
||||
"gi-notify" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-gdkpixbuf
|
||||
@@ -87244,7 +87244,7 @@ self: {
|
||||
'';
|
||||
description = "Pango bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {inherit (pkgs) cairo; inherit (pkgs.gnome2) pango;};
|
||||
}) {inherit (pkgs) cairo; inherit (pkgs) pango;};
|
||||
|
||||
"gi-pangocairo" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, cairo, containers
|
||||
@@ -87269,7 +87269,7 @@ self: {
|
||||
'';
|
||||
description = "PangoCairo bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {inherit (pkgs) cairo; inherit (pkgs.gnome2) pango;};
|
||||
}) {inherit (pkgs) cairo; inherit (pkgs) pango;};
|
||||
|
||||
"gi-poppler" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
|
||||
@@ -87330,7 +87330,7 @@ self: {
|
||||
doHaddock = false;
|
||||
description = "Libsoup bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {inherit (pkgs.gnome2) libsoup;};
|
||||
}) {inherit (pkgs) libsoup;};
|
||||
|
||||
"gi-vte" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
|
||||
@@ -87397,7 +87397,7 @@ self: {
|
||||
description = "WebKit2 bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs.gnome3) webkitgtk;};
|
||||
}) {inherit (pkgs) webkitgtk;};
|
||||
|
||||
"gi-webkit2webextension" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-gio
|
||||
@@ -87443,7 +87443,7 @@ self: {
|
||||
description = "Wnck bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs.gnome2) libwnck;};
|
||||
}) {inherit (pkgs) libwnck;};
|
||||
|
||||
"gi-xlib" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, haskell-gi
|
||||
@@ -100853,7 +100853,7 @@ self: {
|
||||
description = "Generate Haskell bindings for GObject Introspection capable libraries";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {inherit (pkgs) glib;
|
||||
inherit (pkgs.gnome3) gobject-introspection;};
|
||||
inherit (pkgs) gobject-introspection;};
|
||||
|
||||
"haskell-gi-base" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, glib, text }:
|
||||
@@ -162583,7 +162583,7 @@ self: {
|
||||
description = "Binding to the Pango text rendering engine";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs.gnome2) pango;};
|
||||
}) {inherit (pkgs) pango;};
|
||||
|
||||
"pangraph" = callPackage
|
||||
({ mkDerivation, algebraic-graphs, attoparsec, base, bytestring
|
||||
@@ -170483,8 +170483,8 @@ self: {
|
||||
description = "Binding to the Poppler";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) gdk_pixbuf; inherit (pkgs) gtk2;
|
||||
inherit (pkgs.gnome2) pango; inherit (pkgs) poppler;};
|
||||
}) {inherit (pkgs) gdk_pixbuf; inherit (pkgs) gtk2;
|
||||
inherit (pkgs) pango; inherit (pkgs) poppler;};
|
||||
|
||||
"populate-setup-exe-cache" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
@@ -202162,7 +202162,7 @@ self: {
|
||||
description = "Experimental web browser";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs.gnome2) libsoup;};
|
||||
}) {inherit (pkgs) libsoup;};
|
||||
|
||||
"spine" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
@@ -216310,7 +216310,7 @@ self: {
|
||||
description = "A desktop bar based on WebKit";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) gtk3; inherit (pkgs.gnome3) webkitgtk;};
|
||||
}) {inherit (pkgs) gtk3; inherit (pkgs) webkitgtk;};
|
||||
|
||||
"tibetan-utils" = callPackage
|
||||
({ mkDerivation, base, composition-prelude, either, hspec
|
||||
@@ -231877,7 +231877,7 @@ self: {
|
||||
description = "JavaScriptCore FFI from webkitgtk";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs.gnome3) webkitgtk;};
|
||||
}) {inherit (pkgs) webkitgtk;};
|
||||
|
||||
"webkitgtk3" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, cairo, glib
|
||||
|
||||
Reference in New Issue
Block a user