systemd: fix build

launchpad/nixpkgs/master
Alyssa Ross 3 years ago
parent cf324a7f11
commit a7dd5ca90f
  1. 6
      pkgs/os-specific/linux/systemd/default.nix

@ -151,6 +151,12 @@ stdenv.mkDerivation {
./0017-path-util.h-add-placeholder-for-DEFAULT_PATH_NORMAL.patch
./0018-logind-seat-debus-show-CanMultiSession-again.patch
./0019-pkg-config-derive-prefix-from-prefix.patch
# Fix -Werror=format.
(fetchpatch {
url = "https://github.com/systemd/systemd/commit/ab1aa6368a883bce88e3162fee2bea14aacedf23.patch";
sha256 = "1b280l5jrjsg8qhsang199mpqjhkpix4c8bm3blknjnq9iv43add";
})
];
postPatch = ''

Loading…
Cancel
Save