mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
vivid: drop darwin workaround
This commit is contained in:
parent
0ed762c4a9
commit
a203ae7e54
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue