ti-rpc: Add dev output
This commit is contained in:
parent
a232e5f13c
commit
edff37b83a
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "07anqypf7c719x9y683qz65cxllmzlgmlab2hlahrqcj4bq2k99c";
|
sha256 = "07anqypf7c719x9y683qz65cxllmzlgmlab2hlahrqcj4bq2k99c";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed '1i#include <stdint.h>' -i src/xdr_sizeof.c
|
sed '1i#include <stdint.h>' -i src/xdr_sizeof.c
|
||||||
'' + stdenv.lib.optionalString stdenv.hostPlatform.isMusl ''
|
'' + stdenv.lib.optionalString stdenv.hostPlatform.isMusl ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user