Skip to content

Commit 9e9a881

Browse files
authored
Fix for latest nixpkgs-unstable (input-output-hk#2064)
1 parent 0a3cbe7 commit 9e9a881

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/pkgconf-nixpkgs-map.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4053,11 +4053,11 @@ pkgs:
40534053
"pappl" = [ "pappl" ];
40544054
"libparted-fs-resize" = [ "parted" ];
40554055
"libparted" = [ "parted" ];
4056-
"Irony" = [ "pash" ];
4057-
"Microsoft.PowerShell.Commands.Management" = [ "pash" ];
4058-
"Microsoft.PowerShell.Commands.Utility" = [ "pash" ];
4059-
"Microsoft.PowerShell.Security" = [ "pash" ];
4060-
"System.Management.Automation" = [ "pash" ];
4056+
"Irony" = [ "powershell" ];
4057+
"Microsoft.PowerShell.Commands.Management" = [ "powershell" ];
4058+
"Microsoft.PowerShell.Commands.Utility" = [ "powershell" ];
4059+
"Microsoft.PowerShell.Security" = [ "powershell" ];
4060+
"System.Management.Automation" = [ "powershell" ];
40614061
"libpci" = [ "pciutils" ];
40624062
"pcl_2d-1.12" = [ "pcl" ];
40634063
"pcl_common-1.12" = [ "pcl" ];

0 commit comments

Comments
 (0)