ma 5pkgs: debug for 19.09 release

This commit is contained in:
makefu 2019-10-14 12:56:20 +02:00
parent 4d01390837
commit 8273bcc77c
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
5 changed files with 51 additions and 26 deletions

View File

@ -28,10 +28,10 @@ in {
rclone = super.pkgs.stdenv.lib.overrideDerivation super.rclone (old: { rclone = super.pkgs.stdenv.lib.overrideDerivation super.rclone (old: {
postInstall = old.postInstall + '' postInstall = old.postInstall + ''
$bin/bin/rclone genautocomplete zsh _rclone $out/bin/rclone genautocomplete zsh _rclone
install -D -m644 _rclone $bin/share/zsh/vendor-completions/_rclone install -D -m644 _rclone $out/share/zsh/vendor-completions/_rclone
$bin/bin/rclone genautocomplete bash _rclone $out/bin/rclone genautocomplete bash _rclone
install -D -m644 _rclone $bin/etc/bash_completion.d/rclone install -D -m644 _rclone $out/etc/bash_completion.d/rclone
''; '';
}); });
alsa-hdspconf = callPackage ./custom/alsa-tools { alsaToolTarget="hdspconf";}; alsa-hdspconf = callPackage ./custom/alsa-tools { alsaToolTarget="hdspconf";};

View File

@ -41,4 +41,11 @@ stdenv.mkDerivation rec {
--set NIX_REDIRECTS /usr/share/pico/lang=$out/share/pico/lang --set NIX_REDIRECTS /usr/share/pico/lang=$out/share/pico/lang
''; '';
meta = with stdenv.lib; {
description = "Text-to-speech engine";
homepage = https://android.googlesource.com/platform/external/svox;
platforms = platforms.linux;
license = licenses.asl20;
maintainers = with maintainers; [ abbradar ];
};
} }

View File

@ -1,13 +1,13 @@
{ stdenv, lib, pkgs, fetchFromGitHub, ... }: { stdenv, lib, pkgs, fetchFromGitHub, ... }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "pkg2zip-2017-12-01"; name = "pkg2zip-2018-06-15";
rev = "fccad26"; rev = "9222c4e00235dfe7914e9db0cc352da07e63d9f9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mmozeiko"; owner = "mmozeiko";
repo = "pkg2zip"; repo = "pkg2zip";
inherit rev; inherit rev;
sha256 = "1sq9yx5cbllmc0yyxhvb6c0yq1mkd1mn8njgkkgxz8alw9zwlarp"; sha256 = "1zz3vi12c2c4d48vvvkdl66fx5mdszcnv7lwwlgi4b8lfn1gvkr9";
}; };
installPhase = '' installPhase = ''

View File

@ -4,13 +4,13 @@ let
in in
builder rec { builder rec {
name = "shiori-${version}"; name = "shiori-${version}";
version = "1.6.0-master"; version = "1.6.0-warc";
goPackagePath = "github.com/go-shiori/shiori"; goPackagePath = "github.com/go-shiori/shiori";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "go-shiori"; owner = "go-shiori";
repo = "shiori"; repo = "shiori";
rev = "c77b17caf8fcdf336adea33d0e4ac7ab13c10bc5"; rev = "83f133dd07bf661d3c4cf03043392100da489559";
sha256 = "11c5yxkmawwpswk256d151ixmj1vlnhrhsbfp9xan1v5cbqpkxdm"; sha256 = "02b17hjbh4w0ip0snd8hmdjmbc2w1pv9sws9cf9r8w09c225nw2i";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;
} }

View File

