mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
project-wide: nixdirfmt
This commit is contained in:
parent
3ffa718152
commit
bddeba9bea
4 changed files with 119 additions and 114 deletions
|
|
@ -31,17 +31,22 @@ let
|
|||
screenstub = unstable.callPackage ./screenstub { };
|
||||
|
||||
kat-ckb = super.ckb-next.overrideAttrs (old: rec {
|
||||
version = "0.4.4";
|
||||
version = "0.4.4";
|
||||
src = self.fetchFromGitHub {
|
||||
owner = "ckb-next";
|
||||
repo = "ckb-next";
|
||||
rev = "v${version}";
|
||||
sha256 = "1fgvh2hsrm8vqbqq9g45skhyyrhhka4d8ngmyldkldak1fgmrvb7";
|
||||
};
|
||||
buildInputs = old.buildInputs ++ [ self.xorg.libXdmcp self.qt5.qttools self.libsForQt5.qt5.qtx11extras self.libsForQt5.libdbusmenu ];
|
||||
patches = [
|
||||
./kat-ckb/install-dirs.patch
|
||||
(self.substituteAll {
|
||||
buildInputs = old.buildInputs ++ [
|
||||
self.xorg.libXdmcp
|
||||
self.qt5.qttools
|
||||
self.libsForQt5.qt5.qtx11extras
|
||||
self.libsForQt5.libdbusmenu
|
||||
];
|
||||
patches = [
|
||||
./kat-ckb/install-dirs.patch
|
||||
(self.substituteAll {
|
||||
name = "ckb-next-modprobe.patch";
|
||||
src = ./kat-ckb/modprobe.patch;
|
||||
kmod = self.kmod;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue