mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
musikcube: fix rpath for musikcube
This commit is contained in:
parent
a4d9fb078b
commit
e44ef9d7ee
@ -76,6 +76,11 @@ stdenv.mkDerivation rec {
|
||||
"-DDISABLE_STRIP=true"
|
||||
];
|
||||
|
||||
postFixup = if stdenv.hostPlatform.isDarwin then ''
|
||||
install_name_tool -add_rpath $out/share/${pname} $out/share//${pname}/${pname}
|
||||
install_name_tool -add_rpath $out/share/${pname} $out/share//${pname}/${pname}d
|
||||
'' else "";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A fully functional terminal-based music player, library, and streaming audio server";
|
||||
homepage = "https://musikcube.com/";
|
||||
|
Loading…
Reference in New Issue
Block a user