Loading pkgs/top-level/all-packages.nix +6 −1 Original line number Diff line number Diff line Loading @@ -11161,7 +11161,12 @@ with pkgs; numberstation = callPackage ../applications/misc/numberstation { }; nvchecker = with python3Packages; toPythonApplication nvchecker; nvchecker = with python3Packages; toPythonApplication ( nvchecker.overridePythonAttrs (oldAttrs: { propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ lib.flatten (builtins.attrValues oldAttrs.optional-dependencies); }) ); nvfetcher = haskell.lib.compose.justStaticExecutables haskellPackages.nvfetcher; Loading
pkgs/top-level/all-packages.nix +6 −1 Original line number Diff line number Diff line Loading @@ -11161,7 +11161,12 @@ with pkgs; numberstation = callPackage ../applications/misc/numberstation { }; nvchecker = with python3Packages; toPythonApplication nvchecker; nvchecker = with python3Packages; toPythonApplication ( nvchecker.overridePythonAttrs (oldAttrs: { propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ lib.flatten (builtins.attrValues oldAttrs.optional-dependencies); }) ); nvfetcher = haskell.lib.compose.justStaticExecutables haskellPackages.nvfetcher;