nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

gopass: fix build on darwin (#66244)

authored by

Hugo and committed by
Jörg Thalheim
83cfaacc 7ccfefe7

+2 -3
+2 -3
pkgs/tools/security/gopass/default.nix
··· 15 15 sha256 = "0v3sx9hb03bdn4rvsv2r0jzif6p1rx47hrkpsbnwva31k396mck2"; 16 16 }; 17 17 18 - wrapperPath = with stdenv.lib; makeBinPath ([ 18 + wrapperPath = stdenv.lib.makeBinPath ([ 19 19 git 20 20 gnupg 21 21 xclip 22 - wl-clipboard 23 - ]); 22 + ] ++ stdenv.lib.optional stdenv.isLinux wl-clipboard); 24 23 25 24 postInstall = '' 26 25 mkdir -p \