Skip to content

Commit

Permalink
Fix enableLibraryProfiling of nix/shared.nix
Browse files Browse the repository at this point in the history
Co-Authored-By: Torsten Scholak <torsten.scholak@googlemail.com>
  • Loading branch information
junjihashimoto and tscholak committed Oct 19, 2019
1 parent 30d832a commit b725b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let
overrideCabal = pkgsNew.haskell.lib.overrideCabal;
optionalString = pkgsNew.stdenv.lib.optionalString;
isDarwin = pkgsNew.stdenv.isDarwin;
enableLibraryProfiling = true;
enableLibraryProfiling = pkgsNew.stdenv.lib.enableLibraryProfiling;

mkHasktorchExtension = postfix:
haskellPackagesNew: haskellPackagesOld: {
Expand Down

0 comments on commit b725b9f

Please sign in to comment.