SDL2: run nixpkgs-fmt
This commit is contained in:
parent
e8978c7cbe
commit
842148eb5b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue