about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-11-30 12:10:28 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-30 14:24:40 +0000
commitafb6bf728490951aea3ace4b327ae75020224c61 (patch)
treea67395feaad6a02ae137c89e033dd7dc379e815f /pkgs/data
parentddb095909c09df447fc37432356f803b3921def2 (diff)
materia-theme: fix build
I'm not sure why this was disabled, but when we later ran
"ninja install", it would be built anyway.  Now that we run
"meson install", that's no longer implicit, so we have to have the
build step enabled.

Fixes: 10f35ff05df1 ("meson.setupHook: prefer meson commands over ninja")
(cherry picked from commit 410698c71a787e38fc40092d73eba52d13864101)
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/materia-theme/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/data/themes/materia-theme/default.nix b/pkgs/data/themes/materia-theme/default.nix
index da79f68638b9d..f42e532b64913 100644
--- a/pkgs/data/themes/materia-theme/default.nix
+++ b/pkgs/data/themes/materia-theme/default.nix
@@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
 
   propagatedUserEnvPkgs = [ gtk-engine-murrine ];
 
-  dontBuild = true;
-
   mesonFlags = [
     "-Dgnome_shell_version=${lib.versions.majorMinor gnome.gnome-shell.version}"
   ];