{ nixpkgs, pycdc }: with nixpkgs; stdenv.mkDerivation { pname = "pycdc"; src = pycdc.outPath; version = pycdc.shortRev; buildInputs = [ python ]; nativeBuildInputs = [ cmake ]; }