talloc: fix on darwin
This commit is contained in:
parent
ac0f0312f3
commit
fc4c0d4ba1
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
ar qf $out/lib/libtalloc.a bin/default/talloc_[0-9]*.o
|
ar q $out/lib/libtalloc.a bin/default/talloc_[0-9]*.o
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user