12 stdenv.mkDerivation rec {
16 src = fetchFromGitLab {
17 domain = "gitlab.freedesktop.org";
20 rev = "${pname}-${version}";
21 sha256 = "sha256-zehf0DkqSSvmatbk/UB1oySjyqiFUYTuIhqb5xKeK7I=";
34 propagatedBuildInputs = [
39 "-Dgit_werror=disabled"
44 outputs = [ "out" "dev" ];
47 description = "USB traffic redirection protocol";
48 homepage = "https://www.spice-space.org/usbredir.html";
49 license = licenses.lgpl21Plus;
50 maintainers = with maintainers; [ offline ];
51 platforms = platforms.unix;