From 04f503bbdda109a894f3999025628b51c357f755 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 1 May 2024 12:58:02 +0200 Subject: python312Packages.uart-devices: set to linux --- pkgs/development/python-modules/uart-devices/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/python-modules') diff --git a/pkgs/development/python-modules/uart-devices/default.nix b/pkgs/development/python-modules/uart-devices/default.nix index 171bf2b660012..7859d5ce32d10 100644 --- a/pkgs/development/python-modules/uart-devices/default.nix +++ b/pkgs/development/python-modules/uart-devices/default.nix @@ -43,5 +43,6 @@ buildPythonPackage rec { changelog = "https://github.com/bdraco/uart-devices/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; + platforms = platforms.linux; }; } -- cgit 1.4.1