haskellPackages.profiteur: remove unnecessary parens

wip/yesman
Dennis Gosnell 3 years ago committed by GitHub
parent 662eba1245
commit 8ff0049baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -1554,6 +1554,6 @@ self: super: {
# overly strict dependency on aeson
# https://github.com/jaspervdj/profiteur/issues/33
profiteur = doJailbreak (super.profiteur);
profiteur = doJailbreak super.profiteur;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save