Unverified Commit e54b3f11 authored by DontEatOreo's avatar DontEatOreo
Browse files

ledger-agent: add `lib.platforms.linux`

ledger-agent requires `python3Packages.bleak` to build, which isn't
available on Darwin
parent 6aaa3618
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,5 +38,6 @@ buildPythonPackage rec {
      np
      mmahut
    ];
    platforms = lib.platforms.linux;
  };
}