haskellPackages.procex: don't mark as broken

This commit is contained in:
Las Safin 2021-09-28 20:23:41 +00:00 committed by sternenseemann
parent f42ab674ba
commit ca33fe38ad
2 changed files with 0 additions and 3 deletions

View File

@ -3769,7 +3769,6 @@ broken-packages:
- process-leksah
- process-listlike
- processmemory
- procex
- procrastinating-variable
- procstat
- prof2pretty

View File

@ -214002,8 +214002,6 @@ self: {
testHaskellDepends = [ async base bytestring hspec unix ];
description = "Ergonomic process launching with extreme flexibility and speed";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"procrastinating-structure" = callPackage