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
|
, 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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue