mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Revert "systemd: 229 -> 230"
This reverts commit a2f21a54a1
.
cc @edolstra the new version does not install many .pc files
like login, journal, daemon, ...
This commit is contained in:
parent
88a6ce17ef
commit
11894782ed
1 changed files with 3 additions and 3 deletions
|
@ -10,14 +10,14 @@
|
|||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "230";
|
||||
version = "229";
|
||||
name = "systemd-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "systemd";
|
||||
rev = "4ccee551f2ba8383c8b9bd06590a3cd1dfdf690f";
|
||||
sha256 = "1i4my5z7f8g5bykv1vxyw1az66s087lfqrck79kdm4hgvb4lsk6y";
|
||||
rev = "4936f6e6c05162516a685ebd227b55816cf2b670";
|
||||
sha256 = "1q0pyrljmq73qcan9rfqsiw66l1g159m5in5qgb8zwlwhl928670";
|
||||
};
|
||||
|
||||
patches = [ ./hwdb-location.diff ];
|
||||
|
|
Loading…
Reference in a new issue