mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
goffice: 0.10.57 → 0.10.59
https://gitlab.gnome.org/GNOME/goffice/-/compare/GOFFICE_0_10_57...GOFFICE_0_10_59
This commit is contained in:
parent
826a5eb5bd
commit
a00765e62e
1 changed files with 11 additions and 6 deletions
|
@ -16,11 +16,12 @@
|
|||
gnome,
|
||||
autoreconfHook,
|
||||
gtk-doc,
|
||||
gnumeric,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "goffice";
|
||||
version = "0.10.57";
|
||||
version = "0.10.59";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
@ -29,8 +30,8 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-Zr/X4x0vZ1bVpiw2cDg8u6ArPLTBBClQGSqAG3Kjyas=";
|
||||
url = "mirror://gnome/sources/goffice/${lib.versions.majorMinor finalAttrs.version}/goffice-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-sI9xczJVlLcfu+pHajC1sxIMPa3/XAom0UDk5SSRZiI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -60,9 +61,13 @@ stdenv.mkDerivation rec {
|
|||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
packageName = "goffice";
|
||||
versionPolicy = "odd-unstable";
|
||||
};
|
||||
|
||||
tests = {
|
||||
inherit gnumeric;
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
@ -78,4 +83,4 @@ stdenv.mkDerivation rec {
|
|||
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue