songrec: install /share (#126891)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Naïm Favier 2021-06-15 12:58:44 +02:00 committed by GitHub
parent b31bdff3fd
commit 671989e41a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";