You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say it's used almost as commonly as something like substituteInPlace, not sure if we should just move makeWrapper and wrapProgram logic into stdenv. This avoids people having to add it separately, and with #7, it makes it more of something which is available through stdenv.mkDerivation.
For compatibility with nixpkgs, we could add makeWrapper = null;
The text was updated successfully, but these errors were encountered:
I would say it's used almost as commonly as something like
substituteInPlace
, not sure if we should just movemakeWrapper
andwrapProgram
logic into stdenv. This avoids people having to add it separately, and with #7, it makes it more of something which is available throughstdenv.mkDerivation
.For compatibility with nixpkgs, we could add
makeWrapper = null;
The text was updated successfully, but these errors were encountered: