summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-07 21:48:30 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-07 22:01:21 +0200
commit73f0d83858aaedcac16c7f7ce6a04209f3d3acf0 (patch)
tree17fe239e4df8d6f6cf046cf971f4f63464c8967e /pkgs/os-specific/linux/systemd
parent256438659c99af9cfab1739c90a92425453ce44f (diff)
downloadnixpkgs-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar
nixpkgs-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.gz
nixpkgs-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.bz2
nixpkgs-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.lz
nixpkgs-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.xz
nixpkgs-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.zst
nixpkgs-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.zip
systemd: Update to 227
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index 4024555a090..b4588e3d17f 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -11,16 +11,18 @@ assert stdenv.isLinux;
 assert pythonSupport -> pythonPackages != null;
 
 stdenv.mkDerivation rec {
-  version = "226";
+  version = "227";
   name = "systemd-${version}";
 
   src = fetchFromGitHub {
     owner = "NixOS";
     repo = "systemd";
-    rev = "16d61e9657b643cc25ff0538688eb870ce2dd4a5";
-    sha256 = "07sc1x43j60d5jnps0d7bfka10fihnpgkdrfrh9iskgmc9qangjb";
+    rev = "7d94d27801d20278103d8c146633fe81e06697d6";
+    sha256 = "0cvzsrazqgbia3zajb0z4ik8myfil4bdy2c29qs6w93d6yvrjfkj";
   };
 
+  outputs = [ "out" "man" "doc" ];
+
   buildInputs =
     [ linuxHeaders pkgconfig intltool gperf libcap kmod xz pam acl
       /* cryptsetup */ libuuid m4 glib libxslt libgcrypt
@@ -150,8 +152,6 @@ stdenv.mkDerivation rec {
 
       rm $out/lib/*.la
 
-      rm -rf $out/share/doc
-
       # "kernel-install" shouldn't be used on NixOS.
       find $out -name "*kernel-install*" -exec rm {} \;
     ''; # */