trying to package mu editor

This commit is contained in:
Matt Nish-Lapidus 2025-01-10 08:10:23 -05:00
parent 9687a29f97
commit 9b943e484f
5 changed files with 24 additions and 19 deletions

View file

@ -73,8 +73,6 @@
egl-wayland
glfw-wayland
libGL.dev
libxcrypt.out
libgcrypt.out
openssl
linuxKernel.packages.linux_6_12.openrazer
];
@ -367,6 +365,9 @@
programs.appimage = {
enable = true;
binfmt = true;
package = pkgs.appimage-run.override {
extraPkgs = pkgs: [ pkgs.libxcrypt.out ];
};
};
programs.nix-ld.enable = true;