tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
jansson: nit - more precision when replacing in .cmake
Vladimír Čunát
5 months ago
b90a8d5d
f6187b42
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ja
jansson
package.nix
+1
-1
pkgs/by-name/ja/jansson/package.nix
···
38
38
postFixup = ''
39
39
# Incorrectly references the dev output, libjansson.so is in out
40
40
substituteInPlace $dev/lib/cmake/jansson/janssonTargets-release.cmake \
41
41
-
--replace-fail "\''${_IMPORT_PREFIX}" "$out"
41
41
+
--replace-fail "\''${_IMPORT_PREFIX}/lib" "$out/lib"
42
42
'';
43
43
44
44
passthru = {