summary refs log tree commit diff
path: root/pkgs/os-specific/linux/xf86-video-nested/default.nix
diff options
context:
space:
mode:
authorLengyel Balazs <ikervagyok@gmail.com>2018-12-31 04:40:47 +0100
committerRobin Gloster <mail@glob.in>2019-01-04 14:38:57 +0100
commitf4a53ff3bc54a03abdf4c90b40aec9d851a5f6d9 (patch)
treee7ce232c1bce855e2752534bd615b3a2383990a2 /pkgs/os-specific/linux/xf86-video-nested/default.nix
parent51d6b1bdece85e0d136e91b7cead120240698a8c (diff)
downloadnixpkgs-f4a53ff3bc54a03abdf4c90b40aec9d851a5f6d9.tar
nixpkgs-f4a53ff3bc54a03abdf4c90b40aec9d851a5f6d9.tar.gz
nixpkgs-f4a53ff3bc54a03abdf4c90b40aec9d851a5f6d9.tar.bz2
nixpkgs-f4a53ff3bc54a03abdf4c90b40aec9d851a5f6d9.tar.lz
nixpkgs-f4a53ff3bc54a03abdf4c90b40aec9d851a5f6d9.tar.xz
nixpkgs-f4a53ff3bc54a03abdf4c90b40aec9d851a5f6d9.tar.zst
nixpkgs-f4a53ff3bc54a03abdf4c90b40aec9d851a5f6d9.zip
treewide/xorg: replace *proto with xorgproto
Diffstat (limited to 'pkgs/os-specific/linux/xf86-video-nested/default.nix')
-rw-r--r--pkgs/os-specific/linux/xf86-video-nested/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/xf86-video-nested/default.nix b/pkgs/os-specific/linux/xf86-video-nested/default.nix
index 54d16473770..14d2b249fc0 100644
--- a/pkgs/os-specific/linux/xf86-video-nested/default.nix
+++ b/pkgs/os-specific/linux/xf86-video-nested/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchgit, autoreconfHook, fontsproto, libX11, libXext
-, pixman, pkgconfig, renderproto, utilmacros, xorgserver
+{ stdenv, fetchgit, autoreconfHook, xorgproto, libX11, libXext
+, pixman, pkgconfig, utilmacros, xorgserver
 }:
 
 stdenv.mkDerivation {
@@ -12,8 +12,8 @@ stdenv.mkDerivation {
   };
 
   buildInputs =
-    [ autoreconfHook fontsproto libX11 libXext pixman
-      pkgconfig renderproto utilmacros xorgserver
+    [ autoreconfHook xorgproto libX11 libXext pixman
+      pkgconfig utilmacros xorgserver
     ];
 
   hardeningDisable = [ "fortify" ];