skypeexport: fix build against Boost >= 1.85
This commit is contained in:
@@ -26,6 +26,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
})
|
||||
];
|
||||
|
||||
# fix build against Boost >= 1.85
|
||||
# https://github.com/Temptin/SkypeExport/pull/24
|
||||
postPatch = ''
|
||||
substituteInPlace src/SkypeExport/main.cpp \
|
||||
--replace-fail \
|
||||
'.leaf()' \
|
||||
'.filename()'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ boost ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user