Skip to content
Commit 07d78691 authored by Matthew Bauer's avatar Matthew Bauer
Browse files

stdenv/adapters.nix: remove static from makeStaticLibraries

This logic should be in the pkgs/top-level/static.nix. We don’t want
to pollute Nixpkgs with =if stdenv.static=. Also, "static" is not
descriptive. We have two types of static stdenvs, ‘makeStaticLibaries’
and ‘makeStaticBinaries’. We shouldn’t rely on a static boolean like
this.
parent fa639e71
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment