systemd: add patches to fix i686 booting

This commit is contained in:
Robin Gloster 2017-02-02 01:12:55 +01:00
parent a2e7770b51
commit 8a0d1bcf8b
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
1 changed files with 2 additions and 2 deletions
pkgs/os-specific/linux/systemd

View File

@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nixos"; owner = "nixos";
repo = "systemd"; repo = "systemd";
rev = "42a48d16c0ec48330286f8332a4628e1d71c759b"; rev = "9a35924a4f15dab2a84b3104b1cd125a3c36f77d";
sha256 = "18bcxbba1wk44xhlsna18x3c4b07sq6670wnsy2xy1x2kzfnmhdl"; sha256 = "1z3rishvjlr5d4qgd262r13z04vzvlrlgwm7kpsf4hk7w0gmz4i5";
}; };
outputs = [ "out" "lib" "man" "dev" ]; outputs = [ "out" "lib" "man" "dev" ];