chrysalis: remove unneeded rec
This commit is contained in:
parent
77a8116270
commit
5cca28cafa
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user