Merge pull request #252132 from Shawn8901/mainprogram_beep

This commit is contained in:
Artturi 2023-08-29 17:46:54 +03:00 committed by GitHub
commit 9bd934fd81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/spkr-beep/beep";
license = licenses.gpl2Only;
platforms = platforms.linux;
mainProgram = "beep";
};
}