mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
yaru: add myself as maintainer, format
This commit is contained in:
parent
34d8d085ca
commit
4cd1636190
@ -1,5 +1,18 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, meson, sassc, pkg-config, glib, ninja,
|
{ lib
|
||||||
python3, gtk3, gnome, gtk-engine-murrine, humanity-icon-theme, hicolor-icon-theme }:
|
, stdenv
|
||||||
|
, fetchFromGitHub
|
||||||
|
, meson
|
||||||
|
, sassc
|
||||||
|
, pkg-config
|
||||||
|
, glib
|
||||||
|
, ninja
|
||||||
|
, python3
|
||||||
|
, gtk3
|
||||||
|
, gnome
|
||||||
|
, gtk-engine-murrine
|
||||||
|
, humanity-icon-theme
|
||||||
|
, hicolor-icon-theme
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "yaru";
|
pname = "yaru";
|
||||||
@ -13,7 +26,9 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
|
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
|
||||||
|
|
||||||
buildInputs = [ gtk3 gnome.gnome-themes-extra ];
|
buildInputs = [ gtk3 gnome.gnome-themes-extra ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ humanity-icon-theme hicolor-icon-theme ];
|
propagatedBuildInputs = [ humanity-icon-theme hicolor-icon-theme ];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
||||||
@ -27,6 +42,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/ubuntu/yaru";
|
homepage = "https://github.com/ubuntu/yaru";
|
||||||
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
|
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ fortuneteller2k ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user