ssb-patchwork: fix appimageTools version

This commit is contained in:
Felix Buehler 2024-11-28 20:22:43 +01:00
parent 085b17a067
commit 41711056e6

View File

@ -11,12 +11,11 @@ let
};
binary = appimageTools.wrapType2 {
name = pname;
inherit src;
inherit pname version src;
};
# we only use this to extract the icon
appimage-contents = appimageTools.extractType2 {
inherit name src;
inherit pname version src;
};
desktopItem = makeDesktopItem {