nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 32f48b401d46cdf5de51b5587b9cc5fb5245211f
parent ccbdf9ba1e4ce6db202db12ac5a94bbfe1ab88e7
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Thu,  9 Jul 2020 01:21:38 +0300

Fix travis

Diffstat:
Mpkgs/applications/gpxlab/default.nix | 2+-
Mpkgs/applications/gpxsee/default.nix | 2+-
Mpkgs/applications/mapsoft/default.nix | 2+-
Mpkgs/applications/openorienteering-mapper/default.nix | 2+-
Mpkgs/applications/redict/default.nix | 2+-
Mpkgs/data/maps/gpxsee-maps/default.nix | 2+-
Mpkgs/data/maps/maptourist/default.nix | 2+-
Mpkgs/data/maps/mtk-suomi/default.nix | 2+-
Mpkgs/data/maps/slazav/hr.nix | 2+-
Mpkgs/data/maps/slazav/podm.nix | 2+-
Mpkgs/data/themes/qtpbfimageplugin-styles/default.nix | 2+-
Mpkgs/development/libraries/foma/default.nix | 2+-
Mpkgs/development/libraries/hfst/default.nix | 2+-
Mpkgs/development/libraries/libshell/default.nix | 2+-
Mpkgs/development/python-modules/cheetah3/default.nix | 2+-
Mpkgs/development/python-modules/gpxelevations/default.nix | 2+-
Mpkgs/development/python-modules/mercantile/default.nix | 2+-
Mpkgs/development/python-modules/mikatools/default.nix | 2+-
Mpkgs/development/python-modules/pyephem/default.nix | 2+-
Mpkgs/development/python-modules/pymbtiles/default.nix | 2+-
Mpkgs/development/tools/gef/default.nix | 2+-
Mpkgs/embox/default.nix | 2+-
Mpkgs/servers/mbtileserver/default.nix | 2+-
Mpkgs/tools/audio/musig/default.nix | 2+-
Mpkgs/tools/cfiles/default.nix | 2+-
Mpkgs/tools/dict/gt-bash-client/default.nix | 2+-
Mpkgs/tools/dict/gt4gd/default.nix | 2+-
Mpkgs/tools/dict/lsdreader/default.nix | 2+-
Mpkgs/tools/dict/odict/default.nix | 2+-
Mpkgs/tools/dict/stardict-tools/default.nix | 2+-
Mpkgs/tools/docker-reg-tool/default.nix | 2+-
Mpkgs/tools/geo/datamaps/default.nix | 2+-
Mpkgs/tools/geo/elevation/default.nix | 2+-
Mpkgs/tools/geo/gimgtools/default.nix | 2+-
Mpkgs/tools/geo/gpx-layer/default.nix | 2+-
Mpkgs/tools/geo/gpxtools/default.nix | 2+-
Mpkgs/tools/geo/openmtbmap/default.nix | 2+-
Mpkgs/tools/geo/osm2mp/default.nix | 2+-
Mpkgs/tools/geo/supermercado/default.nix | 2+-
Mpkgs/tools/geo/tpkutils/default.nix | 2+-
Mpkgs/tools/morse-talk/default.nix | 2+-
Mpkgs/tools/supload/default.nix | 2+-
Mpkgs/tools/text/csvquote/default.nix | 2+-
Mpkgs/tools/text/csvtools/default.nix | 2+-
44 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/pkgs/applications/gpxlab/default.nix b/pkgs/applications/gpxlab/default.nix @@ -39,7 +39,7 @@ mkDerivation { enableParallelBuilding = true; meta = with lib; { - inherit (src) description homepage; + inherit (sources.gpxlab) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/applications/gpxsee/default.nix b/pkgs/applications/gpxsee/default.nix @@ -39,7 +39,7 @@ mkDerivation { enableParallelBuilding = true; meta = with lib; { - inherit (src) description homepage; + inherit (sources.gpxsee) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/applications/mapsoft/default.nix b/pkgs/applications/mapsoft/default.nix @@ -92,7 +92,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.mapsoft) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.linux; diff --git a/pkgs/applications/openorienteering-mapper/default.nix b/pkgs/applications/openorienteering-mapper/default.nix @@ -74,7 +74,7 @@ mkDerivation { ''; meta = with lib; { - inherit (src) description homepage; + inherit (sources.mapper) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/applications/redict/default.nix b/pkgs/applications/redict/default.nix @@ -43,7 +43,7 @@ mkDerivation { enableParallelBuilding = true; meta = with lib; { - inherit (src) description homepage; + inherit (sources.redict) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/data/maps/gpxsee-maps/default.nix b/pkgs/data/maps/gpxsee-maps/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.gpxsee-maps) description homepage; license = licenses.unlicense; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/data/maps/maptourist/default.nix b/pkgs/data/maps/maptourist/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.maptourist) description homepage; license = licenses.free; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/data/maps/mtk-suomi/default.nix b/pkgs/data/maps/mtk-suomi/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.mtk-suomi) description homepage; license = licenses.free; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/data/maps/slazav/hr.nix b/pkgs/data/maps/slazav/hr.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.map_hr) description homepage; license = licenses.free; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/data/maps/slazav/podm.nix b/pkgs/data/maps/slazav/podm.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.map_podm) description homepage; license = licenses.free; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/data/themes/qtpbfimageplugin-styles/default.nix b/pkgs/data/themes/qtpbfimageplugin-styles/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.qtpbfimageplugin-styles) description homepage; license = licenses.free; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/development/libraries/foma/default.nix b/pkgs/development/libraries/foma/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation { makeFlags = [ "prefix=$(out)" ]; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.foma) description homepage; license = licenses.asl20; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/development/libraries/hfst/default.nix b/pkgs/development/libraries/hfst/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation { nativeBuildInputs = [ autoreconfHook bison flex ]; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.hfst) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/development/libraries/libshell/default.nix b/pkgs/development/libraries/libshell/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation { doCheck = false; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.libshell) description homepage; license = licenses.gpl2; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/development/python-modules/cheetah3/default.nix b/pkgs/development/python-modules/cheetah3/default.nix @@ -8,7 +8,7 @@ buildPythonPackage { doCheck = false; meta = with lib; { - inherit (src) description homepage; + inherit (sources.cheetah3) description homepage; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/development/python-modules/gpxelevations/default.nix b/pkgs/development/python-modules/gpxelevations/default.nix @@ -13,7 +13,7 @@ buildPythonApplication { #''; meta = with lib; { - inherit (src) description homepage; + inherit (sources.gpxelevations) description homepage; license = licenses.asl20; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/development/python-modules/mercantile/default.nix b/pkgs/development/python-modules/mercantile/default.nix @@ -11,7 +11,7 @@ buildPythonPackage { checkPhase = "pytest"; meta = with lib; { - inherit (src) description homepage; + inherit (sources.mercantile) description homepage; license = licenses.bsd3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/development/python-modules/mikatools/default.nix b/pkgs/development/python-modules/mikatools/default.nix @@ -8,7 +8,7 @@ buildPythonPackage { propagatedBuildInputs = [ requests clint ]; meta = with lib; { - inherit (src) description homepage; + inherit (sources.mikatools) description homepage; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/development/python-modules/pyephem/default.nix b/pkgs/development/python-modules/pyephem/default.nix @@ -6,7 +6,7 @@ buildPythonPackage { src = sources.pyephem; meta = with lib; { - inherit (src) description homepage; + inherit (sources.pyephem) description homepage; license = licenses.lgpl3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/development/python-modules/pymbtiles/default.nix b/pkgs/development/python-modules/pymbtiles/default.nix @@ -9,7 +9,7 @@ buildPythonPackage { checkPhase = "pytest"; meta = with lib; { - inherit (src) description homepage; + inherit (sources.pymbtiles) description homepage; license = licenses.isc; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/development/tools/gef/default.nix b/pkgs/development/tools/gef/default.nix @@ -49,7 +49,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.gef) description homepage; license = licenses.mit; platforms = platforms.all; maintainers = with maintainers; [ sikmir ]; diff --git a/pkgs/embox/default.nix b/pkgs/embox/default.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.embox) description homepage; license = licenses.bsd2; maintainers = with maintainers; [ sikmir ]; platforms = platforms.linux; diff --git a/pkgs/servers/mbtileserver/default.nix b/pkgs/servers/mbtileserver/default.nix @@ -8,7 +8,7 @@ buildGoModule { vendorSha256 = null; meta = with lib; { - inherit (src) description homepage; + inherit (sources.mbtileserver) description homepage; license = licenses.isc; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/audio/musig/default.nix b/pkgs/tools/audio/musig/default.nix @@ -19,7 +19,7 @@ buildGoModule { ''; meta = with lib; { - inherit (src) description homepage; + inherit (sources.musig) description homepage; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/cfiles/default.nix b/pkgs/tools/cfiles/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.cfiles) description homepage; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/tools/dict/gt-bash-client/default.nix b/pkgs/tools/dict/gt-bash-client/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.gt-bash-client) description homepage; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/tools/dict/gt4gd/default.nix b/pkgs/tools/dict/gt4gd/default.nix @@ -19,7 +19,7 @@ buildPythonApplication { ''; meta = with lib; { - inherit (src) description homepage; + inherit (sources.gt4gd) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/dict/lsdreader/default.nix b/pkgs/tools/dict/lsdreader/default.nix @@ -8,7 +8,7 @@ buildPythonApplication { doCheck = false; meta = with lib; { - inherit (src) description homepage; + inherit (sources.lsdreader) description homepage; license = licenses.free; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/dict/odict/default.nix b/pkgs/tools/dict/odict/default.nix @@ -8,7 +8,7 @@ buildGoModule { vendorSha256 = "083mvrgpv9hyfmi26sankv940qp0bmyr55jm33dx1ivhd2xhkg78"; meta = with lib; { - inherit (src) description homepage; + inherit (sources.odict) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/dict/stardict-tools/default.nix b/pkgs/tools/dict/stardict-tools/default.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation { enableParallelBuilding = true; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.stardict-3) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/tools/docker-reg-tool/default.nix b/pkgs/tools/docker-reg-tool/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.docker-reg-tool) description homepage; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/tools/geo/datamaps/default.nix b/pkgs/tools/geo/datamaps/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.datamaps) description homepage; license = licenses.bsd2; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/tools/geo/elevation/default.nix b/pkgs/tools/geo/elevation/default.nix @@ -40,7 +40,7 @@ buildPythonApplication { checkPhase = "pytest"; meta = with lib; { - inherit (src) description homepage; + inherit (sources.elevation) description homepage; license = licenses.asl20; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/geo/gimgtools/default.nix b/pkgs/tools/geo/gimgtools/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.gimgtools) description homepage; license = licenses.free; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/tools/geo/gpx-layer/default.nix b/pkgs/tools/geo/gpx-layer/default.nix @@ -19,7 +19,7 @@ buildPerlPackage { ''; meta = with lib; { - inherit (src) description homepage; + inherit (sources.gpx-layer) description homepage; license = licenses.free; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/geo/gpxtools/default.nix b/pkgs/tools/geo/gpxtools/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.gpxtools) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/tools/geo/openmtbmap/default.nix b/pkgs/tools/geo/openmtbmap/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.openmtbmap) description homepage; license = licenses.free; maintainers = with maintainers; [ sikmir ]; platforms = platforms.all; diff --git a/pkgs/tools/geo/osm2mp/default.nix b/pkgs/tools/geo/osm2mp/default.nix @@ -60,7 +60,7 @@ buildPerlPackage { ''; meta = with lib; { - inherit (src) description homepage; + inherit (sources.osm2mp) description homepage; license = licenses.gpl2; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/geo/supermercado/default.nix b/pkgs/tools/geo/supermercado/default.nix @@ -30,7 +30,7 @@ buildPythonApplication { checkPhase = "pytest"; meta = with lib; { - inherit (src) description homepage; + inherit (sources.supermercado) description homepage; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/geo/tpkutils/default.nix b/pkgs/tools/geo/tpkutils/default.nix @@ -11,7 +11,7 @@ buildPythonApplication { checkPhase = "pytest"; meta = with lib; { - inherit (src) description homepage; + inherit (sources.tpkutils) description homepage; license = licenses.isc; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/morse-talk/default.nix b/pkgs/tools/morse-talk/default.nix @@ -11,7 +11,7 @@ buildPythonApplication { checkPhase = "nosetests"; meta = with lib; { - inherit (src) description homepage; + inherit (sources.morse-talk) description homepage; license = licenses.gpl2; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/supload/default.nix b/pkgs/tools/supload/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.supload) description homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; diff --git a/pkgs/tools/text/csvquote/default.nix b/pkgs/tools/text/csvquote/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { preInstall = "mkdir -p $out/bin"; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.csvquote) description homepage; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin; diff --git a/pkgs/tools/text/csvtools/default.nix b/pkgs/tools/text/csvtools/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation { preInstall = "mkdir -p $out/bin"; meta = with stdenv.lib; { - inherit (src) description homepage; + inherit (sources.csvtools) description homepage; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = with platforms; linux ++ darwin;