We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 321438d commit 47e3245Copy full SHA for 47e3245
pkgs/development/haskell-modules/lib.nix
@@ -111,6 +111,4 @@ rec {
111
overrideSrc = drv: { src, version ? drv.version }:
112
overrideCabal drv (_: { inherit src version; editedCabalFile = null; });
113
114
- hasNoDataOutput = drv: overrideCabal drv (drv: { hasDataDir = false; });
115
- hasNoDocOutput = drv: overrideCabal drv (drv: { hasDocDir = false; });
116
}
0 commit comments