From 97dc5d6809b590f6fce2e4e0d77ec5bde9b370fb Mon Sep 17 00:00:00 2001 From: maralorn Date: Sun, 28 Jul 2024 20:36:10 +0200 Subject: [PATCH] haskellPackages: Format configuration-ghcjs-9.x.nix --- pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix b/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix index aeeb55cde946..1f5a62549b78 100644 --- a/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix @@ -23,5 +23,5 @@ with haskellLib; reflex-dom = super.reflex-dom.override (drv: { jsaddle-webkit2gtk = null; - }) ; + }); })