summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-09-27 10:53:25 +0200
committerPeter Simons <simons@cryp.to>2012-09-27 10:53:25 +0200
commit0a2f397ce0da851c1aac0279e5cccdfbe55126c6 (patch)
tree45e9b03f60c26b50b9314d5d0551b87c62ee3bce /pkgs/os-specific/linux/systemd
parent42cf8b10021ebbaf997b3d65cf9ec58a1552fb87 (diff)
downloadnixlib-0a2f397ce0da851c1aac0279e5cccdfbe55126c6.tar
nixlib-0a2f397ce0da851c1aac0279e5cccdfbe55126c6.tar.gz
nixlib-0a2f397ce0da851c1aac0279e5cccdfbe55126c6.tar.bz2
nixlib-0a2f397ce0da851c1aac0279e5cccdfbe55126c6.tar.lz
nixlib-0a2f397ce0da851c1aac0279e5cccdfbe55126c6.tar.xz
nixlib-0a2f397ce0da851c1aac0279e5cccdfbe55126c6.tar.zst
nixlib-0a2f397ce0da851c1aac0279e5cccdfbe55126c6.zip
systemd: fix build on Linux/i686
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index e5858d06b300..82d0e4c17a56 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -13,13 +13,7 @@ stdenv.mkDerivation rec {
     sha256 = "03y3y1w3x7bx67jvdxryhns3h1g6nrllln46gqipp35n99alki2m";
   };
 
-  patches = [ ./reexec.patch ] ++
-            # Remove this patch after the next update.
-            stdenv.lib.optional (stdenv.system == "i686-linux") (fetchurl {
-              url = "https://bugs.freedesktop.org/attachment.cgi?id=67621";
-              name = "fix-32-bit-build.patch";
-              sha256 = "1i4xn6lc6iapaasd2lz717b1zrq5ds5g18i7m509fgfwy7w7x95l";
-            });
+  patches = [ ./reexec.patch ];
 
   buildInputs =
     [ pkgconfig intltool gperf libcap dbus kmod xz pam acl