Unverified Commit 5614bd58 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #280698 from fabaff/ledfx-fix

ledfx: adjust build system
parents 4400b633 c573c6a4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ python3.pkgs.buildPythonPackage rec {
  '';

  nativeBuildInputs = with python3.pkgs; [
    poetry-core
    setuptools
  ];

  propagatedBuildInputs = with python3.pkgs; [
@@ -50,13 +50,14 @@ python3.pkgs.buildPythonPackage rec {
    sacn
    samplerate
    sentry-sdk
    setuptools
    sounddevice
    uvloop
    voluptuous
    zeroconf
  ];

  # has no tests
  # Project has no tests
  doCheck = false;

  meta = with lib; {