Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christopher League
bookme
Commits
47540dc7
Commit
47540dc7
authored
Jan 03, 2019
by
Christopher League
Browse files
Reduce (?) compilation load: no profiling, no doc
parent
39e696e9
Pipeline
#545
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
default.nix
View file @
47540dc7
...
...
@@ -84,12 +84,13 @@ let
gogol-core
=
self
.
callPackage
gogol-core
{};
gogol
=
self
.
callPackage
gogol
{};
gogol-apps-calendar
=
self
.
callPackage
gogol-cal
{};
# mkDerivation = args: super.mkDerivation (args // {
# enableLibraryProfiling = false;
# doHoogle = false;
# doHaddock = false;
# });
mkDerivation
=
args
:
super
.
mkDerivation
(
args
//
{
enableLibraryProfiling
=
false
;
doHoogle
=
false
;
doHaddock
=
false
;
});
};
};
in
hlib
.
justStaticExecutables
hpkgs
'
.
bookme
hpkgs
'
.
bookme
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment