mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
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:
parent
6b836517db
commit
14adc91759
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user