about summary refs log tree commit diff
path: root/pkgs/development/libraries/libstroke
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-11-14 23:20:51 +0000
committerSergei Trofimovich <slyich@gmail.com>2022-11-14 23:21:28 +0000
commit065e85e8add709b5b3a3b2fe243fde9c41bea022 (patch)
tree57eea59ca70099867d59b3769ba423ef1550c758 /pkgs/development/libraries/libstroke
parenta82e6b5dae5b338568dec9cbe102a7be6d52e544 (diff)
libstroke: use xorg.* packages directly instead of xlibsWrapper indirection
Validated as no change in `out` output with `diffoscope`.
Diffstat (limited to 'pkgs/development/libraries/libstroke')
-rw-r--r--pkgs/development/libraries/libstroke/default.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libstroke/default.nix b/pkgs/development/libraries/libstroke/default.nix
index d40b5b6b04921..698fa5c579f70 100644
--- a/pkgs/development/libraries/libstroke/default.nix
+++ b/pkgs/development/libraries/libstroke/default.nix
@@ -1,4 +1,10 @@
-{lib, stdenv, fetchurl, automake, autoconf, xlibsWrapper}:
+{ lib
+, stdenv
+, fetchurl
+, automake
+, autoconf
+, libX11
+}:
 
 stdenv.mkDerivation rec {
   pname = "libstroke";
@@ -10,7 +16,7 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [ automake autoconf ];
-  buildInputs = [ xlibsWrapper ];
+  buildInputs = [ libX11 ];
 
   # libstroke ships with an ancient config.sub that doesn't know about x86_64, so regenerate it.
   # Also, modern automake doesn't like things and returns error code 63.  But it generates the file.