{ stdenv , callPackage , bdwgc ? callPackage ../bdwgc.nix {} }: stdenv.mkDerivation { pname = "gyehoek"; version = "1.0.0"; src = ./.; }