summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2023-07-31 08:42:43 +0100
committerGitHub <noreply@github.com>2023-07-31 08:42:43 +0100
commit8a2df89b69678ef20c7376d93a33f6af825a2bb7 (patch)
treeb54b9582c95b9289ff564ce6cec37ac4ff239619 /pkgs
parent5ba1b5be5a22b2f955ee294d347ba8b76e172bc2 (diff)
parent85bd250fffd410880a8fc02b253c82cbc614e2af (diff)
downloadnixpkgs-8a2df89b69678ef20c7376d93a33f6af825a2bb7.tar
nixpkgs-8a2df89b69678ef20c7376d93a33f6af825a2bb7.tar.gz
nixpkgs-8a2df89b69678ef20c7376d93a33f6af825a2bb7.tar.bz2
nixpkgs-8a2df89b69678ef20c7376d93a33f6af825a2bb7.tar.lz
nixpkgs-8a2df89b69678ef20c7376d93a33f6af825a2bb7.tar.xz
nixpkgs-8a2df89b69678ef20c7376d93a33f6af825a2bb7.tar.zst
nixpkgs-8a2df89b69678ef20c7376d93a33f6af825a2bb7.zip
Merge pull request #246277 from yu-re-ka/musl-systemdminimal
pkgsMusl.systemdMinimal: fix build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index 3a71616a313..ed4204b9d11 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -212,7 +212,6 @@ stdenv.mkDerivation (finalAttrs: {
       (musl-patches + "/0012-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch")
       (musl-patches + "/0013-add-missing-FTW_-macros-for-musl.patch")
       (musl-patches + "/0014-Use-uintmax_t-for-handling-rlim_t.patch")
-      (musl-patches + "/0015-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch")
       (musl-patches + "/0016-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch")
       (musl-patches + "/0017-Define-glibc-compatible-basename-for-non-glibc-syste.patch")
       (musl-patches + "/0018-Do-not-disable-buffering-when-writing-to-oom_score_a.patch")