We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2636f50 commit 0aef1ddCopy full SHA for 0aef1dd
1 file changed
packaging/dependencies.nix
@@ -39,7 +39,7 @@ scope: {
39
nativeBuildInputs = prevAttrs.nativeBuildInputs ++ [ pkgs.buildPackages.bmake ];
40
postInstall =
41
lib.replaceStrings [ "lowdown.so.1" "lowdown.1.dylib" ] [ "lowdown.so.2" "lowdown.2.dylib" ]
42
- prevAttrs.postInstall;
+ (prevAttrs.postInstall or "");
43
});
44
45
# TODO: Remove this when https://github.com/NixOS/nixpkgs/pull/442682 is included in a stable release
0 commit comments