mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Remove unnecessary propagatedNativeBuildInputs from AppSqitch
This commit is contained in:
parent
91004a3485
commit
63d54cf5b7
1 changed files with 0 additions and 5 deletions
|
@ -236,11 +236,6 @@ let self = _self // overrides; _self = with self; {
|
||||||
IPCSystemSimple ListMoreUtils Moo PathClass PerlIOutf8_strict StringFormatter
|
IPCSystemSimple ListMoreUtils Moo PathClass PerlIOutf8_strict StringFormatter
|
||||||
StringShellQuote SubExporter TemplateTiny Throwable TryTiny TypeTiny URI
|
StringShellQuote SubExporter TemplateTiny Throwable TryTiny TypeTiny URI
|
||||||
URIdb libintlperl namespaceautoclean
|
URIdb libintlperl namespaceautoclean
|
||||||
# strictures ModuleRuntime DevelGlobalDestruction SubExporterProgressive
|
|
||||||
# ImportInto ExporterTiny DataOptList ParamsUtil SubInstall RoleTiny
|
|
||||||
# MooXTypesMooseLike ClassLoad ModuleImplementation ClassLoadXS
|
|
||||||
# BHooksEndOfScope namespaceclean PackageStash SubIdentify
|
|
||||||
# ClassMethodModifiers
|
|
||||||
];
|
];
|
||||||
doCheck = false; # Can't find home directory.
|
doCheck = false; # Can't find home directory.
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue