about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/brutefir/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/audio/brutefir/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/audio/brutefir/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/audio/brutefir/default.nix b/nixpkgs/pkgs/applications/audio/brutefir/default.nix
index 2aefa8bae08e..8cb54bf410bf 100644
--- a/nixpkgs/pkgs/applications/audio/brutefir/default.nix
+++ b/nixpkgs/pkgs/applications/audio/brutefir/default.nix
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ auchter ];
     platforms = [ "x86_64-linux" "i686-linux" ];
+    mainProgram = "brutefir";
   };
 }