summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-22 13:30:51 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-22 13:30:51 +0200
commitce18c85f05a2a8e6fdc58606c28e670a3462d604 (patch)
treeffdde16fcdde33d8ee638987455cc8cf9df6e98e
parentMerge pull request #313578 from jeremyschlatter/hvm-license (diff)
downloadnixpkgs-ce18c85f05a2a8e6fdc58606c28e670a3462d604.tar.gz
python312Packages.distorm3: format with nixfmt
-rw-r--r--pkgs/development/python-modules/distorm3/default.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/distorm3/default.nix b/pkgs/development/python-modules/distorm3/default.nix
index 0471855b79d3..eed767b69426 100644
--- a/pkgs/development/python-modules/distorm3/default.nix
+++ b/pkgs/development/python-modules/distorm3/default.nix
@@ -1,9 +1,10 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pythonOlder
-, pytestCheckHook
-, yasm
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pythonOlder,
+ pytestCheckHook,
+ yasm,
}:
buildPythonPackage rec {