libapparmor: support python 3.8

+5
+5
pkgs/os-specific/linux/apparmor/default.nix
··· 51 51 # (alpine patches {1,4,5,6,8} are needed for apparmor 2.11, but not 2.12) 52 52 ] ++ [ 53 53 ./cross.patch 54 + # Support Python 3.8 55 + (fetchpatch { 56 + url = https://gitlab.com/apparmor/apparmor/commit/ccbf1e0bf1bf5c3bbab47029fbbc5415ef73bac1.patch; 57 + sha256 = "0kfzc0wyjybj38n10yvwakaaqvglalzigd3kk7gcrbp1xdn70pq2"; 58 + }) 54 59 ]; 55 60 56 61 # Set to `true` after the next FIXME gets fixed or this gets some