forked from mirrors/nixpkgs
plata-theme: 0.9.8 -> 0.9.9
This commit is contained in:
parent
cb39af3ebd
commit
d212d19581
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchFromGitLab, autoreconfHook, pkg-config, parallel
|
{ 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
|
, cinnamonSupport ? true
|
||||||
, gnomeFlashbackSupport ? true
|
, gnomeFlashbackSupport ? true
|
||||||
, gnomeShellSupport ? true
|
, gnomeShellSupport ? true
|
||||||
|
@ -19,13 +19,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "plata-theme";
|
pname = "plata-theme";
|
||||||
version = "0.9.8";
|
version = "0.9.9";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "tista500";
|
owner = "tista500";
|
||||||
repo = "plata-theme";
|
repo = "plata-theme";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1sqmydvx36f6r4snw22s2q4dvcyg30jd7kg7dibpzqn3njfkkfag";
|
sha256 = "1iwvlv9qcrjyfbzab00vjqafmp3vdybz1hi02r6lwbgvwyfyrifk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -35,14 +35,14 @@ stdenv.mkDerivation rec {
|
||||||
sassc
|
sassc
|
||||||
inkscape
|
inkscape
|
||||||
libxml2
|
libxml2
|
||||||
glib.dev
|
glib
|
||||||
]
|
]
|
||||||
++ lib.optionals mateSupport [ gtk3 marco ]
|
++ lib.optionals mateSupport [ gtk3 marco ]
|
||||||
++ lib.optional telegramSupport zip;
|
++ lib.optional telegramSupport zip;
|
||||||
|
|
||||||
# GTK2 engines must be on the system path at runtime to be loaded.
|
buildInputs = [ gtk_engines ];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [
|
propagatedUserEnvPkgs = [
|
||||||
gtk2
|
|
||||||
gtk-engine-murrine
|
gtk-engine-murrine
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue