mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
lomiri.geonames: Use devdoc for documentation instead (#253407)
Which is apparently a thing that already handles gtk-doc documentation moving, and more closely aligns with upstream's feedback on the merge request.
This commit is contained in:
parent
50e9b1cca9
commit
166442660b
@ -36,16 +36,16 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
] ++ lib.optionals withExamples [
|
||||
"bin"
|
||||
] ++ lib.optionals withDocumentation [
|
||||
"doc"
|
||||
"devdoc"
|
||||
];
|
||||
|
||||
patches = [
|
||||
# Improves install locations of demo & docs
|
||||
# Remove when https://gitlab.com/ubports/development/core/geonames/-/merge_requests/3 merged & in release
|
||||
(fetchpatch {
|
||||
name = "0001-geonames-Use-GNUInstallDirs-more.patch";
|
||||
url = "https://gitlab.com/OPNA2608/geonames/-/commit/e64a391fc213b2629da1c8bbf975fd62a2973c51.patch";
|
||||
hash = "sha256-HPYDtIy1WUrZLPzvKh4aezrT/LniZkNX+PeQ9YB85RY=";
|
||||
name = "0001-geonames-Use-CMAKE_INSTALL_BINDIR-for-install.patch";
|
||||
url = "https://gitlab.com/OPNA2608/geonames/-/commit/3bca6d4d02843aed851a0a7480d5cd5ac02b4cda.patch";
|
||||
hash = "sha256-vwffuMKpIqymYaiGEvnNeVXLmnz5e4aBpg55fnNbjKs=";
|
||||
})
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user