sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
avahi: disable useless nssmdns6
[julm/julm-nix.git]
/
nixpkgs
/
overlays
/
zerobin.nix
1
_self: super: {
2
haskell =
3
with super.haskell.lib;
4
super.haskell
5
// {
6
packages = super.haskell.packages // {
7
ghc865 = super.haskell.packages.ghc865.extend (
8
_hself: hsuper: {
9
docopt = unmarkBroken hsuper.docopt;
10
zerobin = justStaticExecutables (unmarkBroken hsuper.zerobin);
11
}
12
);
13
};
14
};
15
}