mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
lame: set meta.mainProgram
This commit is contained in:
parent
c72f6b28ba
commit
520599d75c
@ -57,5 +57,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl2;
|
||||
maintainers = with maintainers; [ codyopel ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "lame";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user