Unverified Commit 6d8de291 authored by TomaSajt's avatar TomaSajt
Browse files

python313Packages.biliass: directly pass cargoRoot to fetcher

parent c158832c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,8 +28,9 @@ buildPythonPackage rec {
      pname
      version
      src
      sourceRoot
      cargoRoot
      ;
    sourceRoot = "${sourceRoot}/${cargoRoot}";
    hash = "sha256-tkHl6z0En+od//fCGJXK/p8Dz5KDOXltHrXhxHmHL6U=";
  };