cproto: enable on darwin

This commit is contained in:
Mario Rodas 2020-07-20 18:43:19 -05:00
parent d59fa641b0
commit 849868fcb5
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
description = "Tool to generate C function prototypes from C source code";
homepage = "https://invisible-island.net/cproto/";
license = licenses.publicDomain;
platforms = platforms.linux;
platforms = platforms.all;
};
}