emulsion: fix build
ZHF #122042 Failing Hydra build: https://hydra.nixos.org/build/142625836
This commit is contained in:
parent
e35cbc0bdb
commit
fcd5670a07
@ -63,17 +63,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
OpenGL
|
OpenGL
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
postFixup = lib.optionalString stdenv.isLinux ''
|
||||||
runHook preInstall
|
patchelf --set-rpath "${lib.makeLibraryPath rpathLibs}" $out/bin/emulsion
|
||||||
install -D $releaseDir/emulsion $out/bin/emulsion
|
|
||||||
'' + lib.optionalString stdenv.isLinux ''
|
|
||||||
patchelf --set-rpath "${lib.makeLibraryPath rpathLibs}" $out/bin/emulsion
|
|
||||||
'' + ''
|
|
||||||
runHook postInstall
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
dontPatchELF = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A fast and minimalistic image viewer";
|
description = "A fast and minimalistic image viewer";
|
||||||
homepage = "https://arturkovacs.github.io/emulsion-website/";
|
homepage = "https://arturkovacs.github.io/emulsion-website/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user