mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +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;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ berce ];
|
maintainers = with maintainers; [ berce ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,5 +14,4 @@ mkDerivation {
|
|||||||
libkscreen qtdeclarative qtgraphicaleffects kwindowsystem kdeclarative
|
libkscreen qtdeclarative qtgraphicaleffects kwindowsystem kdeclarative
|
||||||
plasma-framework
|
plasma-framework
|
||||||
];
|
];
|
||||||
meta.broken = true;
|
|
||||||
}
|
}
|
||||||
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user