diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2024-05-22 13:30:51 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2024-05-22 13:30:51 +0200 |
| commit | ce18c85f05a2a8e6fdc58606c28e670a3462d604 (patch) | |
| tree | ffdde16fcdde33d8ee638987455cc8cf9df6e98e | |
| parent | Merge pull request #313578 from jeremyschlatter/hvm-license (diff) | |
| download | nixpkgs-ce18c85f05a2a8e6fdc58606c28e670a3462d604.tar.gz | |
python312Packages.distorm3: format with nixfmt
| -rw-r--r-- | pkgs/development/python-modules/distorm3/default.nix | 13 |
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 { |
