nur-packages

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

commit a1a2dda544a10fbcf55db5febc3f96084fa5e891
parent 344bd3f2d9b323fb1588a9b48ef434eb9c46a17c
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Sun, 22 Nov 2020 00:40:22 +0300

Add goldendict-arc-dark-theme

Diffstat:
Apkgs/data/themes/goldendict-themes/arc-dark-theme.nix | 16++++++++++++++++
Mpkgs/data/themes/goldendict-themes/dark-theme.nix | 3+--
Mpkgs/default.nix | 2++
3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/pkgs/data/themes/goldendict-themes/arc-dark-theme.nix b/pkgs/data/themes/goldendict-themes/arc-dark-theme.nix @@ -0,0 +1,16 @@ +{ lib, fetchgit }: + +(fetchgit { + name = "goldendict-arc-dark-theme-2019-04-06"; + url = "https://gist.github.com/ManiaciaChao/ddb14a09a12c95f134003bcd552dced4"; + rev = "af58374"; + sha256 = "0z3rsi87bf6mlb9syqvsz1jg74i3mxf2cxq43jlfr9zkdmnwgj18"; +}) // { + meta = with lib; { + description = "GoldenDict Arc Dark Theme"; + homepage = "https://gist.github.com/ManiaciaChao/ddb14a09a12c95f134003bcd552dced4"; + license = licenses.free; + maintainers = [ maintainers.sikmir ]; + platforms = platforms.all; + }; +} diff --git a/pkgs/data/themes/goldendict-themes/dark-theme.nix b/pkgs/data/themes/goldendict-themes/dark-theme.nix @@ -3,7 +3,7 @@ (fetchgit { name = "goldendict-dark-theme-2018-11-08"; url = "https://gist.github.com/ilius/5a2f35c79775267fbdb249493c041453"; - rev = "5c616fa8120fbf8aee9bc2d33e70f54e0990e759"; + rev = "5c616fa"; sha256 = "1rpkfcjp3dhdnrnf68id956hvm8bn655cp8v4if5s753vx5ni012"; }) // { meta = with lib; { @@ -12,6 +12,5 @@ license = licenses.free; maintainers = [ maintainers.sikmir ]; platforms = platforms.all; - skip.ci = true; }; } diff --git a/pkgs/default.nix b/pkgs/default.nix @@ -79,6 +79,8 @@ lib.makeScope newScope ( slazav-podm = callPackage ./data/maps/slazav/podm.nix { }; slazav-podm-bin = callPackage ./data/maps/slazav/podm-bin.nix { }; + goldendict-arc-dark-theme = + callPackage ./data/themes/goldendict-themes/arc-dark-theme.nix { }; goldendict-dark-theme = callPackage ./data/themes/goldendict-themes/dark-theme.nix { }; qtpbfimageplugin-styles = callPackage ./data/themes/qtpbfimageplugin-styles { };