lol

Merge pull request #196562 from sikmir/checkinstall

checkinstall: fix build

authored by

Jörg Thalheim and committed by
GitHub
f33834d7 58c51521

+5
+5
pkgs/tools/package-management/checkinstall/default.nix
··· 34 34 35 35 # Fix BuildRoot handling in RPM builds. 36 36 ./set-buildroot.patch 37 + 38 + (fetchurl { 39 + url = "https://salsa.debian.org/debian/checkinstall/-/raw/7175ae9de0e45f42fdd7f185ab9a12043d5efeeb/debian/patches/0016-Define-_STAT_VER-_MKNOD_VER-locally-dropped-in-glibc.patch"; 40 + hash = "sha256-InodEfvVMuN708yjXPrVXb+q8aUcyFhCLx35PHls0Eo="; 41 + }) 37 42 ] 38 43 39 44 ++ lib.optional (stdenv.hostPlatform.system == "x86_64-linux")