diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 676ccdaf129f267da307d72aa59fb568a2d9e29e..9d343622a55597704110953fbbbb012660ba2a33 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,6 @@ - sikmir
nixPath:
- nixpkgs=channel:nixos-unstable
- nixpkgs=channel:nixpkgs-unstable
- nixpkgs=channel:nixos-20.09
runs-on: ubuntu-latest
steps:
- name: Checkout repository
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 7aba9249955e6c0c88806d28a0edc2dec512c426..e77ee4ae231f71e287d5091897c7df9019bacf7a 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -170,13 +170,7 @@ opendict = callPackage ./dict/opendict { };
redict = libsForQt5.callPackage ./dict/redict {
inherit sources;
};
# Needed for nixos-19.09
if pkgs ? libmysql
then callPackage ./dict/stardict-tools {
libmysqlclient = libmysql;
}
else callPackage ./dict/stardict-tools { };
tatoebatools = callPackage ./dict/tatoebatools { };
zdict = callPackage ./dict/zdict { };
@@ -226,12 +220,8 @@ perlSupport = false;
nlsSupport = false;
};
};
then callPackage ./images/mbtileserver { }
else null;
then callPackage ./images/quark { }
else null;
docker-wekan = callPackage ./images/wekan { };
### MISC
application/octet-stream
This content has been proxied by September (3851b).