cosmic-initial-setup: fix theme and layouts page

+9
+9
pkgs/by-name/co/cosmic-initial-setup/package.nix
··· 3 3 stdenv, 4 4 rustPlatform, 5 5 fetchFromGitHub, 6 + fetchpatch2, 6 7 just, 7 8 libcosmicAppHook, 8 9 libinput, ··· 23 24 }; 24 25 25 26 cargoHash = "sha256-orwK9gcFXK4/+sfwRubcz0PP6YAFqsENRHnlSLttLxM="; 27 + 28 + buildFeatures = [ "nixos" ]; 26 29 27 30 # cargo-auditable fails during the build when compiling the `crabtime::function` 28 31 # procedural macro. It panics because the `--out-dir` flag is not passed to ··· 47 50 patches = [ 48 51 ./disable-language-page.patch 49 52 ./disable-timezone-page.patch 53 + # TODO: Remove in next update 54 + (fetchpatch2 { 55 + name = "fix-layout-and-themes-page.patch"; 56 + url = "https://patch-diff.githubusercontent.com/raw/pop-os/cosmic-initial-setup/pull/53.diff?full_index=1"; 57 + hash = "sha256-081qyQnPhh+FRPU/JKJVCK+l3SKjHAIV5b6/7WN6lb8="; 58 + }) 50 59 ]; 51 60 52 61 postPatch = ''