mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
clementine: install desktop files and icons
This commit is contained in:
parent
9529a0dae2
commit
e8efbcd3d3
@ -112,4 +112,9 @@ runCommand "clementine-${version}"
|
|||||||
makeWrapper "$free/bin/${exeName}" "$out/bin/${exeName}" \
|
makeWrapper "$free/bin/${exeName}" "$out/bin/${exeName}" \
|
||||||
${optionalString withSpotify "--set CLEMENTINE_SPOTIFYBLOB \"$blob/libexec/clementine\""} \
|
${optionalString withSpotify "--set CLEMENTINE_SPOTIFYBLOB \"$blob/libexec/clementine\""} \
|
||||||
--prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH"
|
--prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH"
|
||||||
|
|
||||||
|
mkdir -p $out/share
|
||||||
|
for dir in applications icons kde4; do
|
||||||
|
ln -s "$free/share/$dir" "$out/share/$dir"
|
||||||
|
done
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user