forked from mirrors/nixpkgs
tree-wide: mark broken packages as such
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either directly or transitively.
This commit is contained in:
parent
9bd2506458
commit
f8264a5b1e
|
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://www.bitcoinunlimited.info/";
|
homepage = "https://www.bitcoinunlimited.info/";
|
||||||
maintainers = with maintainers; [ DmitryTsygankov ];
|
maintainers = with maintainers; [ DmitryTsygankov ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
broken = stdenv.isDarwin;
|
broken = true;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,5 +54,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ edwtjo offline ];
|
maintainers = with maintainers; [ edwtjo offline ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
broken = true;
|
||||||
description = "An open source crypto-currency focused on fast private transactions";
|
description = "An open source crypto-currency focused on fast private transactions";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
PIVX is an MIT licensed, open source, blockchain-based cryptocurrency with
|
PIVX is an MIT licensed, open source, blockchain-based cryptocurrency with
|
||||||
|
|
|
@ -72,5 +72,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = "http://www.pawfal.org/fluxus/";
|
homepage = "http://www.pawfal.org/fluxus/";
|
||||||
maintainers = [ maintainers.brainrape ];
|
maintainers = [ maintainers.brainrape ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,5 +78,6 @@ clangStdenv.mkDerivation rec {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "decoder";
|
mainProgram = "decoder";
|
||||||
maintainers = with maintainers; [ zendo ];
|
maintainers = with maintainers; [ zendo ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
# error: unsupported option '-fsanitize=safe-stack' for target 'x86_64-apple-darwin'
|
# error: unsupported option '-fsanitize=safe-stack' for target 'x86_64-apple-darwin'
|
||||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
# broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||||
|
broken = true; # sendmsg.c:(.text+0x1099): undefined reference to `pthread_yield'
|
||||||
homepage = "https://syncterm.bbsdev.net/";
|
homepage = "https://syncterm.bbsdev.net/";
|
||||||
description = "BBS terminal emulator";
|
description = "BBS terminal emulator";
|
||||||
maintainers = with maintainers; [ embr ];
|
maintainers = with maintainers; [ embr ];
|
||||||
|
|
|
@ -60,5 +60,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ ckie ];
|
maintainers = with maintainers; [ ckie ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ doronbehar ];
|
maintainers = with maintainers; [ doronbehar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,5 +60,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.boost;
|
license = licenses.boost;
|
||||||
maintainers = with maintainers; [ oxij ];
|
maintainers = with maintainers; [ oxij ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -207,5 +207,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://beam.apache.org/";
|
homepage = "https://beam.apache.org/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ndl ];
|
maintainers = with maintainers; [ ndl ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,5 +53,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/soft-matter/pims";
|
homepage = "https://github.com/soft-matter/pims";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ costrouc ];
|
maintainers = with maintainers; [ costrouc ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,5 +53,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/fabioz/PyDev.Debugger";
|
homepage = "https://github.com/fabioz/PyDev.Debugger";
|
||||||
license = licenses.epl10;
|
license = licenses.epl10;
|
||||||
maintainers = with maintainers; [ onny ];
|
maintainers = with maintainers; [ onny ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,5 +48,6 @@ buildPythonPackage rec {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = with licenses; [ gpl3 lgpl3 ];
|
license = with licenses; [ gpl3 lgpl3 ];
|
||||||
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
|
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,6 +46,6 @@ buildPythonPackage rec {
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with lib.maintainers; [ smaret ];
|
maintainers = with lib.maintainers; [ smaret ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -159,5 +159,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://sunpy.org";
|
homepage = "https://sunpy.org";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ costrouc ];
|
maintainers = with maintainers; [ costrouc ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -83,6 +83,7 @@ buildPythonPackage rec {
|
||||||
description = "Cross platform GUI toolkit for Python, Phoenix version";
|
description = "Cross platform GUI toolkit for Python, Phoenix version";
|
||||||
homepage = "http://wxpython.org/";
|
homepage = "http://wxpython.org/";
|
||||||
license = lib.licenses.wxWindows;
|
license = lib.licenses.wxWindows;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -142,5 +142,6 @@ buildPythonPackage rec {
|
||||||
homepage = "http://wxpython.org/";
|
homepage = "http://wxpython.org/";
|
||||||
license = licenses.wxWindows;
|
license = licenses.wxWindows;
|
||||||
maintainers = with maintainers; [ tfmoraes ];
|
maintainers = with maintainers; [ tfmoraes ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/dfranx/SHADERed";
|
homepage = "https://github.com/dfranx/SHADERed";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ Scriptkiddi ];
|
maintainers = with maintainers; [ Scriptkiddi ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,5 +41,6 @@ in stdenv.mkDerivation rec {
|
||||||
license = if enableSoundtrack then licenses.unfreeRedistributable else licenses.isc;
|
license = if enableSoundtrack then licenses.unfreeRedistributable else licenses.isc;
|
||||||
maintainers = with maintainers; [ lheckemann ];
|
maintainers = with maintainers; [ lheckemann ];
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,5 +87,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ qknight domenkozar sorki ];
|
maintainers = with maintainers; [ qknight domenkozar sorki ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue