chrysalis: remove unneeded rec

This commit is contained in:
éclairevoyant 2024-06-03 04:49:06 -04:00
parent 77a8116270
commit 5cca28cafa
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -13,7 +13,7 @@ let
};
appimageContents = appimageTools.extract { inherit pname version src; };
in
appimageTools.wrapType2 rec {
appimageTools.wrapType2 {
inherit pname version src;
extraPkgs = pkgs: [ pkgs.glib ];