nixpkgs: 2023-11-29 -> 2023-11-30

```
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/6711380ae7874005d707d7d03830bd5eee40b43b' (2023-11-29)
  → 'github:nixos/nixpkgs/8d0f0ca32319439fe9940b1de917dbbdcb8e6f3d' (2023-11-30)
```
This commit is contained in:
Colin 2023-11-30 13:40:51 +00:00
parent 3c9bf681b2
commit 98fa50d0eb
2 changed files with 12 additions and 3 deletions

View File

@ -53,11 +53,11 @@
},
"nixpkgs-unpatched": {
"locked": {
"lastModified": 1701298762,
"narHash": "sha256-WFJCmIVabZrrV5VICcvXdoYF5WYQ2LbxSjGVQRn09pg=",
"lastModified": 1701384692,
"narHash": "sha256-DbCTwBieLAaWCgWncgUVKIEQrwcfzdb3/m+QH06//G0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6711380ae7874005d707d7d03830bd5eee40b43b",
"rev": "8d0f0ca32319439fe9940b1de917dbbdcb8e6f3d",
"type": "github"
},
"original": {

View File

@ -1047,6 +1047,15 @@ in {
# };
# komikku = wrapGAppsHook4Fix prev.komikku;
komikku = needsBinfmt (prev.komikku.override {
blueprint-compiler = buildInQemu (final.blueprint-compiler.overrideAttrs (_: {
# default is to propagate gobject-introspection *as a buildInput*, when it's supposed to be native.
propagatedBuildInputs = [];
# "Namespace Gtk not available"
doCheck = false;
}));
});
# koreader = (prev.koreader.override {
# # fixes runtime error: luajit: ./ffi/util.lua:757: attempt to call field 'pack' (a nil value)
# # inherit (emulated) luajit;