Commit 4af6e0bc authored by Artturin's avatar Artturin
Browse files

xxh: remove from pythonPackages set

error: xxh should use `buildPythonPackage` or `toPythonModule` if it is to be part of the Python pa
ckages set."}
parent 81db0fc5
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, buildPythonApplication
, pexpect
, pyyaml
, python3
, openssh
, nixosTests
, pythonOlder
}:

buildPythonApplication rec{
python3.pkgs.buildPythonApplication rec{
  pname = "xxh";
  version = "0.8.12";
  format = "setuptools";

  disabled = pythonOlder "3.6";
  disabled = python3.pkgs.pythonOlder "3.6";

  src = fetchFromGitHub {
    owner = pname;
@@ -23,8 +20,8 @@ buildPythonApplication rec{
  };

  propagatedBuildInputs = [
    pexpect
    pyyaml
    python3.pkgs.pexpect
    python3.pkgs.pyyaml
    openssh
  ];

+1 −1
Original line number Diff line number Diff line
@@ -33132,7 +33132,7 @@ with pkgs;
    gtk = gtk2;
  };
  xxh = with python3Packages; toPythonApplication xxh;
  xxh = callPackage ../tools/networking/xxh { };
  kodiPackages = recurseIntoAttrs (kodi.packages);
+0 −2
Original line number Diff line number Diff line
@@ -12133,8 +12133,6 @@ self: super: with self; {
    inherit (pkgs.xorg) xorgserver;
  };

  xxh = callPackage ../tools/networking/xxh { };

  xxhash = callPackage ../development/python-modules/xxhash { };

  yabadaba = callPackage ../development/python-modules/yabadaba { };