tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
adapta-backgrounds: fix cross compilation and set strictDeps
Nick Cao
4 years ago
c73d9079
8aeafc25
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
data
misc
adapta-backgrounds
default.nix
+3
-1
pkgs/data/misc/adapta-backgrounds/default.nix
···
11
11
sha256 = "04hmbmzf97rsii8gpwy3wkljy5xhxmlsl34d63s6hfy05knclydj";
12
12
};
13
13
14
14
-
nativeBuildInputs = [ meson ninja pkg-config glib ];
14
14
+
strictDeps = true;
15
15
+
nativeBuildInputs = [ meson ninja pkg-config ];
16
16
+
buildInputs = [ glib ];
15
17
16
18
meta = with lib; {
17
19
description = "Wallpaper collection for adapta-project";