Unverified Commit 42467771 authored by Tom Hunze's avatar Tom Hunze
Browse files

python3Packages.tracerite: remove redundant `postInstall` command

This file gets installed automatically.
parent 6e36994b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  hatchling,
  hatch-vcs,
  html5tagger,
  python,
  pytestCheckHook,
  beautifulsoup4,
  torch,
@@ -32,10 +31,6 @@ buildPythonPackage rec {
    html5tagger
  ];

  postInstall = ''
    cp tracerite/style.css $out/${python.sitePackages}/tracerite
  '';

  nativeCheckInputs = [
    pytestCheckHook
    beautifulsoup4