vivid: drop darwin workaround

This commit is contained in:
zowoq 2020-10-17 09:18:53 +10:00
parent 0ed762c4a9
commit a203ae7e54

View file

@ -13,11 +13,6 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "10xddr5cccc5cmhn4kwi27h3krmgapd7bqcp4rhjlbhdhsw7qxkx";
# Remove after https://github.com/NixOS/nixpkgs/pull/97000 lands into master
preConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
unset SDKROOT
'';
meta = with stdenv.lib; {
description = "A generator for LS_COLORS with support for multiple color themes";
homepage = "https://github.com/sharkdp/vivid";