tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
whitesur-gtk-theme: 2021-09-24 -> 2021-10-21
José Romildo
4 years ago
d5240af7
670c69cb
+5
-3
1 changed file
expand all
collapse all
unified
split
pkgs
data
themes
whitesur
default.nix
+5
-3
pkgs/data/themes/whitesur/default.nix
···
11
11
12
12
stdenv.mkDerivation rec {
13
13
pname = "whitesur-gtk-theme";
14
14
-
version = "2021-09-24";
14
14
+
version = "2021-10-21";
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "vinceliuice";
18
18
repo = pname;
19
19
rev = version;
20
20
-
sha256 = "12dwmgq0kadjfky5bjm62vwgdlw3nmrrhqqs5iw15w0pn3mbmd5c";
20
20
+
sha256 = "1rbwf6z2bda647kw00q2fp349gjzvdc4gyk986fkjli0nr0jh8hp";
21
21
};
22
22
23
23
nativeBuildInputs = [
···
33
33
];
34
34
35
35
postPatch = ''
36
36
-
find -name "*.sh" -print0 | while IFS= read -r -d ''' file; do patchShebangs "$file"; done
36
36
+
find -name "*.sh" -print0 | while IFS= read -r -d ''' file; do
37
37
+
patchShebangs "$file"
38
38
+
done
37
39
38
40
# Do not provide `sudo`, as it is not needed in our use case of the install script
39
41
substituteInPlace lib-core.sh --replace '$(which sudo)' false