stepmania: install desktop entry and icons

This commit is contained in:
h7x4 2023-11-26 21:43:00 +01:00
parent 6c241dc0f0
commit 86b4c21783
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -66,6 +66,11 @@ stdenv.mkDerivation {
postInstall = ''
mkdir -p $out/bin
ln -s $out/stepmania-5.1/stepmania $out/bin/stepmania
mkdir -p $out/share/
cp -r $src/icons $out/share/
install -Dm444 $src/stepmania.desktop -t $out/share/applications
'';
meta = with lib; {