mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
SDL2: run nixpkgs-fmt
This commit is contained in:
parent
e8978c7cbe
commit
842148eb5b
@ -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 New Issue
Block a user