summary refs log tree commit diff
path: root/pkgs/tools/package-management/checkinstall/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/package-management/checkinstall/default.nix')
-rw-r--r--pkgs/tools/package-management/checkinstall/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/package-management/checkinstall/default.nix b/pkgs/tools/package-management/checkinstall/default.nix
index 1320720ed17..dc3373c3b6f 100644
--- a/pkgs/tools/package-management/checkinstall/default.nix
+++ b/pkgs/tools/package-management/checkinstall/default.nix
@@ -32,6 +32,9 @@ stdenv.mkDerivation {
 
     # Fix a `conflicting types for 'readlink'' error since Glibc 2.19
     ./readlink-types.patch
+
+    # Fix BuildRoot handling in RPM builds.
+    ./set-buildroot.patch
   ]
 
   ++ stdenv.lib.optional (stdenv.system == "x86_64-linux")