Merge pull request #250774 from R-VdP/fwupd_1_9_4
fwupd: 1.9.3 -> 1.9.4
This commit is contained in:
commit
02496671a4
2 changed files with 9 additions and 6 deletions
|
@ -14866,6 +14866,12 @@
|
||||||
githubId = 7365864;
|
githubId = 7365864;
|
||||||
name = "Rafael Varago";
|
name = "Rafael Varago";
|
||||||
};
|
};
|
||||||
|
rvdp = {
|
||||||
|
email = "ramses@well-founded.dev";
|
||||||
|
github = "R-VdP";
|
||||||
|
githubId = 141248;
|
||||||
|
name = "Ramses";
|
||||||
|
};
|
||||||
rvl = {
|
rvl = {
|
||||||
email = "dev+nix@rodney.id.au";
|
email = "dev+nix@rodney.id.au";
|
||||||
github = "rvl";
|
github = "rvl";
|
||||||
|
|
|
@ -123,7 +123,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "fwupd";
|
pname = "fwupd";
|
||||||
version = "1.9.3";
|
version = "1.9.4";
|
||||||
|
|
||||||
# libfwupd goes to lib
|
# libfwupd goes to lib
|
||||||
# daemon, plug-ins and libfwupdplugin go to out
|
# daemon, plug-ins and libfwupdplugin go to out
|
||||||
|
@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
owner = "fwupd";
|
owner = "fwupd";
|
||||||
repo = "fwupd";
|
repo = "fwupd";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-IVP5RVHRxWkvPqndiuCxiguYWN5d32qJo9YzBOHoyUk";
|
hash = "sha256-xjN6nHqg7sQzgojClySQEjLQBdI5291TxPhgLjKzKvk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -212,9 +212,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
"-Dplugin_dummy=true"
|
"-Dplugin_dummy=true"
|
||||||
# We are building the official releases.
|
# We are building the official releases.
|
||||||
"-Dsupported_build=enabled"
|
"-Dsupported_build=enabled"
|
||||||
# Would dlopen libsoup to preserve compatibility with clients linking against older fwupd.
|
|
||||||
# https://github.com/fwupd/fwupd/commit/173d389fa59d8db152a5b9da7cc1171586639c97
|
|
||||||
"-Dsoup_session_compat=false"
|
|
||||||
"-Dudevdir=lib/udev"
|
"-Dudevdir=lib/udev"
|
||||||
"-Dsystemd_root_prefix=${placeholder "out"}"
|
"-Dsystemd_root_prefix=${placeholder "out"}"
|
||||||
"-Dinstalled_test_prefix=${placeholder "installedTests"}"
|
"-Dinstalled_test_prefix=${placeholder "installedTests"}"
|
||||||
|
@ -399,7 +396,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://fwupd.org/";
|
homepage = "https://fwupd.org/";
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ rvdp ];
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue