trying to package mu editor
This commit is contained in:
parent
9687a29f97
commit
9b943e484f
5 changed files with 24 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue