mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
firefox-bin: remove with lib;
This commit is contained in:
parent
0df1e7d33a
commit
16696db425
1 changed files with 3 additions and 3 deletions
|
@ -163,7 +163,7 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
changelog = "https://www.mozilla.org/en-US/firefox/${version}/releasenotes/";
|
changelog = "https://www.mozilla.org/en-US/firefox/${version}/releasenotes/";
|
||||||
description = "Mozilla Firefox, free web browser (binary package)";
|
description = "Mozilla Firefox, free web browser (binary package)";
|
||||||
homepage = "https://www.mozilla.org/firefox/";
|
homepage = "https://www.mozilla.org/firefox/";
|
||||||
|
@ -188,10 +188,10 @@ stdenv.mkDerivation {
|
||||||
free = false;
|
free = false;
|
||||||
redistributable = true; # since MPL-2.0 still applies
|
redistributable = true; # since MPL-2.0 still applies
|
||||||
};
|
};
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
platforms = builtins.attrNames mozillaPlatforms;
|
platforms = builtins.attrNames mozillaPlatforms;
|
||||||
hydraPlatforms = [ ];
|
hydraPlatforms = [ ];
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
taku0
|
taku0
|
||||||
lovesegfault
|
lovesegfault
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue