about summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-01-25 09:26:54 +0100
committerPavol Rusnak <pavol@rusnak.io>2021-01-25 18:31:47 +0100
commita6ce00c50c36624fec06b2b756a766d4d0f4a888 (patch)
tree8d032f7254e836548750154e99dd5f579dc2a2d3 /pkgs/servers/x11
parente06e84759533c03b308b8b706da33908b4ef1cb9 (diff)
downloadnixlib-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar
nixlib-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.gz
nixlib-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.bz2
nixlib-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.lz
nixlib-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.xz
nixlib-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.zst
nixlib-a6ce00c50c36624fec06b2b756a766d4d0f4a888.zip
treewide: remove stdenv where not needed
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 7fe0e5a9f97f..e3d2698e8303 100644
--- a/pkgs/servers/x11/xorg/xwayland.nix
+++ b/pkgs/servers/x11/xorg/xwayland.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, wayland, wayland-protocols, xorgserver, xkbcomp, xkeyboard_config
+{ lib, wayland, wayland-protocols, xorgserver, xkbcomp, xkeyboard_config
 , epoxy, libxslt, libunwind, makeWrapper, egl-wayland
 , defaultFontPath ? "" }: