overrideSrc
pkgs.haskell.lib.overrideSrc
Docs pulled from | This Revision | 10 minutes ago
Override the sources for the package and optionally the version. This also takes of removing editedCabalFile.
Inputs
drv
-
1. Function argument
src
-
2. Function argument
Noogle detected
Implementation
The following is the current implementation of this function.
overrideSrc = drv: src: compose.overrideSrc src drv;