mirror of
https://github.com/RGBCube/crash
synced 2025-07-28 08:57:45 +00:00
fix build
This commit is contained in:
parent
ec77c04485
commit
3405a772ba
4 changed files with 45 additions and 25 deletions
|
@ -2,7 +2,7 @@
|
|||
lib,
|
||||
stdenvNoCC,
|
||||
|
||||
zig_0_12,
|
||||
zig,
|
||||
|
||||
bashInteractive,
|
||||
fallbackShell ? bashInteractive,
|
||||
|
@ -20,7 +20,7 @@ in stdenvNoCC.mkDerivation {
|
|||
dontCheck = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
zig_0_12.hook
|
||||
zig.hook
|
||||
];
|
||||
|
||||
zigBuildFlags = [
|
||||
|
@ -33,6 +33,7 @@ in stdenvNoCC.mkDerivation {
|
|||
description = "A user configurable login shell wrapper";
|
||||
homepage = "https://github.com/RGBCube/crash";
|
||||
license = licenses.mit;
|
||||
mainProgram = "crash";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ RGBCube ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue