forked from mirrors/nixpkgs
haskell-spacecookie: use correct version of systemd to fix the build
This commit is contained in:
parent
e449a21f19
commit
1fef36e671
|
@ -1319,4 +1319,7 @@ self: super: {
|
|||
# https://github.com/kazu-yamamoto/dns/issues/150
|
||||
dns = dontCheck super.dns;
|
||||
|
||||
# needs newer version of the systemd package
|
||||
spacecookie = super.spacecookie.override { systemd = self.systemd_2_2_0; };
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -9112,7 +9112,6 @@ broken-packages:
|
|||
- SourceGraph
|
||||
- sousit
|
||||
- soyuz
|
||||
- spacecookie
|
||||
- SpaceInvaders
|
||||
- spacepart
|
||||
- SpacePrivateers
|
||||
|
|
Loading…
Reference in a new issue