lol

linuxPackages_4_18.beegfs-module: broken

+1
+1
pkgs/os-specific/linux/beegfs/kernel-module.nix
··· 41 41 platforms = [ "i686-linux" "x86_64-linux" ]; 42 42 license = licenses.gpl2; 43 43 maintainers = with maintainers; [ markuskowa ]; 44 + broken = stdenv.lib.versionAtLeast kernel.version "4.18"; 44 45 }; 45 46 }