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