mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
compton-git: 2015-04-20 -> 2015-09-21
This commit is contained in:
parent
7996c54ae8
commit
9ea3a37767
@ -4,20 +4,24 @@
|
|||||||
libXrandr, libXrender }:
|
libXrandr, libXrender }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "compton-git-2015-04-20";
|
name = "compton-git-2015-09-21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chjj";
|
owner = "chjj";
|
||||||
repo = "compton";
|
repo = "compton";
|
||||||
rev = "b1889c1245e6f47eedfae6063100d5a16f584e2b";
|
rev = "2343e4bbd298b35ea5c190c52abd2b0cb9f79a18";
|
||||||
sha256 = "0brnbidxi7wg08yiwgnijzcyqv5lnkd74xzfymvb0i7pgy465vaf";
|
sha256 = "1pb0ic47sfd796crwk47cya2ahbxsm6ygi6sh4fwd734kwz37h4z";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
nativeBuildInputs = [
|
||||||
asciidoc
|
asciidoc
|
||||||
dbus
|
|
||||||
docbook_xml_dtd_45
|
docbook_xml_dtd_45
|
||||||
docbook_xml_xslt
|
docbook_xml_xslt
|
||||||
|
pkgconfig
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
dbus
|
||||||
libXcomposite
|
libXcomposite
|
||||||
libXdamage
|
libXdamage
|
||||||
libXext
|
libXext
|
||||||
@ -31,7 +35,6 @@ stdenv.mkDerivation {
|
|||||||
libxslt
|
libxslt
|
||||||
mesa
|
mesa
|
||||||
pcre
|
pcre
|
||||||
pkgconfig
|
|
||||||
];
|
];
|
||||||
|
|
||||||
installFlags = "PREFIX=$(out)";
|
installFlags = "PREFIX=$(out)";
|
||||||
|
Loading…
Reference in New Issue
Block a user