mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
pidgin-opensteamworks: Change install location to work with Finch as well as Pidgin.
This commit is contained in:
parent
e634488cc3
commit
9d9a20e98b
@ -13,9 +13,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preConfigure = "cd steam-mobile";
|
preConfigure = "cd steam-mobile";
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/lib/pidgin/
|
mkdir -p $out/lib/purple-2
|
||||||
mkdir -p $out/share/pixmaps/pidgin/protocols/
|
mkdir -p $out/share/pixmaps/pidgin/protocols/
|
||||||
cp libsteam.so $out/lib/pidgin/
|
cp libsteam.so $out/lib/purple-2/
|
||||||
unzip releases/icons.zip -d $out/share/pixmaps/pidgin/protocols/
|
unzip releases/icons.zip -d $out/share/pixmaps/pidgin/protocols/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user