mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
store-0.3: Build with the right version of store-core
This commit is contained in:
@@ -1021,6 +1021,10 @@ self: super: {
|
||||
# https://github.com/fpco/store/issues/77
|
||||
store = dontCheck super.store;
|
||||
|
||||
store_0_3 = super.store_0_3.overrideScope (self: super: {
|
||||
store-core = self.store-core_0_3;
|
||||
});
|
||||
|
||||
# https://github.com/bmillwood/applicative-quoters/issues/6
|
||||
applicative-quoters = doJailbreak super.applicative-quoters;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user