From 9687a29f97fbfc4be93a32cd1ba26a5449e96fff Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Thu, 9 Jan 2025 16:49:30 -0500 Subject: [PATCH] trying to package mu editor --- packages/mu-edit/mu-edit.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/mu-edit/mu-edit.nix b/packages/mu-edit/mu-edit.nix index fd26b84..a835cd7 100644 --- a/packages/mu-edit/mu-edit.nix +++ b/packages/mu-edit/mu-edit.nix @@ -1,4 +1,4 @@ -{ stdenv, pkgs, fetchurl, lib, unzip, autoPatchelfHook, makeWrapper, appimageTools, ... }: +{ pkgs, fetchurl, lib, appimageTools, ... }: appimageTools.wrapType2 { version = "latest"; @@ -9,7 +9,9 @@ appimageTools.wrapType2 { hash = ""; }; - extraPkgs = pkgs: [ pkgs.libxcrypt.out ]; + extraPkgs = pkgs: [ + pkgs.libxcrypt.out + ]; meta = with lib; { description = "mu python editos";