mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
feat: fix starship build
This commit is contained in:
parent
8a2a27954e
commit
d13e83b9fe
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@ in {
|
|||
inherit (self.starship) src;
|
||||
hash = "sha256-nH1iYjKw/GbYKadoymH3onWBbMzuMUaRCSTNWVE+A9E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [
|
||||
pkgs.cmake
|
||||
pkgs.zlib-ng
|
||||
];
|
||||
});
|
||||
})];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue