tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libtirpc: fix missing include after glibc-2.26
Vladimír Čunát
8 years ago
f47e1386
1ac15812
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
ti-rpc
default.nix
+4
pkgs/development/libraries/ti-rpc/default.nix
···
8
8
sha256 = "1xchbxy0xql7yl7z4n1icj8r7dmly46i22fvm00vdjq64zlmqg3j";
9
9
};
10
10
11
11
+
postPatch = ''
12
12
+
sed '1i#include <stdint.h>' -i src/xdr_sizeof.c
13
13
+
'';
14
14
+
11
15
nativeBuildInputs = [ autoreconfHook ];
12
16
propagatedBuildInputs = [ libkrb5 ];
13
17