linuxPackages.ndiswrapper: disable pic hardening (still broken)

+2
+2
pkgs/os-specific/linux/ndiswrapper/default.nix
··· 3 stdenv.mkDerivation { 4 name = "ndiswrapper-1.59-${kernel.version}"; 5 6 patches = [ ./no-sbin.patch ]; 7 8 # need at least .config and include
··· 3 stdenv.mkDerivation { 4 name = "ndiswrapper-1.59-${kernel.version}"; 5 6 + hardeningDisable = [ "pic" ]; 7 + 8 patches = [ ./no-sbin.patch ]; 9 10 # need at least .config and include