OsPath build fix

This commit is contained in:
Joey Hess 2025-02-17 14:46:43 -04:00
parent 550ffc98fb
commit f6bd8ac9ab
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -60,7 +60,7 @@ notifyDrop (AssociatedFile (Just f)) ok = do
wanted <- Annex.getRead Annex.desktopnotify
when (notifyFinish wanted) $ liftIO $ do
client <- DBus.Client.connectSession
void $ Notify.notify client (droppedNote ok (fromRawFilePath f))
void $ Notify.notify client (droppedNote ok (fromOsPath f))
#else
notifyDrop (AssociatedFile (Just _)) _ = noop
#endif