From 5c9a9fed37700c071cd14c64430f761ff201ea35 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 14 Aug 2024 23:46:15 +0200 Subject: [PATCH] flac: set meta.mainProgramm --- pkgs/applications/audio/flac/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix index cadf0c829d44..09ce3341aa54 100644 --- a/pkgs/applications/audio/flac/default.nix +++ b/pkgs/applications/audio/flac/default.nix @@ -44,6 +44,7 @@ stdenv.mkDerivation rec { homepage = "https://xiph.org/flac/"; description = "Library and tools for encoding and decoding the FLAC lossless audio file format"; changelog = "https://xiph.org/flac/changelog.html"; + mainProgram = "flac"; platforms = platforms.all; license = licenses.bsd3; maintainers = with maintainers; [ ruuda ];