libmodulemd: 2.9.2 -> 2.12.0
This commit is contained in:
parent
26fa078985
commit
7ca38f88fe
@ -1,7 +1,6 @@
|
|||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
@ -19,7 +18,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libmodulemd";
|
pname = "libmodulemd";
|
||||||
version = "2.9.2";
|
version = "2.12.0";
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "devdoc" "man" "py" ];
|
outputs = [ "bin" "out" "dev" "devdoc" "man" "py" ];
|
||||||
|
|
||||||
@ -27,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "fedora-modularity";
|
owner = "fedora-modularity";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
sha256 = "0xl5f6a32hmli29b0rfp54h7vnagxdv9qa2r871mrgrr6fzjwvbn";
|
sha256 = "1mq9as98q4wyka404f8xwfc44cn5j4bsk0fch5pf07v81sagc1q9";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -36,17 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
src = ./glib-devdoc.patch;
|
src = ./glib-devdoc.patch;
|
||||||
glib_devdoc = glib.devdoc;
|
glib_devdoc = glib.devdoc;
|
||||||
})
|
})
|
||||||
|
|
||||||
# Install pygobject overrides to our prefix instead of python3 one.
|
|
||||||
# https://github.com/fedora-modularity/libmodulemd/pull/469
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/fedora-modularity/libmodulemd/commit/f72a4bea092f4d84cfc48a3e820eb10270e828d0.patch";
|
|
||||||
sha256 = "1rrf94q1yf98w6b9bm67mb6w6qv1zqi306iv1vzspvjhsqvzmzpg";
|
|
||||||
})
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/fedora-modularity/libmodulemd/commit/021ab08006b5cf601ce153174fdf403b910b8273.patch";
|
|
||||||
sha256 = "0z35jpnnzzb5bvmc2lglrpfnwarhky2jqmhq9avnnki22fdw89i6";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user