···43 name = "bitwarden-cli-${drv.version}";
44 });
4546- ios-deploy = super.ios-deploy.override (drv: {
47- nativeBuildInputs = drv.nativeBuildInputs or [] ++ [ pkgs.buildPackages.rsync ];
48- preRebuild = ''
49- LD=$CC
50- tmp=$(mktemp -d)
51- ln -s /usr/bin/xcodebuild $tmp
52- export PATH="$PATH:$tmp"
53- '';
54- meta.platforms = [ pkgs.lib.platforms.darwin ];
55- });
56-57 fast-cli = super."fast-cli-1.x".override {
58 preRebuild = ''
59 # Simply ignore the phantomjs --version check. It seems to need a display but it is safe to ignore
···43 name = "bitwarden-cli-${drv.version}";
44 });
450000000000046 fast-cli = super."fast-cli-1.x".override {
47 preRebuild = ''
48 # Simply ignore the phantomjs --version check. It seems to need a display but it is safe to ignore