···335 set textmode=true
336 terminal_output console
337 }
00338 hiddenentry 'GUI mode' --hotkey 'g' {
339 $(find ${config.isoImage.grubTheme} -iname '*.pf2' -printf "loadfont (\$root)/EFI/BOOT/grub-theme/%P\n")
340 set textmode=false
341 terminal_output gfxterm
342 }
343-344345 # If the parameter iso_path is set, append the findiso parameter to the kernel
346 # line. We need this to allow the nixos iso to be booted from grub directly.
···335 set textmode=true
336 terminal_output console
337 }
338+339+ ${lib.optionalString (config.isoImage.grubTheme != null) ''
340 hiddenentry 'GUI mode' --hotkey 'g' {
341 $(find ${config.isoImage.grubTheme} -iname '*.pf2' -printf "loadfont (\$root)/EFI/BOOT/grub-theme/%P\n")
342 set textmode=false
343 terminal_output gfxterm
344 }
345+ ''}
346347 # If the parameter iso_path is set, append the findiso parameter to the kernel
348 # line. We need this to allow the nixos iso to be booted from grub directly.
+1
nixos/modules/services/audio/mopidy.nix
···77 description = "mopidy music player daemon";
78 serviceConfig = {
79 ExecStart = "${mopidyEnv}/bin/mopidy --config ${lib.concatStringsSep ":" ([mopidyConf] ++ cfg.extraConfigFiles)}";
080 User = "mopidy";
81 };
82 };
···29in
3031buildFHSEnv {
32- name = "dropbox";
03334 # The dropbox-cli command `dropbox start` starts the dropbox daemon in a
35 # separate session, and wants the daemon to outlive the launcher. Enabling
···29in
3031buildFHSEnv {
32+ inherit version;
33+ pname = "dropbox";
3435 # The dropbox-cli command `dropbox start` starts the dropbox daemon in a
36 # separate session, and wants the daemon to outlive the launcher. Enabling
···8, xdg-utils
9, gtk3
10, jdk
11+, gradle_8
12, python3
13}:
14+let
15+ # "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
16+ gradle = gradle_8;
17+in
18stdenv.mkDerivation rec {
19 version = "5.13";
20 pname = "jabref";
···2, stdenv
3, fetchgit
4, jdk_headless
5+, gradle_8
6, makeWrapper
7}:
8+let
9+ # "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
10+ gradle = gradle_8;
11+in
12stdenv.mkDerivation rec {
13 pname = "apksigner";
14 version = "34.0.5-unstable-2024-03-06";
···38 hash = "sha256-N5VCBZLFrfw29QjjzlSvQ12urvyaf7ez/RJ08UwqHdk=";
39 };
4041- unpackPhase = "dpkg-deb -x $src .";
42-43 patches = [
44 # The brother lpdwrapper uses a temporary file to convey the printer settings.
45 # The original settings file will be copied with "400" permissions and the "brprintconflsr3"
···38 hash = "sha256-N5VCBZLFrfw29QjjzlSvQ12urvyaf7ez/RJ08UwqHdk=";
39 };
400041 patches = [
42 # The brother lpdwrapper uses a temporary file to convey the printer settings.
43 # The original settings file will be copied with "400" permissions and the "brprintconflsr3"
···4 fetchFromGitHub,
5 makeWrapper,
6 openjdk,
7- gradle,
8 wget,
9 which,
10 gnused,
···14 testers,
15 nixosTests,
16}:
000017stdenv.mkDerivation (finalAttrs: {
18 pname = "nextflow";
19 # 24.08.0-edge is compatible with Java 21. The current (as of 2024-09-19)
···4 fetchFromGitHub,
5 makeWrapper,
6 openjdk,
7+ gradle_8,
8 wget,
9 which,
10 gnused,
···14 testers,
15 nixosTests,
16}:
17+let
18+ # "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
19+ gradle = gradle_8;
20+in
21stdenv.mkDerivation (finalAttrs: {
22 pname = "nextflow";
23 # 24.08.0-edge is compatible with Java 21. The current (as of 2024-09-19)
···1+{ lib, stdenv, fetchFromGitLab, gradle_8, jre, runtimeShell }:
2+let
3+ # "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
4+ gradle = gradle_8;
5+in
6stdenv.mkDerivation rec {
7 pname = "pdftk";
8 version = "3.3.3";
···4546buildPythonPackage rec {
47 pname = "mitmproxy";
48- version = "11.0.0";
49 pyproject = true;
5051 disabled = pythonOlder "3.9";
···54 owner = "mitmproxy";
55 repo = "mitmproxy";
56 rev = "refs/tags/v${version}";
57- hash = "sha256-f5TudaLlHtIMAvS7s5mWgqpdi7/vWNF0EdlYNuG67hM=";
58 };
5960 pythonRelaxDeps = [
···123 "test_statusbar"
124 # FileNotFoundError: [Errno 2] No such file or directory
125 # likely wireguard is also not working in the sandbox
0126 "test_wireguard"
127 # test require a DNS server
128 # RuntimeError: failed to get dns servers: io error: entity not found
···4546buildPythonPackage rec {
47 pname = "mitmproxy";
48+ version = "11.0.1";
49 pyproject = true;
5051 disabled = pythonOlder "3.9";
···54 owner = "mitmproxy";
55 repo = "mitmproxy";
56 rev = "refs/tags/v${version}";
57+ hash = "sha256-1yqR82YpHD5Z2Ufa/8T0htjLm2s+fhBN5BfKGHCGnEw=";
58 };
5960 pythonRelaxDeps = [
···123 "test_statusbar"
124 # FileNotFoundError: [Errno 2] No such file or directory
125 # likely wireguard is also not working in the sandbox
126+ "test_tun_mode"
127 "test_wireguard"
128 # test require a DNS server
129 # RuntimeError: failed to get dns servers: io error: entity not found
···1{ stdenv
002, callPackage
3, recurseIntoAttrs
4, symlinkJoin
···236 # hipBlasLt - Very broken with Tensile at the moment, only supports GFX9
237 # hipTensor - Only supports GFX9
238239- miopengemm= throw ''
240- 'miopengemm' has been deprecated.
241- It is still available for some time as part of rocmPackages_5.
242- ''; # Added 2024-3-3
243-244 composable_kernel = callPackage ./composable_kernel/unpack.nix {
245 composable_kernel_build = callPackage ./composable_kernel {
246 inherit rocmUpdateScript rocm-cmake clr;
···263 };
264265 miopen-hip = miopen;
266-267- miopen-opencl= throw ''
268- 'miopen-opencl' has been deprecated.
269- It is still available for some time as part of rocmPackages_5.
270- ''; # Added 2024-3-3
271272 migraphx = callPackage ./migraphx {
273 inherit rocmUpdateScript rocm-cmake rocblas composable_kernel miopen clr half rocm-device-libs;
···327 useCPU = false;
328 };
329330- mivisionx-opencl = throw ''
331- 'mivisionx-opencl' has been deprecated.
332- Other versions of mivisionx are still available.
333- It is also still available for some time as part of rocmPackages_5.
334- ''; # Added 2024-3-24
335-336 mivisionx-cpu = mivisionx.override {
337 rpp = rpp-cpu;
338 useOpenCL = false;
···525 ];
526 };
527 };
0000000000000000528}
···1{ stdenv
2+, lib
3+, config
4, callPackage
5, recurseIntoAttrs
6, symlinkJoin
···238 # hipBlasLt - Very broken with Tensile at the moment, only supports GFX9
239 # hipTensor - Only supports GFX9
24000000241 composable_kernel = callPackage ./composable_kernel/unpack.nix {
242 composable_kernel_build = callPackage ./composable_kernel {
243 inherit rocmUpdateScript rocm-cmake clr;
···260 };
261262 miopen-hip = miopen;
00000263264 migraphx = callPackage ./migraphx {
265 inherit rocmUpdateScript rocm-cmake rocblas composable_kernel miopen clr half rocm-device-libs;
···319 useCPU = false;
320 };
321000000322 mivisionx-cpu = mivisionx.override {
323 rpp = rpp-cpu;
324 useOpenCL = false;
···511 ];
512 };
513 };
514+} // lib.optionalAttrs config.allowAliases {
515+ miopengemm= throw ''
516+ 'miopengemm' has been deprecated.
517+ It is still available for some time as part of rocmPackages_5.
518+ ''; # Added 2024-3-3
519+520+ miopen-opencl= throw ''
521+ 'miopen-opencl' has been deprecated.
522+ It is still available for some time as part of rocmPackages_5.
523+ ''; # Added 2024-3-3
524+525+ mivisionx-opencl = throw ''
526+ 'mivisionx-opencl' has been deprecated.
527+ Other versions of mivisionx are still available.
528+ It is also still available for some time as part of rocmPackages_5.
529+ ''; # Added 2024-3-24
530}
···3 fetchFromGitHub,
4 lib,
5 callPackage,
6+ gradle_8,
7 makeBinaryWrapper,
8 openjdk21,
9 unzip,
···72 }
73 HERE
74 '';
75+76+ # "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
77+ gradle = gradle_8;
7879in
80stdenv.mkDerivation (finalAttrs: {