cproto: enable on darwin
This commit is contained in:
parent
d59fa641b0
commit
849868fcb5
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Tool to generate C function prototypes from C source code";
|
description = "Tool to generate C function prototypes from C source code";
|
||||||
homepage = "https://invisible-island.net/cproto/";
|
homepage = "https://invisible-island.net/cproto/";
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user