forked from mirrors/nixpkgs
pinta: unbreak after multiple-outputs change
Missing ".out" on the gtk attribute.
This commit is contained in:
parent
1f73d89893
commit
27899df2f5
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue