···68 # extra arguments to pass to stdenv.mkDerivation
69 , name
70 # name of the resulting derivation
071 }: buildCommand:
72 stdenv.mkDerivation ({
73 inherit buildCommand name;
···68 # extra arguments to pass to stdenv.mkDerivation
69 , name
70 # name of the resulting derivation
71+ # TODO(@Artturin): enable strictDeps always
72 }: buildCommand:
73 stdenv.mkDerivation ({
74 inherit buildCommand name;