cabal2nix: switch default version to the one compiled by ghc-8.8.1
This commit is contained in:
parent
e234266c38
commit
cfb580f6c5
@ -1249,7 +1249,7 @@ in
|
|||||||
|
|
||||||
cue2pops = callPackage ../tools/cd-dvd/cue2pops { };
|
cue2pops = callPackage ../tools/cd-dvd/cue2pops { };
|
||||||
|
|
||||||
cabal2nix = haskell.lib.overrideCabal (haskell.lib.generateOptparseApplicativeCompletion "cabal2nix" haskellPackages.cabal2nix) (drv: {
|
cabal2nix = haskell.lib.overrideCabal (haskell.lib.generateOptparseApplicativeCompletion "cabal2nix" haskell.packages.ghc881.cabal2nix) (drv: {
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
enableSharedExecutables = false;
|
enableSharedExecutables = false;
|
||||||
executableToolDepends = (drv.executableToolDepends or []) ++ [ makeWrapper ];
|
executableToolDepends = (drv.executableToolDepends or []) ++ [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user