Loading pkgs/by-name/di/diffoscope/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -209,11 +209,9 @@ python.pkgs.buildPythonApplication rec { ]) ++ lib.optionals enableBloat ( [ aapt abootimg apksigcopier apksigner apktool cbfstool colord enjarify Loading Loading @@ -257,6 +255,12 @@ python.pkgs.buildPythonApplication rec { ]) # oggvideotools is broken on Darwin, please put it back when it will be fixed? ++ lib.optionals stdenv.hostPlatform.isLinux [ oggvideotools ] # Causes an eval failure # See https://github.com/NixOS/nixpkgs/issues/463873 ++ lib.optionals (!stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAarch64) [ aapt apktool ] ) ); Loading Loading
pkgs/by-name/di/diffoscope/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -209,11 +209,9 @@ python.pkgs.buildPythonApplication rec { ]) ++ lib.optionals enableBloat ( [ aapt abootimg apksigcopier apksigner apktool cbfstool colord enjarify Loading Loading @@ -257,6 +255,12 @@ python.pkgs.buildPythonApplication rec { ]) # oggvideotools is broken on Darwin, please put it back when it will be fixed? ++ lib.optionals stdenv.hostPlatform.isLinux [ oggvideotools ] # Causes an eval failure # See https://github.com/NixOS/nixpkgs/issues/463873 ++ lib.optionals (!stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAarch64) [ aapt apktool ] ) ); Loading