Skip to content

Commit

Permalink
Merge pull request #207999 from trofi/gtk2-without-xlibsWrapper
Browse files Browse the repository at this point in the history
gtk2: drop unused xlibsWrapper import
  • Loading branch information
SuperSandro2000 authored Dec 28, 2022
2 parents 66d8803 + ce4b239 commit 3c92463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gtk/2.x.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ config, lib, substituteAll, stdenv, fetchurl, pkg-config, gettext, glib, atk, pango, cairo, perl, xorg
, gdk-pixbuf, xlibsWrapper, gobject-introspection
, gdk-pixbuf, gobject-introspection
, xineramaSupport ? stdenv.isLinux
, cupsSupport ? config.gtk2.cups or stdenv.isLinux, cups
, gdktarget ? if stdenv.isDarwin then "quartz" else "x11"
Expand Down Expand Up @@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
++ optionals (stdenv.isLinux || stdenv.isDarwin) [
libXrandr libXrender libXcomposite libXi libXcursor
]
++ optionals stdenv.isDarwin [ xlibsWrapper libXdamage ]
++ optionals stdenv.isDarwin [ libXdamage ]
++ optional xineramaSupport libXinerama
++ optionals cupsSupport [ cups ]
++ optionals stdenv.isDarwin [ AppKit Cocoa ];
Expand Down

0 comments on commit 3c92463

Please sign in to comment.