1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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