pidgin-opensteamworks: git-2018-08-02 -> 1.7
* pidgin-opensteamworks: git-2018-08-02 -> 1.7 (#72295) * pidgin-opensteamworks: use sourceRoot
This commit is contained in:
parent
f395b4ef51
commit
883ab83f6b
@ -1,23 +1,31 @@
|
|||||||
{ stdenv, fetchFromGitHub, pidgin, glib, json-glib, nss, nspr, libgnome-keyring } :
|
{ stdenv, fetchFromGitHub, pkgconfig, pidgin, glib, json-glib, nss, nspr
|
||||||
|
, libsecret
|
||||||
|
} :
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pidgin-opensteamworks";
|
pname = "pidgin-opensteamworks";
|
||||||
version = "unstable-2018-08-02";
|
version = "1.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "EionRobb";
|
owner = "EionRobb";
|
||||||
repo = "pidgin-opensteamworks";
|
repo = "pidgin-opensteamworks";
|
||||||
rev = "b16a636d177f4a8862abdfbdb2c0994712ea0cd3";
|
rev = version;
|
||||||
sha256 = "0qyxfrfzsm43f1gmbg350znwxld1fqr9a9yziqs322bx2vglzgfh";
|
sha256 = "0zxd45g9ycw5kmm4i0800jnqg1ms2gbqcld6gkyv6n3ac1wxizpj";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "cd steam-mobile";
|
sourceRoot = "source/steam-mobile";
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"PLUGIN_DIR_PURPLE=${placeholder "out"}/lib/purple-2"
|
"PLUGIN_DIR_PURPLE=${placeholder "out"}/lib/purple-2"
|
||||||
"DATA_ROOT_DIR_PURPLE=${placeholder "out"}/share"
|
"DATA_ROOT_DIR_PURPLE=${placeholder "out"}/share"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ pidgin glib json-glib nss nspr libgnome-keyring ];
|
nativeBuildInputs = [
|
||||||
|
pkgconfig
|
||||||
|
];
|
||||||
|
buildInputs = [
|
||||||
|
pidgin glib json-glib nss nspr libsecret
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/EionRobb/pidgin-opensteamworks;
|
homepage = https://github.com/EionRobb/pidgin-opensteamworks;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user