forked from mirrors/nixpkgs
rpm-ostree: 2019.2 -> 2019.5
https://github.com/projectatomic/rpm-ostree/releases/tag/v2019.3 https://github.com/projectatomic/rpm-ostree/releases/tag/v2019.4 https://github.com/projectatomic/rpm-ostree/releases/tag/v2019.5
This commit is contained in:
parent
8fbae8c72d
commit
2f48ebbdcf
|
@ -1,15 +1,15 @@
|
||||||
{ stdenv, fetchurl, ostree, rpm, which, autoconf, automake, libtool, pkgconfig, cargo, rustc,
|
{ stdenv, fetchurl, ostree, rpm, which, autoconf, automake, libtool, pkgconfig, cargo, rustc,
|
||||||
gobject-introspection, gtk-doc, libxml2, libxslt, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_43, gperf, cmake,
|
gobject-introspection, gtk-doc, libxml2, libxslt, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_43, gperf, cmake,
|
||||||
libcap, glib, systemd, json-glib, libarchive, libsolv, librepo, polkit,
|
libcap, glib, systemd, json-glib, libarchive, libsolv, librepo, polkit,
|
||||||
bubblewrap, pcre, check, python }:
|
bubblewrap, pcre, check, python, json_c, libmodulemd_1, utillinux, sqlite, cppunit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rpm-ostree";
|
pname = "rpm-ostree";
|
||||||
version = "2019.2";
|
version = "2019.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/projectatomic/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
|
url = "https://github.com/projectatomic/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0sxjlcq15avb0fv6v89z2xrqv095dck4k5s9f0pk6y7sm063n2pk";
|
sha256 = "0innbrjj086mslbf55bcvs9a3rv9hg1y2nhzxdjy3nhpqxqlzdnn";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
||||||
libcap ostree rpm glib systemd polkit bubblewrap
|
libcap ostree rpm glib systemd polkit bubblewrap
|
||||||
json-glib libarchive libsolv librepo
|
json-glib libarchive libsolv librepo
|
||||||
pcre check python
|
pcre check python
|
||||||
|
# libdnf
|
||||||
|
json_c libmodulemd_1 utillinux sqlite cppunit
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Reference in a new issue