pkgs/build-support/cabal: filter internal 'testDepends' field from the expression to avoid unnecessary hash changes
This commit is contained in:
parent
e2d097c5c0
commit
c18e2ea902
|
@ -8,7 +8,7 @@
|
|||
# environment overly, but also to keep hash-backwards-compatible with the old cabal.nix.
|
||||
internalAttrs = [
|
||||
"internalAttrs" "buildDepends" "buildTools" "extraLibraries" "pkgconfigDepends"
|
||||
"isLibrary" "isExecutable"
|
||||
"isLibrary" "isExecutable" "testDepends"
|
||||
];
|
||||
|
||||
# Stuff happening after the user preferences have been processed. We remove
|
||||
|
|
Loading…
Reference in New Issue