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:
@@ -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
|
||||
]}
|
||||
'';
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user