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: 10f35ff05d ("meson.setupHook: prefer meson commands over ninja")
This commit is contained in:
Alyssa Ross
2023-11-30 12:10:28 +01:00
parent e92039b55b
commit 410698c71a
@@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
dontBuild = true;
mesonFlags = [
"-Dgnome_shell_version=${lib.versions.majorMinor gnome.gnome-shell.version}"
];