mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 20:07:51 +00:00
gnome.gnome-color-manager: Format with nixfmt
This commit is contained in:
parent
fa14462bbb
commit
3839d9787b
@ -1,22 +1,24 @@
|
||||
{ lib, stdenv
|
||||
, fetchurl
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, gettext
|
||||
, itstool
|
||||
, desktop-file-utils
|
||||
, gnome
|
||||
, glib
|
||||
, gtk3
|
||||
, libexif
|
||||
, libtiff
|
||||
, colord
|
||||
, colord-gtk
|
||||
, libcanberra-gtk3
|
||||
, lcms2
|
||||
, vte
|
||||
, exiv2
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
meson,
|
||||
ninja,
|
||||
pkg-config,
|
||||
gettext,
|
||||
itstool,
|
||||
desktop-file-utils,
|
||||
gnome,
|
||||
glib,
|
||||
gtk3,
|
||||
libexif,
|
||||
libtiff,
|
||||
colord,
|
||||
colord-gtk,
|
||||
libcanberra-gtk3,
|
||||
lcms2,
|
||||
vte,
|
||||
exiv2,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -24,13 +26,11 @@ stdenv.mkDerivation rec {
|
||||
version = "3.32.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
url = "mirror://gnome/sources/gnome-color-manager/${lib.versions.majorMinor version}/gnome-color-manager-${version}.tar.xz";
|
||||
sha256 = "1vpxa2zjz3lkq9ldjg0fl65db9s6b4kcs8nyaqfz3jygma7ifg3w";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./0001-Fix-build-with-Exiv2-0.28.patch
|
||||
];
|
||||
patches = [ ./0001-Fix-build-with-Exiv2-0.28.patch ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
@ -59,8 +59,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
attrPath = "gnome.${pname}";
|
||||
packageName = "gnome-color-manager";
|
||||
attrPath = "gnome.gnome-color-manager";
|
||||
freeze = true;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user