mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 06:10:03 +00:00
Compare commits
33 Commits
nixos-unst
...
staging-ne
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
080f58f21b | ||
|
|
f77f951d9f | ||
|
|
a5a4067a98 | ||
|
|
8489ccd0d0 | ||
|
|
b6fdaa44f8 | ||
|
|
ef215a382d | ||
|
|
ba9b3359a7 | ||
|
|
c8649eaf2d | ||
|
|
fc3d38ef07 | ||
|
|
f5d1035747 | ||
|
|
ff0f454fa6 | ||
|
|
5faab3a1b7 | ||
|
|
71bb675326 | ||
|
|
0f1fd70371 | ||
|
|
341d5ab264 | ||
|
|
3550cbd8a9 | ||
|
|
40bfd164c3 | ||
|
|
4b300207d9 | ||
|
|
a9a6d9769e | ||
|
|
3a54b20725 | ||
|
|
e97b635f47 | ||
|
|
83e8c37160 | ||
|
|
0ada4117ca | ||
|
|
421336fd3e | ||
|
|
6312385d3f | ||
|
|
a34b8e1953 | ||
|
|
b0ff850fc0 | ||
|
|
78bb6139a2 | ||
|
|
f170819950 | ||
|
|
cf489720f6 | ||
|
|
73d3951f2e | ||
|
|
a4ccc8d0d6 | ||
|
|
d400b12e47 |
@@ -277,7 +277,6 @@ in
|
||||
warpinator
|
||||
|
||||
# cinnamon xapp
|
||||
xepub
|
||||
xviewer
|
||||
xreader
|
||||
xed-editor
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "bitsnpicas";
|
||||
version = "2.2.2";
|
||||
version = "2.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kreativekorp";
|
||||
repo = "bitsnpicas";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-+LmAav7E5boKNVby4YusSqNGt4PSSnefxsF10O8/deo=";
|
||||
hash = "sha256-TIpnefPLHgKXJfBhrYbYG+/kpHjWpk/VrJvu1LKHf4o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
withCli ? true,
|
||||
}:
|
||||
let
|
||||
version = "2.5.0";
|
||||
rev = "d999d4878ee4cec134168e60d913714566a8cfa6";
|
||||
version = "2.4.0";
|
||||
rev = "24aa15eefdb146350d2548c0a015b04eddbd1008";
|
||||
|
||||
m3shapes_src = fetchFromGitHub {
|
||||
owner = "soramanew";
|
||||
@@ -75,7 +75,7 @@ let
|
||||
|
||||
shellSrc = fetchurl {
|
||||
url = "https://github.com/caelestia-dots/shell/releases/download/v${version}/caelestia-shell-v${version}.tar.gz";
|
||||
hash = "sha256-a++f7/n5xq/rb98Lm7HPw8/X3/TCoCDoB51nIJdfO2o=";
|
||||
hash = "sha256-r3SRcn/zBplpgVD598GGCJzNFxpQne8zK8uh3hyzF3E=";
|
||||
};
|
||||
|
||||
extras = stdenv.mkDerivation {
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "mint-x-icons";
|
||||
version = "1.7.7";
|
||||
version = "1.7.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linuxmint";
|
||||
repo = "mint-x-icons";
|
||||
rev = version;
|
||||
hash = "sha256-rCH+28vMLTbX/Gfi55XD7VFKU9vGadOAKTku2CTYo5c=";
|
||||
hash = "sha256-gGldt2tGko3IukpKjn0xGAe4cL21YPCECJfcOX5F8n0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
@@ -10,7 +10,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
version = "0.6.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/OmniNull/OmniWM/releases/download/v${finalAttrs.version}/OmniWM-v${finalAttrs.version}.zip";
|
||||
url = "https://github.com/BarutSRB/OmniWM/releases/download/v${finalAttrs.version}/OmniWM-v${finalAttrs.version}.zip";
|
||||
hash = "sha256-CCOWPIpcO96FT3/dA82MJcRCGkC9b3SETyyPfBaiZ2U=";
|
||||
};
|
||||
|
||||
@@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "MacOS Niri and Hyprland inspired tiling window manager";
|
||||
homepage = "https://github.com/OmniNull/OmniWM";
|
||||
homepage = "https://github.com/BarutSRB/OmniWM";
|
||||
license = lib.licenses.gpl2Only;
|
||||
mainProgram = "OmniWM";
|
||||
platforms = [ "aarch64-darwin" ];
|
||||
|
||||
@@ -1,75 +0,0 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
gobject-introspection,
|
||||
meson,
|
||||
ninja,
|
||||
python3Packages,
|
||||
wrapGAppsHook3,
|
||||
glib,
|
||||
gtk3,
|
||||
python3,
|
||||
webkitgtk_4_1,
|
||||
xapp,
|
||||
xapp-symbolic-icons,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xepub";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xapp-project";
|
||||
repo = "xepub";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-kEhGBY6WyE+mpZn10Ll3GO+sCPwdGXbHqaziA9y7wZY=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
gobject-introspection
|
||||
meson
|
||||
ninja
|
||||
python3Packages.wrapPython
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
gtk3
|
||||
python3
|
||||
webkitgtk_4_1
|
||||
xapp
|
||||
];
|
||||
|
||||
pythonPath = with python3Packages; [
|
||||
pygobject3
|
||||
python-xapp
|
||||
setproctitle
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace meson.build --replace-fail "/usr/bin/python3" "python3"
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
buildPythonPath "$out ''${pythonPath[*]}"
|
||||
|
||||
gappsWrapperArgs+=(
|
||||
--prefix PYTHONPATH : "$program_PYTHONPATH"
|
||||
--prefix XDG_DATA_DIRS : "${lib.makeSearchPath "share" [ xapp-symbolic-icons ]}"
|
||||
)
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "EPUB reader for Linux desktops";
|
||||
mainProgram = "xepub";
|
||||
homepage = "https://github.com/xapp-project/xepub";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
teams = [ lib.teams.cinnamon ];
|
||||
};
|
||||
})
|
||||
@@ -19,6 +19,8 @@
|
||||
poppler,
|
||||
libspectre,
|
||||
libgxps,
|
||||
webkitgtk_4_1,
|
||||
mathjax,
|
||||
ninja,
|
||||
djvulibre,
|
||||
backends ? [
|
||||
@@ -29,18 +31,19 @@
|
||||
"pixbuf"
|
||||
"comics"
|
||||
"xps"
|
||||
"epub"
|
||||
],
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xreader";
|
||||
version = "4.6.7";
|
||||
version = "4.6.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linuxmint";
|
||||
repo = "xreader";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-mSaEVXwX6rErIEi9KxmMrGYunZFK8AbxNCTl8EJQGTM=";
|
||||
hash = "sha256-wycQmScxuSlo6Ln6piSBF7kmzvi6FnTm/ES/Ds+/h8I=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -54,6 +57,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
# FIXME: `MathJax.js` is only available in MathJax 2.7.x.
|
||||
"-Dmathjax-directory=${mathjax}"
|
||||
"-Dintrospection=true"
|
||||
]
|
||||
++ (map (x: "-D${x}=true") backends);
|
||||
@@ -69,6 +74,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
poppler
|
||||
libspectre
|
||||
libgxps
|
||||
webkitgtk_4_1
|
||||
mathjax
|
||||
djvulibre
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user