pinta: unbreak after multiple-outputs change

Missing ".out" on the gtk attribute.
This commit is contained in:
Bjørn Forsman 2016-05-31 14:27:02 +02:00
parent 1f73d89893
commit 27899df2f5

View file

@ -58,7 +58,7 @@ buildDotnetPackage rec {
makeWrapperArgs = [
''--prefix MONO_GAC_PREFIX ':' "${gtksharp}"''
''--prefix LD_LIBRARY_PATH ':' "${gtksharp}/lib"''
''--prefix LD_LIBRARY_PATH ':' "${gtksharp.gtk}/lib"''
''--prefix LD_LIBRARY_PATH ':' "${gtksharp.gtk.out}/lib"''
];
postInstall = ''