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;
maintainers = with maintainers; [ berce ];
platforms = with platforms; linux;
broken = true;
};
}

View File

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

View File

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

View File

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

View File

@ -26,6 +26,5 @@ buildPythonPackage rec {
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";
license = lib.licenses.mit;
broken = true;
};
}

View File

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

View File

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