Update inputs
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m18s

This commit is contained in:
2026-01-20 13:33:38 +00:00
parent 7951c777cb
commit f1dc04ec4b
14 changed files with 95 additions and 61 deletions

View File

@@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
./demoloopi.patch
];
configureFlags = [
"CFLAGS=-std=gnu17"
];
outputs = [ "out" "man" ];
postPatch = ''