Fix build

This commit is contained in:
Alexander Bantyev 2022-04-11 21:50:38 +03:00
parent 6de3429a13
commit 14119b60d6
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 9 additions and 7 deletions

8
flake.lock generated
View File

@ -388,11 +388,11 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1649433387,
"narHash": "sha256-Mbu8Rs87dJz4LPMEQ5O8hUbz/mJIp2h3phSpSwCG58Q=",
"owner": "nixos",
"lastModified": 1646680282,
"narHash": "sha256-m8tqCS6uHveDon5GSro5yZor9H+sHeh+v/veF1IGw24=",
"owner": "NixOS",
"repo": "nix",
"rev": "646af7325d93f98802b989f8a8e008a25f7a4788",
"rev": "ffe155abd36366a870482625543f9bf924a58281",
"type": "github"
},
"original": {

View File

@ -95,8 +95,10 @@ in rec {
cmakeFlags = oa.cmakeFlags ++ [ "-DBUILD_SHARED_LIBS=OFF" ];
})).override { mtxclient = final.mtxclient; };
nix = inputs.nix.defaultPackage.${system}.overrideAttrs
(oa: { patches = [ ./profiles/nix/nix.patch ] ++ oa.patches or [ ]; });
nix = inputs.nix.defaultPackage.${system}.overrideAttrs (oa: {
patches = [ ./profiles/nix/nix.patch ] ++ oa.patches or [ ];
doInstallCheck = false;
});
mako = prev.mako.overrideAttrs (_: {
postInstall =

View File

@ -98,7 +98,7 @@
thumbnail-limit = 10;
};
"org/gnome/desktop/interface" = { cursor-theme = "default"; };
# "org/gnome/desktop/interface" = { cursor-theme = "default"; };
"org/gnome/evince/default" = { inverted-colors = true; };