Skip to content

Commit bceaf35

Browse files
authored
dell-command-configure: fix missing include in wrapper (NixOS#368471)
2 parents 298a29e + ed4bda4 commit bceaf35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkgs/by-name/de/dell-command-configure/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let
7070
};
7171

7272
in
73-
stdenv.mkDerivation rec {
73+
stdenv.mkDerivation {
7474
inherit version;
7575
pname = "dell-command-configure";
7676

pkgs/by-name/de/dell-command-configure/wrapper-lib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <stdio.h>
22
#include <string.h>
3+
#include <unistd.h>
34

45
static const char from[] = "/usr/lib/ext/dell/omreg.cfg";
56
static const char to[] = "@to@";

0 commit comments

Comments
 (0)