ti-rpc: Add dev output
This commit is contained in:
@@ -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 ''
|
||||||
|
|||||||
Reference in New Issue
Block a user