summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-08-14 16:39:03 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-05 11:37:10 -0400
commit252b36a28db1dd9036cfcbfbaa64b63e6ea5655a (patch)
tree6019aaeecfb20b9237d71d86e78a62f40e0a1ab6 /pkgs/servers/x11
parent991654fa4ab7be07ce70b02bcc935491239a52c5 (diff)
downloadnixlib-252b36a28db1dd9036cfcbfbaa64b63e6ea5655a.tar
nixlib-252b36a28db1dd9036cfcbfbaa64b63e6ea5655a.tar.gz
nixlib-252b36a28db1dd9036cfcbfbaa64b63e6ea5655a.tar.bz2
nixlib-252b36a28db1dd9036cfcbfbaa64b63e6ea5655a.tar.lz
nixlib-252b36a28db1dd9036cfcbfbaa64b63e6ea5655a.tar.xz
nixlib-252b36a28db1dd9036cfcbfbaa64b63e6ea5655a.tar.zst
nixlib-252b36a28db1dd9036cfcbfbaa64b63e6ea5655a.zip
misc pkgs: Recategorize some dependencies
Diffstat (limited to 'pkgs/servers/x11')
-rw-r--r--pkgs/servers/x11/xorg/xwayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix
index 513e4ceee623..28463dc6163c 100644
--- a/pkgs/servers/x11/xorg/xwayland.nix
+++ b/pkgs/servers/x11/xorg/xwayland.nix
@@ -6,7 +6,7 @@ with stdenv.lib;
 overrideDerivation xorgserver (oldAttrs: {
 
   name = "xwayland-${xorgserver.version}";
-  propagatedNativeBuildInputs = oldAttrs.propagatedNativeBuildInputs
+  propagatedBuildInputs = oldAttrs.propagatedBuildInputs
     ++ [wayland wayland-protocols epoxy libxslt makeWrapper libunwind];
   configureFlags = [
     "--disable-docs"