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
|
# https://github.com/kazu-yamamoto/dns/issues/150
|
||||||
dns = dontCheck super.dns;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -9112,7 +9112,6 @@ broken-packages:
|
|||||||
- SourceGraph
|
- SourceGraph
|
||||||
- sousit
|
- sousit
|
||||||
- soyuz
|
- soyuz
|
||||||
- spacecookie
|
|
||||||
- SpaceInvaders
|
- SpaceInvaders
|
||||||
- spacepart
|
- spacepart
|
||||||
- SpacePrivateers
|
- SpacePrivateers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user