lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #201259 from trofi/libstroke-without-xlibsWrapper

libstroke: use xorg.* packages directly instead of xlibsWrapper indir…

authored by

Sergei Trofimovich and committed by
GitHub
85bcde8f ddf9f417

+8 -2
+8 -2
pkgs/development/libraries/libstroke/default.nix
··· 1 - {lib, stdenv, fetchurl, automake, autoconf, xlibsWrapper}: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , automake 5 + , autoconf 6 + , libX11 7 + }: 2 8 3 9 stdenv.mkDerivation rec { 4 10 pname = "libstroke"; ··· 10 16 }; 11 17 12 18 nativeBuildInputs = [ automake autoconf ]; 13 - buildInputs = [ xlibsWrapper ]; 19 + buildInputs = [ libX11 ]; 14 20 15 21 # libstroke ships with an ancient config.sub that doesn't know about x86_64, so regenerate it. 16 22 # Also, modern automake doesn't like things and returns error code 63. But it generates the file.