8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "troydhanson";
16 sha256 = "sha256-F0M5ENT3bMn3dD16Oaq9mBFYOWzVliVWupAIrLc2nkQ=";
20 nativeCheckInputs = [ perl ];
22 preCheck = "cd tests";
25 install -Dm644 $src/include/*.h -t $out/include
29 description = "Hash table for C structures";
30 homepage = "http://troydhanson.github.io/uthash";
31 license = licenses.bsd2; # it's one-clause, actually, as it's source-only
32 platforms = platforms.all;