mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
129c86f5d7
commit
a85da4e2d5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace src/model/meson.build \
|
||||
--replace-fail /app/lib ${zint}/lib
|
||||
--replace-fail /app/lib ${lib.getLib zint}/lib
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue