tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
flat-remix-gnome: 20250330 -> 20250413
R. Ryantm
11 months ago
b013bfce
224814a6
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
fl
flat-remix-gnome
package.nix
+4
-4
pkgs/by-name/fl/flat-remix-gnome/package.nix
···
8
8
let
9
9
# make install will use dconf to find desktop background file uri.
10
10
# consider adding an args to allow specify pictures manually.
11
11
-
# https://github.com/daniruiz/flat-remix-gnome/blob/20250330/Makefile#L38
11
11
+
# https://github.com/daniruiz/flat-remix-gnome/blob/20250413/Makefile#L38
12
12
fake-dconf = writeScriptBin "dconf" "echo -n";
13
13
in
14
14
stdenv.mkDerivation rec {
15
15
pname = "flat-remix-gnome";
16
16
-
version = "20250330";
16
16
+
version = "20250413";
17
17
18
18
src = fetchFromGitHub {
19
19
owner = "daniruiz";
20
20
repo = "flat-remix-gnome";
21
21
rev = version;
22
22
-
hash = "sha256-Ho2tqJgitSdk/i2jH5jhD3XLyy6BXUhyhb6UV7g1waM=";
22
22
+
hash = "sha256-NgRqpL2bqdgiLfs08htqAsTFAbi7E+G/R0aBFpE9bmc=";
23
23
};
24
24
25
25
nativeBuildInputs = [
···
29
29
makeFlags = [ "PREFIX=$(out)" ];
30
30
31
31
# make install will back up this file, it will fail if the file doesn't exist.
32
32
-
# https://github.com/daniruiz/flat-remix-gnome/blob/20250330/Makefile#L56
32
32
+
# https://github.com/daniruiz/flat-remix-gnome/blob/20250413/Makefile#L56
33
33
preInstall = ''
34
34
mkdir -p $out/share/gnome-shell/
35
35
touch $out/share/gnome-shell/gnome-shell-theme.gresource