Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-04-03 21:54:40 +02:00
357 changed files with 6567 additions and 4186 deletions

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "joypixels";
version = "5.0.2";
version = "5.5.0";
src = fetchurl {
url = "https://cdn.joypixels.com/arch-linux/font/${version}/joypixels-android.ttf";
sha256 = "0javgnfsh2nfddr5flf4yzi81ar8wx2z8w1q7h4fvdng5fsrgici";
sha256 = "S0Y/yAps11W69poz2c3xJSX9Augexm82ZzbbCSgoeXA=";
};
dontUnpack = true;

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flat-remix-icon-theme";
version = "20191122";
version = "20200116";
src = fetchFromGitHub {
owner = "daniruiz";
repo = "flat-remix";
rev = version;
sha256 = "1rv35r52l7xxjpajwli0md07k3xl7xplbw919vjmsb1hhrzavzzg";
sha256 = "14n5wydhd5ifmsbj770s2qg2ksd3xa3m61qxydid6jq39k0lxbd8";
};
nativeBuildInputs = [ gtk3 ];
@@ -31,5 +31,4 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [ mschneider ];
};
}
}

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Emoji annotation files in CLDR";
homepage = "https://www.unicode.org/";
license = licenses.free; # https://www.unicode.org/license.html
license = licenses.unicode-dfs-2016;
platforms = platforms.all;
};
}

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Unicode Character Database";
homepage = "https://www.unicode.org/";
license = licenses.free; # https://www.unicode.org/license.html
license = licenses.unicode-dfs-2016;
platforms = platforms.all;
};
}

View File

@@ -53,7 +53,7 @@ symlinkJoin rec {
meta = with stdenv.lib; {
description = "Unicode Emoji Data Files";
homepage = "https://home.unicode.org/emoji/";
license = licenses.free; # https://www.unicode.org/license.html
license = licenses.unicode-dfs-2016;
platforms = platforms.all;
};
}

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Unicode Han Database";
homepage = "https://www.unicode.org/";
license = licenses.free; # https://www.unicode.org/license.html
license = licenses.unicode-dfs-2016;
platforms = platforms.all;
};
}