mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
Merge pull request #273125 from mrnossiom/master
workstyle, dconf, rnix-lsp, marksman, macchanger, restic: add meta.mainProgram
This commit is contained in:
commit
5b233dd640
@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/pierrechevalier83/workstyle";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ FlorianFranzen ];
|
||||
mainProgram = "workstyle";
|
||||
};
|
||||
}
|
||||
|
@ -76,5 +76,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = teams.gnome.members;
|
||||
mainProgram = "dconf";
|
||||
};
|
||||
}
|
||||
|
@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A work-in-progress language server for Nix, with syntax checking and basic completion";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "rnix-lsp";
|
||||
};
|
||||
}
|
||||
|
@ -54,5 +54,6 @@ buildDotnetModule rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ stasjok plusgut ];
|
||||
platforms = dotnet-sdk.meta.platforms;
|
||||
mainProgram = "marksman";
|
||||
};
|
||||
}
|
||||
|
@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = "https://github.com/alobbs/macchanger";
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "macchanger";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user