tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cosmic-initial-setup: fix theme and layouts page
Heitor Augusto
4 months ago
c5b7bdc6
d205b656
+9
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
co
cosmic-initial-setup
package.nix
+9
pkgs/by-name/co/cosmic-initial-setup/package.nix
···
3
stdenv,
4
rustPlatform,
5
fetchFromGitHub,
0
6
just,
7
libcosmicAppHook,
8
libinput,
···
23
};
24
25
cargoHash = "sha256-orwK9gcFXK4/+sfwRubcz0PP6YAFqsENRHnlSLttLxM=";
0
0
26
27
# cargo-auditable fails during the build when compiling the `crabtime::function`
28
# procedural macro. It panics because the `--out-dir` flag is not passed to
···
47
patches = [
48
./disable-language-page.patch
49
./disable-timezone-page.patch
0
0
0
0
0
0
50
];
51
52
postPatch = ''
···
3
stdenv,
4
rustPlatform,
5
fetchFromGitHub,
6
+
fetchpatch2,
7
just,
8
libcosmicAppHook,
9
libinput,
···
24
};
25
26
cargoHash = "sha256-orwK9gcFXK4/+sfwRubcz0PP6YAFqsENRHnlSLttLxM=";
27
+
28
+
buildFeatures = [ "nixos" ];
29
30
# cargo-auditable fails during the build when compiling the `crabtime::function`
31
# procedural macro. It panics because the `--out-dir` flag is not passed to
···
50
patches = [
51
./disable-language-page.patch
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
+
})
59
];
60
61
postPatch = ''