mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Remove version. Make default
This commit is contained in:
parent
7efe90a6e3
commit
1ca3e9c681
@ -2284,8 +2284,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
threads = callPackage ../development/libraries/haskell/threads {};
|
||||
|
||||
Thrift_0_6_0_1 = callPackage ../development/libraries/haskell/Thrift/0.6.0.1.nix {};
|
||||
Thrift = self.Thrift_0_6_0_1;
|
||||
Thrift = callPackage ../development/libraries/haskell/Thrift {};
|
||||
|
||||
thyme = callPackage ../development/libraries/haskell/thyme {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user