pkgs/build-support/cabal: filter internal 'testDepends' field from the expression to avoid unnecessary hash changes

This commit is contained in:
Peter Simons 2013-02-24 23:41:08 +01:00
parent e2d097c5c0
commit c18e2ea902
1 changed files with 1 additions and 1 deletions

View File

@ -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