SDL2: run nixpkgs-fmt

This commit is contained in:
Sean Link 2024-02-19 10:15:22 -07:00 committed by Bjørn Forsman
parent e8978c7cbe
commit 842148eb5b

View file

@ -49,7 +49,7 @@
, audiofile , audiofile
, libiconv , libiconv
, withStatic ? false , withStatic ? false
# passthru.tests # passthru.tests
, testers , testers
}: }:
@ -172,7 +172,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = { passthru = {
inherit openglSupport; inherit openglSupport;
updateScript = nix-update-script { extraArgs = ["--version-regex" "release-(.*)"]; }; updateScript = nix-update-script { extraArgs = [ "--version-regex" "release-(.*)" ]; };
tests.pkg-config = testers.hasPkgConfigModules { tests.pkg-config = testers.hasPkgConfigModules {
package = finalAttrs.finalPackage; package = finalAttrs.finalPackage;
}; };