Loading pkgs/development/libraries/libtorrent-rasterbar/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,11 @@ in stdenv.mkDerivation { moveToOutput "lib/${python.libPrefix}" "$python" ''; postFixup = '' substituteInPlace "$dev/lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets-release.cmake" \ --replace "\''${_IMPORT_PREFIX}/lib" "$out/lib" ''; outputs = [ "out" "dev" "python" ]; cmakeFlags = [ Loading Loading
pkgs/development/libraries/libtorrent-rasterbar/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,11 @@ in stdenv.mkDerivation { moveToOutput "lib/${python.libPrefix}" "$python" ''; postFixup = '' substituteInPlace "$dev/lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets-release.cmake" \ --replace "\''${_IMPORT_PREFIX}/lib" "$out/lib" ''; outputs = [ "out" "dev" "python" ]; cmakeFlags = [ Loading