treewide: undo some incorrect mark-as-brokens

This commit is contained in:
Linus Heckemann 2019-10-08 09:24:38 +02:00
parent 904f14b2be
commit 1e9cc5b984
7 changed files with 0 additions and 7 deletions

View File

@ -116,6 +116,5 @@ in stdenv.mkDerivation rec {
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ berce ]; maintainers = with maintainers; [ berce ];
platforms = with platforms; linux; platforms = with platforms; linux;
broken = true;
}; };
} }

View File

@ -14,5 +14,4 @@ mkDerivation {
libkscreen qtdeclarative qtgraphicaleffects kwindowsystem kdeclarative libkscreen qtdeclarative qtgraphicaleffects kwindowsystem kdeclarative
plasma-framework plasma-framework
]; ];
meta.broken = true;
} }

View File

@ -33,6 +33,5 @@ stdenv.mkDerivation rec {
homepage = http://delta.affinix.com/qca; homepage = http://delta.affinix.com/qca;
maintainers = [ maintainers.sander ]; maintainers = [ maintainers.sander ];
platforms = platforms.unix; platforms = platforms.unix;
broken = true;
}; };
} }

View File

@ -25,6 +25,5 @@ buildPythonPackage {
homepage = https://github.com/aliles/filemagic; homepage = https://github.com/aliles/filemagic;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ earvstedt ]; maintainers = with maintainers; [ earvstedt ];
broken = true;
}; };
} }

View File

@ -26,6 +26,5 @@ buildPythonPackage rec {
homepage = https://github.com/xZise/flake8-future-import; homepage = https://github.com/xZise/flake8-future-import;
description = "A flake8 extension to check for the imported __future__ modules to make it easier to have a consistent code base"; description = "A flake8 extension to check for the imported __future__ modules to make it easier to have a consistent code base";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = true;
}; };
} }

View File

@ -45,6 +45,5 @@ buildPythonPackage rec {
description = "Schema migration tools for SQLAlchemy"; description = "Schema migration tools for SQLAlchemy";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ makefu ]; maintainers = with maintainers; [ makefu ];
broken = true;
}; };
} }

View File

@ -54,6 +54,5 @@ stdenv.mkDerivation rec {
maintainers = [stdenv.lib.maintainers.raskin]; maintainers = [stdenv.lib.maintainers.raskin];
# Eats a lot of RAM # Eats a lot of RAM
platforms = ["x86_64-linux"]; platforms = ["x86_64-linux"];
broken = true;
}; };
} }