xf86_video_nested: disable fortify hardening

+2 -3
+2 -3
pkgs/os-specific/linux/xf86-video-nested/default.nix
··· 16 16 pkgconfig renderproto utilmacros xorgserver 17 17 ]; 18 18 19 + hardening_fortify = false; 19 20 20 - configurePhase = '' 21 - ./configure --prefix=$out CFLAGS="-I${pixman}/include/pixman-1" 22 - ''; 21 + CFLAGS = "-I${pixman}/include/pixman-1"; 23 22 24 23 meta = { 25 24 homepage = http://cgit.freedesktop.org/xorg/driver/xf86-video-nested;