lol

plasma5Packages.drumstick: fix paths in pkg-config files

authored by

Alexander Shpilkin and committed by
Artturin
44acd934 4f047072

+5
+5
pkgs/development/libraries/drumstick/default.nix
··· 18 18 19 19 postPatch = '' 20 20 substituteInPlace library/rt/backendmanager.cpp --subst-var out 21 + 22 + # https://sourceforge.net/p/drumstick/bugs/39/ 23 + substituteInPlace drumstick-alsa.pc.in drumstick-file.pc.in drumstick-rt.pc.in drumstick-widgets.pc.in \ 24 + --replace '$'{prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@ \ 25 + --replace '$'{prefix}/@CMAKE_INSTALL_INCLUDEDIR@ @CMAKE_INSTALL_FULL_INCLUDEDIR@ 21 26 ''; 22 27 23 28 outputs = [ "out" "dev" "man" ];