mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
chromium: Shorten line length of name attribute.
No feature change, I'm just very nitpicky if it comes to lines with more than 79 characters. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
7ae1a17c89
commit
518173ac24
@ -59,8 +59,10 @@ let
|
||||
categories = "Network;WebBrowser";
|
||||
};
|
||||
|
||||
suffix = if channel != "stable" then "-" + channel else "";
|
||||
|
||||
in stdenv.mkDerivation {
|
||||
name = "chromium${if channel != "stable" then "-" + channel else ""}-${chromium.browser.version}";
|
||||
name = "chromium${suffix}-${chromium.browser.version}";
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user