mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ardour: set mainProgram in meta
This commit is contained in:
parent
f3a2296445
commit
010d201115
2 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://ardour.org/";
|
homepage = "https://ardour.org/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
mainProgram = "ardour6";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ goibhniu magnetophon mitchmindtree ];
|
maintainers = with maintainers; [ goibhniu magnetophon mitchmindtree ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -198,6 +198,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://ardour.org/";
|
homepage = "https://ardour.org/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
mainProgram = "ardour7";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ goibhniu magnetophon mitchmindtree ];
|
maintainers = with maintainers; [ goibhniu magnetophon mitchmindtree ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue