Loading pkgs/by-name/li/librsync/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,14 @@ stdenv.mkDerivation rec { popt ]; dontStrip = stdenv.hostPlatform != stdenv.buildPlatform; outputs = [ "out" "dev" "man" ] # Avoid cycle dependence between out and lib outputs on Darwin, by using bin # instead of lib ++ (if stdenv.hostPlatform.isDarwin then [ "bin" ] else [ "lib" ]); meta = { description = "Implementation of the rsync remote-delta algorithm"; Loading Loading
pkgs/by-name/li/librsync/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,14 @@ stdenv.mkDerivation rec { popt ]; dontStrip = stdenv.hostPlatform != stdenv.buildPlatform; outputs = [ "out" "dev" "man" ] # Avoid cycle dependence between out and lib outputs on Darwin, by using bin # instead of lib ++ (if stdenv.hostPlatform.isDarwin then [ "bin" ] else [ "lib" ]); meta = { description = "Implementation of the rsync remote-delta algorithm"; Loading