songrec: install /share (#126891)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
b31bdff3fd
commit
671989e41a
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
buildInputs = [ alsa-lib gtk3 openssl ffmpeg ];
|
||||
|
||||
postInstall = ''
|
||||
mv packaging/rootfs/usr/share $out/share
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "An open-source Shazam client for Linux, written in Rust";
|
||||
homepage = "https://github.com/marin-m/SongRec";
|
||||
|
|
Loading…
Reference in a new issue