3
0
Fork 0
forked from mirrors/nixpkgs

stack2nix: fix build

closes #30899
This commit is contained in:
Robin Gloster 2017-11-02 09:08:42 +01:00
parent 634b857c2c
commit 1c431f4664
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -976,4 +976,6 @@ self: super: {
# Build with gi overloading feature disabled.
ltk = super.ltk.overrideScope (self: super: { haskell-gi-overloading = self.haskell-gi-overloading_0_0; });
# missing dependencies: Glob >=0.7.14 && <0.8, data-fix ==0.0.4
stack2nix = doJailbreak super.stack2nix;
}