mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
treewide: undo some incorrect mark-as-brokens
This commit is contained in:
parent
904f14b2be
commit
1e9cc5b984
@ -116,6 +116,5 @@ in stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ berce ];
|
||||
platforms = with platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
@ -14,5 +14,4 @@ mkDerivation {
|
||||
libkscreen qtdeclarative qtgraphicaleffects kwindowsystem kdeclarative
|
||||
plasma-framework
|
||||
];
|
||||
meta.broken = true;
|
||||
}
|
||||
|
@ -33,6 +33,5 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://delta.affinix.com/qca;
|
||||
maintainers = [ maintainers.sander ];
|
||||
platforms = platforms.unix;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,5 @@ buildPythonPackage {
|
||||
homepage = https://github.com/aliles/filemagic;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ earvstedt ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -45,6 +45,5 @@ buildPythonPackage rec {
|
||||
description = "Schema migration tools for SQLAlchemy";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ makefu ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
@ -54,6 +54,5 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
# Eats a lot of RAM
|
||||
platforms = ["x86_64-linux"];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user