dell-command-configure: fix missing include in wrapper (#368471)
This commit is contained in:
@@ -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@";
|
||||
|
||||
Reference in New Issue
Block a user