enable split-output builds for all haskellPackages
This commit is contained in:
committed by
Peter Simons
parent
b602082e07
commit
be63b1994d
@@ -111,4 +111,6 @@ rec {
|
||||
overrideSrc = drv: { src, version ? drv.version }:
|
||||
overrideCabal drv (_: { inherit src version; editedCabalFile = null; });
|
||||
|
||||
hasNoDataOutput = drv: overrideCabal drv (drv: { hasDataDir = false; });
|
||||
hasNoDocOutput = drv: overrideCabal drv (drv: { hasDocDir = false; });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user