dell-command-configure: fix missing include in wrapper (#368471)

This commit is contained in:
Weijia Wang
2025-01-04 00:58:55 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -70,7 +70,7 @@ let
};
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
inherit version;
pname = "dell-command-configure";
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
static const char from[] = "/usr/lib/ext/dell/omreg.cfg";
static const char to[] = "@to@";