target-isns: fix build with cmake4 (#451890)
This commit is contained in:
@@ -26,6 +26,12 @@ stdenv.mkDerivation rec {
|
||||
url = "https://github.com/open-iscsi/target-isns/commit/3d0c47dd89bcf83d828bcc22ecaaa5f58d78b58e.patch";
|
||||
sha256 = "1x2bkc1ff15621svhpq1r11m0q4ajv0j4fng6hm7wkkbr2s6d1vx";
|
||||
})
|
||||
|
||||
(fetchpatch {
|
||||
name = "minimal-cmake-version.patch";
|
||||
url = "https://github.com/open-iscsi/target-isns/commit/e209821423f936d1cc9b946fb8f7a8979b8e751b.patch?full_index=1";
|
||||
hash = "sha256-86nl8wTiI9WSZ+Hhw/a9VtgS8OLqoFwiot5iU5IK0f8=";
|
||||
})
|
||||
];
|
||||
|
||||
cmakeFlags = [ "-DSUPPORT_SYSTEMD=ON" ];
|
||||
|
||||
Reference in New Issue
Block a user