This file was deleted.

@@ -14,14 +14,11 @@ mkDerivation {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
maintainers = kdepimTeam;
};
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ];
buildInputs = [
akonadi akonadi-calendar akonadi-contacts akonadi-mime akonadi-notes
kalarmcal kcalutils kcontacts kdav kdelibs4support kidentitymanagement kimap
kmailtransport kmbox kmime knotifications knotifyconfig qtwebengine
pimcommon libkgapi qtnetworkauth qtspeech qtxmlpatterns
];
# Attempts to build some files before dependencies have been generated
enableParallelBuilding = false;
}

This file was deleted.

@@ -0,0 +1,24 @@
{ lib, buildPythonApplication, fetchFromGitHub, nose }:

buildPythonApplication rec {
pname = "mbutil";
version = "0.3.0";

src = fetchFromGitHub {
owner = "mapbox";
repo = pname;
rev = "v${version}";
sha256 = "06d62r89h026asaa4ryzb23m86j0cmbvy54kf4zl5f35sgiha45z";
};

checkInputs = [ nose ];
checkPhase = "nosetests";

meta = with lib; {
description = "An importer and exporter for MBTiles";
homepage = "https://github.com/mapbox/mbutil";
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = with maintainers; [ sikmir ];
};
}
@@ -0,0 +1,46 @@
{ stdenv, fetchFromGitHub, fetchpatch, clang,
pkg-config, curl, mpv, yajl }:

stdenv.mkDerivation rec {
pname = "jftui";
version = "0.2.2";

src = fetchFromGitHub {
owner = "Aanok";
repo = pname;
rev = "v${version}";
sha256 = "0g93w8ahyh2v0cv2fyj5a7v6qyznavwk0dcxx1qw4kczdgmlxnkx";
};

patches = [
# Remove this patch with next version
(fetchpatch {
name = "curl-capability-check-fix";
url = "https://github.com/Aanok/jftui/commit/d63996b8bc0d2ac4b04c5de4169bc7f8ec9b2a30.patch";
sha256 = "1d595mkzgx3carq2cykxpvmf5klgdlyaq94fk9wj8812yswqlsr7";
})
];

nativeBuildInputs = [
pkg-config
];

buildInputs = [
clang
curl
mpv
yajl
];

installPhase = ''
install -Dm555 build/jftui $out/bin/jftui
'';

meta = with stdenv.lib; {
description = "Jellyfin Terminal User Interface ";
homepage = "https://github.com/Aanok/jftui";
license = licenses.unlicense;
maintainers = [ maintainers.nyanloutre ];
platforms = platforms.linux;
};
}
@@ -1,13 +1,13 @@
{stdenv, fetchFromGitHub}:
stdenv.mkDerivation rec {
version = "1.8.4";
version = "1.8.6";
pname = "libsixel";

src = fetchFromGitHub {
repo = "libsixel";
rev = "v${version}";
owner = "saitoha";
sha256 = "1zckahfl0j7k68jf87iwdc4yx7fkfhxwa7lrf22dnz36d2iq785v";
sha256 = "1saxdj6sldv01g6w6yk8vr7px4bl31xca3a82j6v1j3fw5rbfphy";
};

configureFlags = [
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "ecos";
version = "2.0.6";
version = "2.0.7";

src = fetchFromGitHub {
owner = "embotech";
repo = "ecos";
rev = "v${version}";
sha256 = "11v958j66wq30gxpjpkgl7n3rvla845lygz8fl39pgf1vk9sdyc7";
rev = version;
sha256 = "1hsndim5kjvcwk5svqa4igawzahj982180xj1d7yd0dbjlgxc7w7";
};

buildPhase = ''
@@ -29,9 +29,10 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A lightweight conic solver for second-order cone programming";
homepage = https://www.embotech.com/ECOS;
homepage = "https://www.embotech.com/ECOS";
downloadPage = "https://github.com/embotech/ecos/releases";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [ maintainers.bhipple ];
maintainers = with maintainers; [ bhipple ];
};
}
@@ -0,0 +1,30 @@
{ lib
, buildPythonPackage
, fetchPypi
, requests
}:

