1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

upgrade to 25.11

This commit is contained in:
2025-12-02 21:37:02 +01:00
parent 6411d8a03d
commit 025b725551
15 changed files with 124 additions and 164 deletions

View File

@@ -9,7 +9,7 @@
gnugrep,
qrencode,
texlive,
utillinux,
util-linux,
zbar,
}:
stdenv.mkDerivation rec {
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
gnugrep
qrencode
texlive.combined.scheme-full
utillinux
util-linux
zbar
]}
'';

View File

@@ -1,7 +1,6 @@
{
pkgs,
lib,
unstablePackages,
...
} @ args: let
# config cannot be declared in the input attribute set because that would
@@ -137,7 +136,7 @@
))
);
weechat = unstablePackages.weechat.override {
weechat = weechat.override {
configure = _: {
init = "/exec -oc cat ${setFile}";
@@ -170,7 +169,7 @@ in
name = "weechat-configured";
paths = [
wrapper
unstablePackages.weechat
weechat
];
postBuild = ''
ln -s ${setFile} $out/weechat.set