haskellPackages.profiteur: remove unnecessary parens

This commit is contained in:
Dennis Gosnell 2021-01-08 22:02:08 +09:00 committed by GitHub
parent 662eba1245
commit 8ff0049baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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