mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
qpdfview: remove placeholder usage
This commit is contained in:
parent
62eb285a62
commit
9e503e039b
@ -21,16 +21,11 @@ stdenv.mkDerivation {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (s) url sha256;
|
inherit (s) url sha256;
|
||||||
};
|
};
|
||||||
qmakeFlags = [
|
|
||||||
"*.pro"
|
# TODO: revert this once placeholder is supported
|
||||||
"TARGET_INSTALL_PATH=${placeholder "out"}/bin"
|
preConfigure = ''
|
||||||
"PLUGIN_INSTALL_PATH=${placeholder "out"}/lib/qpdfview"
|
qmakeFlags="$qmakeFlags *.pro TARGET_INSTALL_PATH=$out/bin PLUGIN_INSTALL_PATH=$out/lib/qpdfview DATA_INSTALL_PATH=$out/share/qpdfview MANUAL_INSTALL_PATH=$out/share/man/man1 ICON_INSTALL_PATH=$out/share/icons/hicolor/scalable/apps LAUNCHER_INSTALL_PATH=$out/share/applications APPDATA_INSTALL_PATH=$out/share/appdata"
|
||||||
"DATA_INSTALL_PATH=${placeholder "out"}/share/qpdfview"
|
'';
|
||||||
"MANUAL_INSTALL_PATH=${placeholder "out"}/share/man/man1"
|
|
||||||
"ICON_INSTALL_PATH=${placeholder "out"}/share/icons/hicolor/scalable/apps"
|
|
||||||
"LAUNCHER_INSTALL_PATH=${placeholder "out"}/share/applications"
|
|
||||||
"APPDATA_INSTALL_PATH=${placeholder "out"}/share/appdata"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
|
Loading…
Reference in New Issue
Block a user