glib: unconditionally apply test patch

This patch shouldn't have any effect on builds that don't run the
tests, so it doesn't need to be conditionally applied.  Applying it
unconditionally will make it easier to notice if it breaks e.g. when
updating glib.
This commit is contained in:
Alyssa Ross 2022-09-01 12:01:04 +00:00
parent 6b836517db
commit 14adc91759

View File

@ -97,7 +97,9 @@ stdenv.mkDerivation rec {
url = "https://gitlab.gnome.org/qyliss/glib/-/commit/339a06d66685107280ca6bdca5da5d96b8222fb5.patch";
sha256 = "sha256-/NdFkuiJvyass3jTDEJPeciA2Lwe53IUd3kAnKAvTaw=";
})
] ++ optional doCheck ./skip-timer-test.patch;
./skip-timer-test.patch
];
outputs = [ "bin" "out" "dev" "devdoc" ];