tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
flat-remix-gnome: update 20220622 -> 20221107.
Vanilla
3 years ago
7cb733df
61c32dea
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
data
themes
flat-remix-gnome
default.nix
+4
-4
pkgs/data/themes/flat-remix-gnome/default.nix
···
7
7
let
8
8
# make install will use dconf to find desktop background file uri.
9
9
# consider adding an args to allow specify pictures manually.
10
10
-
# https://github.com/daniruiz/flat-remix-gnome/blob/20220510/Makefile#L38
10
10
+
# https://github.com/daniruiz/flat-remix-gnome/blob/20221107/Makefile#L38
11
11
fake-dconf = writeScriptBin "dconf" "echo -n";
12
12
in
13
13
stdenv.mkDerivation rec {
14
14
pname = "flat-remix-gnome";
15
15
-
version = "20220622";
15
15
+
version = "20221107";
16
16
17
17
src = fetchFromGitHub {
18
18
owner = "daniruiz";
19
19
repo = pname;
20
20
rev = version;
21
21
-
hash = "sha256-fm1YOKI6TLkCnkkPZkp8I0xWkNrZt4sVktYZyD5foKU=";
21
21
+
hash = "sha256-5V3ECbQe3/5bhHnMR1pzvehs1eh0u9U7E1voDiqo9cY=";
22
22
};
23
23
24
24
nativeBuildInputs = [ glib fake-dconf ];
25
25
makeFlags = [ "PREFIX=$(out)" ];
26
26
27
27
# make install will back up this file, it will fail if the file doesn't exist.
28
28
-
# https://github.com/daniruiz/flat-remix-gnome/blob/20220510/Makefile#L56
28
28
+
# https://github.com/daniruiz/flat-remix-gnome/blob/20221107/Makefile#L56
29
29
preInstall = ''
30
30
mkdir -p $out/share/gnome-shell/
31
31
touch $out/share/gnome-shell/gnome-shell-theme.gresource