mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
haskellPackages.procex: don't mark as broken
This commit is contained in:
parent
f42ab674ba
commit
ca33fe38ad
@ -3769,7 +3769,6 @@ broken-packages:
|
||||
- process-leksah
|
||||
- process-listlike
|
||||
- processmemory
|
||||
- procex
|
||||
- procrastinating-variable
|
||||
- procstat
|
||||
- prof2pretty
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user