trying to package mu editor

This commit is contained in:
Matt Nish-Lapidus 2025-01-09 16:49:30 -05:00
parent 9c2ca6bd55
commit 9687a29f97

View file

@ -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";