Skip to content

Commit

Permalink
plata-theme: 0.9.8 -> 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tadfisher authored and Artturin committed Aug 12, 2021
1 parent cb39af3 commit d212d19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/data/themes/plata/default.nix
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitLab, autoreconfHook, pkg-config, parallel
, sassc, inkscape, libxml2, glib, gtk2, gtk-engine-murrine
, sassc, inkscape, libxml2, glib, gtk_engines, gtk-engine-murrine
, cinnamonSupport ? true
, gnomeFlashbackSupport ? true
, gnomeShellSupport ? true
Expand All @@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
pname = "plata-theme";
version = "0.9.8";
version = "0.9.9";

src = fetchFromGitLab {
owner = "tista500";
repo = "plata-theme";
rev = version;
sha256 = "1sqmydvx36f6r4snw22s2q4dvcyg30jd7kg7dibpzqn3njfkkfag";
sha256 = "1iwvlv9qcrjyfbzab00vjqafmp3vdybz1hi02r6lwbgvwyfyrifk";
};

nativeBuildInputs = [
Expand All @@ -35,14 +35,14 @@ stdenv.mkDerivation rec {
sassc
inkscape
libxml2
glib.dev
glib
]
++ lib.optionals mateSupport [ gtk3 marco ]
++ lib.optional telegramSupport zip;

# GTK2 engines must be on the system path at runtime to be loaded.
buildInputs = [ gtk_engines ];

propagatedUserEnvPkgs = [
gtk2
gtk-engine-murrine
];

Expand Down

0 comments on commit d212d19

Please sign in to comment.