rpm-ostree: 2019.5 → 2020.1
https://github.com/coreos/rpm-ostree/compare/v2019.5...v2020.1
This commit is contained in:
parent
3c65622fc5
commit
f9bc083256
2 changed files with 5 additions and 28 deletions
|
@ -31,37 +31,24 @@
|
||||||
, check
|
, check
|
||||||
, python
|
, python
|
||||||
, json_c
|
, json_c
|
||||||
|
, zchunk
|
||||||
, libmodulemd_1
|
, libmodulemd_1
|
||||||
, utillinux
|
, utillinux
|
||||||
, sqlite
|
, sqlite
|
||||||
, cppunit
|
, cppunit
|
||||||
, fetchpatch
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rpm-ostree";
|
pname = "rpm-ostree";
|
||||||
version = "2019.5";
|
version = "2020.1";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "man" "devdoc" ];
|
outputs = [ "out" "dev" "man" "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/projectatomic/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
|
url = "https://github.com/coreos/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0innbrjj086mslbf55bcvs9a3rv9hg1y2nhzxdjy3nhpqxqlzdnn";
|
sha256 = "1xgfppq4fqqvg3cs327bckjpiz6rrn3bbbhg3q5p4j2bzsq89xiz";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# gobject-introspection requires curl in cflags
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/50953#issuecomment-449777169
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/50953#issuecomment-452177080
|
|
||||||
./fix-introspection-build.patch
|
|
||||||
|
|
||||||
# Don't use etc/dbus-1/system.d
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/coreos/rpm-ostree/commit/60053d0d3d2279d120ae7007c6048e499d2c4d14.patch";
|
|
||||||
sha256 = "0ig21zip09iy2da7ksg87jykaj3q8jyzh8r7yrpzyql85qxiwm0m";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
which
|
which
|
||||||
|
@ -98,6 +85,7 @@ stdenv.mkDerivation rec {
|
||||||
python
|
python
|
||||||
# libdnf
|
# libdnf
|
||||||
json_c
|
json_c
|
||||||
|
zchunk
|
||||||
libmodulemd_1
|
libmodulemd_1
|
||||||
utillinux
|
utillinux
|
||||||
sqlite
|
sqlite
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -103,7 +103,7 @@
|
|
||||||
ostree-1 >= 2018.9
|
|
||||||
libsystemd
|
|
||||||
polkit-gobject-1
|
|
||||||
- rpm librepo libsolv
|
|
||||||
+ rpm librepo libsolv libcurl
|
|
||||||
libarchive])
|
|
||||||
|
|
||||||
dnl -ldl: https://github.com/ostreedev/ostree/commit/1f832597fc83fda6cb8daf48c4495a9e1590774c
|
|
Loading…
Reference in a new issue