plasma5Packages.accounts-qt: fixup a hack that broke
https://hydra.nixos.org/build/229681745/nixlog/2/tail For context see commits91e2f185c0andf1d5f9766e.
This commit is contained in:
@@ -14,8 +14,10 @@ mkDerivation rec {
|
||||
propagatedBuildInputs = [ glib libaccounts-glib ];
|
||||
nativeBuildInputs = [ doxygen pkg-config qmake ];
|
||||
|
||||
# Hack to avoid TMPDIR in RPATHs.
|
||||
preFixup = ''rm -rf "$(pwd)" '';
|
||||
# remove forbidden reference to $TMPDIR
|
||||
preFixup = ''
|
||||
patchelf --shrink-rpath --allowed-rpath-prefixes "/nix/store" "$out"/bin/*
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Qt library for accessing the online accounts database";
|
||||
|
||||
Reference in New Issue
Block a user