Packaging/Quirks and Caveats: Difference between revisions

imported>Makefu
add GDK
imported>Makefu
No edit summary
Line 68: Line 68:


=== Namespace Gdk not available ===
=== Namespace Gdk not available ===
You will need <code>/nix/store/*-gtk+3-*/lib/girepository-1.0</code> in <code>GI_TYPELIB_PATH</code>. Same solution as above, solved by adding <code>nativeBuildInputs = [ ...  wrapGAppsHook ];</code> to the derivation.
You will need <code>/nix/store/*-gtk+3-*/lib/girepository-1.0</code> in <code>GI_TYPELIB_PATH</code>.  
 
Similar solution as above, solved by:
<syntaxHighlight lang=nix>
  nativeBuildInputs = [ ...  wrapGAppsHook ];
  buildInputs = [ gtk3 ];
</syntaxHighlight>


=== ImportError: libstdc++.so.6: cannot open shared object file: No such file ===
=== ImportError: libstdc++.so.6: cannot open shared object file: No such file ===