mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-HFuse: fix capitalization of directory name
This commit is contained in:
parent
d9c5a29897
commit
ff1dbd50b8
@ -1143,7 +1143,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
heist = callPackage ../development/libraries/haskell/heist {};
|
||||
|
||||
HFuse = callPackage ../development/libraries/haskell/hfuse {};
|
||||
HFuse = callPackage ../development/libraries/haskell/HFuse {};
|
||||
|
||||
highlightingKate = callPackage ../development/libraries/haskell/highlighting-kate {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user