cachix&niv: use separate bin output
This commit is contained in:
parent
606b9f40aa
commit
3a59830c44
@ -94,11 +94,9 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# Won't find it's header files without help.
|
# Won't find it's header files without help.
|
||||||
sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL";
|
sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL";
|
||||||
|
|
||||||
cachix = overrideCabal (addBuildTools (enableSeparateBinOutput super.cachix) [pkgs.boost]) (drv: {
|
cachix = addBuildTools (enableSeparateBinOutput super.cachix) [pkgs.boost];
|
||||||
postPatch = (drv.postPatch or "") + ''
|
|
||||||
substituteInPlace cachix.cabal --replace "c++14" "c++17"
|
niv = enableSeparateBinOutput super.niv;
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
ghcid = enableSeparateBinOutput super.ghcid;
|
ghcid = enableSeparateBinOutput super.ghcid;
|
||||||
|
|
||||||
|
@ -10420,7 +10420,9 @@ in
|
|||||||
|
|
||||||
c-blosc = callPackage ../development/libraries/c-blosc { };
|
c-blosc = callPackage ../development/libraries/c-blosc { };
|
||||||
|
|
||||||
cachix = haskell.lib.justStaticExecutables haskellPackages.cachix;
|
cachix = haskellPackages.cachix.bin;
|
||||||
|
|
||||||
|
niv = haskellPackages.niv.bin;
|
||||||
|
|
||||||
capnproto = callPackage ../development/libraries/capnproto { };
|
capnproto = callPackage ../development/libraries/capnproto { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user