trying to package mu editor
This commit is contained in:
parent
9c2ca6bd55
commit
9687a29f97
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, pkgs, fetchurl, lib, unzip, autoPatchelfHook, makeWrapper, appimageTools, ... }:
|
{ pkgs, fetchurl, lib, appimageTools, ... }:
|
||||||
|
|
||||||
appimageTools.wrapType2 {
|
appimageTools.wrapType2 {
|
||||||
version = "latest";
|
version = "latest";
|
||||||
|
@ -9,7 +9,9 @@ appimageTools.wrapType2 {
|
||||||
hash = "";
|
hash = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraPkgs = pkgs: [ pkgs.libxcrypt.out ];
|
extraPkgs = pkgs: [
|
||||||
|
pkgs.libxcrypt.out
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "mu python editos";
|
description = "mu python editos";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue