···138</programlisting>
139 </para>
140 <para>
141- For a more useful example, try the following. This configuration only allows unfree packages named flash player and visual studio code:
142<programlisting>
143{
144 allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
145- "flashplayer"
146 "vscode"
147 ];
148}
···138</programlisting>
139 </para>
140 <para>
141+ For a more useful example, try the following. This configuration only allows unfree packages named roon-server and visual studio code:
142<programlisting>
143{
144 allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
145+ "roon-server"
146 "vscode"
147 ];
148}
+1-1
lib/lists.nix
···241242 /* Return a singleton list or an empty list, depending on a boolean
243 value. Useful when building lists with optional elements
244- (e.g. `++ optional (system == "i686-linux") flashplayer').
245246 Type: optional :: bool -> a -> [a]
247
···241242 /* Return a singleton list or an empty list, depending on a boolean
243 value. Useful when building lists with optional elements
244+ (e.g. `++ optional (system == "i686-linux") firefox').
245246 Type: optional :: bool -> a -> [a]
247
···479 thinkfan documentation</link> before updating.
480 </para>
481 </listitem>
482+ <listitem>
483+ <para>
484+ Adobe Flash Player support has been dropped from the tree. In particular,
485+ the following packages no longer support it:
486+ <itemizedlist>
487+ <listitem><simpara><package>chromium</package></simpara></listitem>
488+ <listitem><simpara><package>firefox</package></simpara></listitem>
489+ <listitem><simpara><package>qt48</package></simpara></listitem>
490+ <listitem><simpara><package>qt5.qtwebkit</package></simpara></listitem>
491+ </itemizedlist>
492+ Additionally, packages <package>flashplayer</package> and
493+ <package>hal-flash</package> were removed along with the
494+ <varname>services.flashpolicyd</varname> module.
495+ </para>
496+ </listitem>
497 </itemizedlist>
498 </section>
499
···7172 (mkRemovedOptionModule [ "services" "seeks" ] "")
73 (mkRemovedOptionModule [ "services" "venus" ] "The corresponding package was removed from nixpkgs.")
07475 # Do NOT add any option renames here, see top of the file
76 ];
···7172 (mkRemovedOptionModule [ "services" "seeks" ] "")
73 (mkRemovedOptionModule [ "services" "venus" ] "The corresponding package was removed from nixpkgs.")
74+ (mkRemovedOptionModule [ "services" "flashpolicyd" ] "The flashpolicyd module has been removed. Adobe Flash Player is deprecated.")
7576 # Do NOT add any option renames here, see top of the file
77 ];
···5 /* Do not use "dev" as a version. If you do, Tilt will consider itself
6 running in development environment and try to serve assets from the
7 source tree, which is not there once build completes. */
8- version = "0.18.5";
910 src = fetchFromGitHub {
11 owner = "tilt-dev";
12 repo = pname;
13 rev = "v${version}";
14- sha256 = "0msfc2cgfq7dz02n2z898iw2bx98qsny3j4pzja767vcdpnzjmr5";
15 };
16 vendorSha256 = null;
17
···5 /* Do not use "dev" as a version. If you do, Tilt will consider itself
6 running in development environment and try to serve assets from the
7 source tree, which is not there once build completes. */
8+ version = "0.18.8";
910 src = fetchFromGitHub {
11 owner = "tilt-dev";
12 repo = pname;
13 rev = "v${version}";
14+ sha256 = "sha256-ICJrY4XUrxVeZlMx69SB/ounfIwLFSguf9bhLOpYP3E=";
15 };
16 vendorSha256 = null;
17
···2122stdenv.mkDerivation rec {
23 pname = "tiledb";
24- version = "2.1.3";
2526 src = fetchFromGitHub {
27 owner = "TileDB-Inc";
28 repo = "TileDB";
29 rev = version;
30- sha256 = "1ia00bk6dc1176arf84lx08x4c7c74q7ycn7dqjnmyxkg3kmr21g";
31 };
3233 # (bundled) blosc headers have a warning on some archs that it will be using
···2122stdenv.mkDerivation rec {
23 pname = "tiledb";
24+ version = "2.2.3";
2526 src = fetchFromGitHub {
27 owner = "TileDB-Inc";
28 repo = "TileDB";
29 rev = version;
30+ sha256 = "sha256-QYJ5dJQyVy0GLVKRcwb2WBK4IE1q/jXl1OQGau0HBSg=";
31 };
3233 # (bundled) blosc headers have a warning on some archs that it will be using
···4243 releaseType=alpha
44 version=0.17.74
45- nix-prefetch-url file://$HOME/Downloads/factorio_\''${releaseType}_x64_\''${version}.tar.xz --name factorio_\''${releaseType}_x64-\''${version}.tar.xz
4647 Note the ultimate "_" is replaced with "-" in the --name arg!
48 '';
···4243 releaseType=alpha
44 version=0.17.74
45+ nix-prefetch-url file://\''$HOME/Downloads/factorio_\''${releaseType}_x64_\''${version}.tar.xz --name factorio_\''${releaseType}_x64-\''${version}.tar.xz
4647 Note the ultimate "_" is replaced with "-" in the --name arg!
48 '';
···178 firestr = throw "firestr has been removed."; # added 2019-12-08
179 fish-foreign-env = throw "fish-foreign-env has been replaced with fishPlugins.foreign-env"; # added 2020-12-29, modified 2021-01-10
180 flameGraph = flamegraph; # added 2018-04-25
000181 flink_1_5 = throw "flink_1_5 was removed, use flink instead"; # added 2021-01-25
182 flutter-beta = throw "Non-stable versions of Flutter have been removed. You can use flutterPackages.mkFlutter to generate a package for other Flutter versions."; # added 2020-01-15
183 flutter-dev = throw "Non-stable versions of Flutter have been removed. You can use flutterPackages.mkFlutter to generate a package for other Flutter versions."; # added 2020-01-15
···261 gupnp_igd = gupnp-igd; # added 2018-02-25
262 gupnptools = gupnp-tools; # added 2015-12-19
263 gutenberg = zola; # added 2018-11-17
0264 heimdalFull = heimdal; # added 2018-05-01
265 hepmc = hepmc2; # added 2019-08-05
266 hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11
···178 firestr = throw "firestr has been removed."; # added 2019-12-08
179 fish-foreign-env = throw "fish-foreign-env has been replaced with fishPlugins.foreign-env"; # added 2020-12-29, modified 2021-01-10
180 flameGraph = flamegraph; # added 2018-04-25
181+ flashplayer = throw "flashplayer has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
182+ flashplayer-standalone = throw "flashplayer-standalone has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
183+ flashplayer-standalone-debugger = throw "flashplayer-standalone-debugger has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
184 flink_1_5 = throw "flink_1_5 was removed, use flink instead"; # added 2021-01-25
185 flutter-beta = throw "Non-stable versions of Flutter have been removed. You can use flutterPackages.mkFlutter to generate a package for other Flutter versions."; # added 2020-01-15
186 flutter-dev = throw "Non-stable versions of Flutter have been removed. You can use flutterPackages.mkFlutter to generate a package for other Flutter versions."; # added 2020-01-15
···264 gupnp_igd = gupnp-igd; # added 2018-02-25
265 gupnptools = gupnp-tools; # added 2015-12-19
266 gutenberg = zola; # added 2018-11-17
267+ hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
268 heimdalFull = heimdal; # added 2018-05-01
269 hepmc = hepmc2; # added 2019-08-05
270 hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11