Skip to content

Commit

Permalink
Merge pull request #204013 from trofi/motif-without-xlibsWrapper
Browse files Browse the repository at this point in the history
motif: use xorg.* packages directly instead of xlibsWrapper indirection
  • Loading branch information
trofi authored Dec 4, 2022
2 parents 034393b + 6fb7627 commit b4d1ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/motif/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, fetchpatch, pkg-config, libtool
, xlibsWrapper, xbitmaps, libXrender, libXmu, libXt
, xbitmaps, libXext, libXft, libXrender, libXmu, libXt
, expat, libjpeg, libpng, libiconv
, flex
, libXp, libXau
Expand All @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {

buildInputs = [
libtool
xlibsWrapper xbitmaps libXrender libXmu libXt
xbitmaps libXext libXft libXrender libXmu libXt
expat libjpeg libpng libiconv
];

Expand Down

0 comments on commit b4d1ced

Please sign in to comment.