@ -108,6 +108,15 @@
sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g"; sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g";
}; };
} }
{
goPackagePath = "github.com/go-shiori/dom";
fetch = {
type = "git";
url = "https://github.com/go-shiori/dom";
rev = "6867c1fcf154";
sha256 = "10lhp58qy798vs5mazkhpxq4s5g42j2hps61y7c1npabp17k7zfm";
};
}
{ {
goPackagePath = "github.com/go-shiori/go-readability"; goPackagePath = "github.com/go-shiori/go-readability";
fetch = { fetch = {
@ -117,6 +126,15 @@
sha256 = "1bhr5chria90v0iwr4rwgvid7cr6aj5r458cmv9f6idpylx5dxl3"; sha256 = "1bhr5chria90v0iwr4rwgvid7cr6aj5r458cmv9f6idpylx5dxl3";
}; };
} }
{
goPackagePath = "github.com/go-shiori/warc";
fetch = {
type = "git";
url = "https://github.com/go-shiori/warc";
rev = "7b3c5582fd83";
sha256 = "0cgwfbiv83mswl1sxqrycn9fsrc3z8ms2q5rm6mvr7rsp3v1m6g4";
};
}
{ {
goPackagePath = "github.com/go-sql-driver/mysql"; goPackagePath = "github.com/go-sql-driver/mysql";
fetch = { fetch = {
@ -401,8 +419,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/stretchr/testify"; url = "https://github.com/stretchr/testify";
rev = "v1.3.0"; rev = "v1.4.0";
sha256 = "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy"; sha256 = "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb";
}; };
} }
{ {
@ -410,8 +428,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/tdewolff/parse"; url = "https://github.com/tdewolff/parse";
rev = "v2.3.7"; rev = "v2.3.4";
sha256 = "014y2r3pf7x091x4hsclczmn734hpnn8f5lkaspq72jl3p21icj4"; sha256 = "00hclphbjgc5vjrqgnclp72v8c45k35vmj84d2a0f7bw8cc88zcd";
}; };
} }
{ {
@ -419,8 +437,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/tdewolff/test"; url = "https://github.com/tdewolff/test";
rev = "v1.0.0"; rev = "v1.0.5";
sha256 = "10vyp4bhanzg3yl9k8zqfdrxpsmx8yc53xv4lqxfymd7jjyqgssj"; sha256 = "1f53nzfbs5gmn5bvqj3rzi15r9mxn8vq3f850rq3amwlfz927v9a";
}; };
} }
{ {
@ -455,8 +473,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/crypto"; url = "https://go.googlesource.com/crypto";
rev = "4def268fd1a4"; rev = "f99c8df09eb5";
sha256 = "1bfsnari529gw34cz0zqk3d9mrkcj1ay35kangri8kbgll0ss5a6"; sha256 = "0jwi6c6366999mnpzwx3a2kr7hzvdx97qfwiphx0r7cy0mpf28hf";
}; };
} }
{ {
@ -473,8 +491,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/net"; url = "https://go.googlesource.com/net";
rev = "ca1201d0de80"; rev = "d98b1b443823";
sha256 = "16j9xyby1vfl4ch6wqzafxxxnxvcp8vhzknpchwabci1f2zcsn6i"; sha256 = "1vzwpy56g056dsq304xga3d55jg2cxx89bijpfwjlhwyqyskybsz";
}; };
} }
{ {
@ -491,8 +509,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/sys"; url = "https://go.googlesource.com/sys";
rev = "51ab0e2deafa"; rev = "c178f38b412c";
sha256 = "0xdhpckbql3bsqkpc2k5b1cpnq3q1qjqjjq2j3p707rfwb8nm91a"; sha256 = "1r6v8xnvb4z5vdckbj6vd08kn6h4ivr9hvdpgq4drj6l1mp79rf7";
}; };
} }
{ {
@ -509,8 +527,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/tools"; url = "https://go.googlesource.com/tools";
rev = "6d4652c779c4"; rev = "72853e10c5a3";
sha256 = "0dh2q4pkq2l3682d2win7wp9aahcm669s7aa77hqk9my8hdqskqs"; sha256 = "06v42k857lcivcar3fq8yjc782hny0m5yf20sb7ij5jva0gab026";
}; };
} }
{ {
@ -527,8 +545,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/golang/appengine"; url = "https://github.com/golang/appengine";
rev = "v1.6.1"; rev = "v1.6.4";
sha256 = "0zxlvwzxwkwz4bs4h9zc9979dx76y4xf9ks4d22bclg47dv59yry"; sha256 = "07r8zj9wk5w33bpmi808xgindqnfpvi4hf7glgcpimlg6n66lsrp";
}; };
} }
{ {