buildPythonPackage rec {
pname = "docloud";
version = "1.0.375";

src = fetchPypi {
inherit pname version;
sha256 = "996d55407498fd01e6c6c480f367048f92255e9ca9db0e9ea19aaef91328a441";
};

propagatedBuildInputs = [
requests
];

# Pypi's tarball doesn't contain tests. Source not available.
doCheck = false;
pythonImportsCheck = [ "docloud" ];

meta = with lib; {
description = "The IBM Decision Optimization on Cloud Python client";
homepage = "https://onboarding-oaas.docloud.ibmcloud.com/software/analytics/docloud/";
license = licenses.asl20;
maintainers = with maintainers; [ drewrisinger ];
};
}
@@ -1,14 +1,15 @@
{ stdenv, fetchurl, buildPythonPackage, pep8, nose, unittest2, docutils
{ stdenv, fetchurl, buildPythonPackage, isPy27, pep8, nose, unittest2, docutils
, blockdiag
}:

buildPythonPackage rec {
pname = "seqdiag";
version = "0.9.6";
version = "2.0.0";
disabled = isPy27;

src = fetchurl {
url = "mirror://pypi/s/seqdiag/${pname}-${version}.tar.gz";
sha256 = "78104e7644c1a4d3a5cacb68de6a7f720793f08dd78561ef0e9e80bed63702bf";
sha256 = "0k7j4f9j3d0325piwvbv90nfh0wzfk2n6s73s6h6nsxmqshcgswk";
};

buildInputs = [ pep8 nose unittest2 docutils ];
@@ -0,0 +1,27 @@
{ lib, buildPythonPackage, fetchPypi, future, dateutil, six, pytest, mock, parameterized }:

buildPythonPackage rec {
pname = "vertica-python";
version = "0.10.2";

src = fetchPypi {
inherit pname version;
sha256 = "c35d0e7ac8da2af47a65efc72d5d8351caa93e4829e549f229aa7e375593f896";
};

propagatedBuildInputs = [ future dateutil six ];

checkInputs = [ pytest mock parameterized ];

# Integration tests require an accessible Vertica db
checkPhase = ''
pytest --ignore vertica_python/tests/integration_tests
'';

meta = with lib; {
description = "Native Python client for Vertica database";
homepage = "https://github.com/vertica/vertica-python";
license = licenses.asl20;
maintainers = [ maintainers.arnoldfarkas ];
};
}
@@ -16,10 +16,7 @@ rustPlatform.buildRustPackage rec {
};

cargoBuildFlags = lib.optionals (!stdenv.isLinux) ["--no-default-features" "--features" "pulse"];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "0jdkcxvlw7s8pz1ka3d2w97356a2axvlwfgyh2dz7nmfzpjx64x0";
cargoSha256 = "0wakw3pqgwfwarjfb3h0a2javrhnf509v3j547a7p9k5kbjb5np0";

buildInputs = [ xlibsWrapper xorg.libXScrnSaver libpulseaudio ] ++ lib.optional stdenv.isDarwin Security;
nativeBuildInputs = [ pkgconfig patchelf python3 ];
@@ -14,8 +14,8 @@ stdenv.mkDerivation rec {

hardeningDisable = [ "format" ];

preConfigure = ''
sed -i "s,/bin/stty,$(type -p stty),g" configure
postPatch = ''
sed -i "s,/bin/stty,$(type -p stty),g" configure.in
'';

configureFlags = [
@@ -5005,6 +5005,8 @@ in
boost = boost155;
};

mbutil = python3Packages.callPackage ../applications/misc/mbutil { };

mc = callPackage ../tools/misc/mc { };

mcabber = callPackage ../applications/networking/instant-messengers/mcabber { };
@@ -20117,6 +20119,8 @@ in
inherit (darwin) libobjc;
};

jftui = callPackage ../applications/video/jftui { };

lilyterm = callPackage ../applications/misc/lilyterm {
inherit (gnome2) vte;
gtk = gtk2;
@@ -2544,6 +2544,8 @@ in {

docker_pycreds = callPackage ../development/python-modules/docker-pycreds {};

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

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

doctest-ignore-unicode = callPackage ../development/python-modules/doctest-ignore-unicode { };
@@ -5718,6 +5720,8 @@ in {

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

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

virtkey = callPackage ../development/python-modules/virtkey {
inherit (pkgs) pkgconfig;
};