remove some upstreamed packages

This commit is contained in:
Daniel Olsen
2021-07-26 18:06:38 +02:00
parent 4de4dd4492
commit 4f10ba96a2
4 changed files with 0 additions and 131 deletions

View File

@@ -1,21 +0,0 @@
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "pylzma";
version = "0.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "074anvhyjgsv2iby2ql1ixfvjgmhnvcwjbdz8gk70xzkzcm1fx5q";
};
doCheck = false;
meta = with lib; {
homepage = "https://github.com/opencv/opencv-python";
description = "Unofficial pre-built CPU-only OpenCV packages for Python";
license = licenses.mit;
};
}

View File

@@ -1,21 +0,0 @@
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "python-mpv";
version = "0.5.2";
src = fetchPypi {
inherit pname version;
sha256 = "08v8kv5jn741v1r4fi8m7haxxphw74452nc8f4n60hglxxhsxiqh";
};
doCheck = false;
meta = with lib; {
homepage = "https://github.com/jaseg/python-mpv";
description = "python-mpv is a ctypes-based python interface to the mpv media player. It gives you more or less full control of all features of the player, just as the lua interface does";
license = licenses.agpl3Only;
};
}