about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorSean Link <sean.link@lightdeckdx.com>2024-02-19 10:15:22 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-02-26 21:57:33 +0100
commit842148eb5b86571e9f0bf4690094fb7c0f4fd565 (patch)
tree414d90983753249ec5c538f1d3d5c164a2a15000 /pkgs/development/libraries/SDL2
parente8978c7cbef26c1944c49e106d7bc46e98010406 (diff)
SDL2: run nixpkgs-fmt
Diffstat (limited to 'pkgs/development/libraries/SDL2')
-rw-r--r--pkgs/development/libraries/SDL2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix
index 167f0cbe7638c..7b82a7344f505 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -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;
     };