Merge pull request #247813 from Icy-Thought/missing-mainProgram
This commit is contained in:
commit
73cbbbffee
5 changed files with 6 additions and 1 deletions
|
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/jluttine/rofi-power-menu";
|
||||
maintainers = with maintainers; [ ikervagyok ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "rofi-power-menu";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -43,6 +43,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/elkowar/eww";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda lom ];
|
||||
mainProgram = "eww";
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -36,5 +36,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ offline screendriver marsam ];
|
||||
platforms = nodejs.meta.platforms;
|
||||
mainProgram = "yarn";
|
||||
};
|
||||
})
|
||||
|
|
|
@ -44,5 +44,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/ajeetdsouza/zoxide/raw/v${version}/CHANGELOG.md";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ ysndr cole-h SuperSandro2000 ];
|
||||
mainProgram = "zoxide";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,7 +37,8 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/j-lentz/iwgtk";
|
||||
changelog = "https://github.com/j-lentz/iwgtk/blob/v${version}/CHANGELOG";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "iwgtk";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue