tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
servant-auth: tests pass for a while now
Domen Kožar
8 years ago
37c34072
0c36f856
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+2
-3
pkgs/development/haskell-modules/configuration-common.nix
···
727
727
'';
728
728
});
729
729
730
730
-
731
731
-
# https://github.com/plow-technologies/servant-auth/issues/20
732
732
-
servant-auth = dontCheck super.servant-auth;
730
730
+
# Glob == 0.7.x
731
731
+
servant-auth = doJailbreak super.servant-auth;
733
732
734
733
# https://github.com/pontarius/pontarius-xmpp/issues/105
735
734
pontarius-xmpp = dontCheck super.pontarius-xmpp;