1 { lib, stdenv, fetchFromGitHub, nix, cmake, pkg-config, boost }:
2 let version = "6.0.0"; in
7 src = fetchFromGitHub {
11 sha256 = "08kxdci0sijj1hfkn3dbr7nbpb9xck0xr3xa3a0j116n4kvwb6qv";
14 nativeBuildInputs = [ cmake pkg-config ];
16 buildInputs = [ nix boost ];
19 description = "Collection of miscellaneous plugins for the nix expression language";
20 homepage = "https://github.com/shlevy/nix-plugins";
21 license = lib.licenses.mit;
22 platforms = lib.platforms.all;