Commit c05123ba authored by noisersup's avatar noisersup Committed by Austin Seipp
Browse files

glasgow: include udev rules

parent 9ce4d87d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -52,6 +52,11 @@ python3.pkgs.buildPythonApplication rec {
  # installCheck tries to build_ext again
  doInstallCheck = false;

  postInstall = ''
    mkdir -p $out/etc/udev/rules.d
    cp $src/config/99-glasgow.rules $out/etc/udev/rules.d
  '';

  checkPhase = ''
    ${python3.interpreter} -W ignore::DeprecationWarning test.py
  '';