16 gsettings-desktop-schemas,
25 stdenv.mkDerivation rec {
30 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
31 sha256 = "0f2rki8i27pkd9r0gz03cdl1g4vnmvp0j49nhxqn275vi8lmgr0q";
35 # Pull patch pending upstream inclusion for -fno-common toolchain support:
36 # https://github.com/jimevins/glabels/pull/76
38 name = "fno-common.patch";
39 url = "https://github.com/jimevins/glabels/commit/f64e3f34e3631330fff2fb48ab271ff9c6160229.patch";
40 sha256 = "13q6g4bxzvzwjnvzkvijds2b6yvc4xqbdwgqnwmj65ln6ngxz8sa";
56 gsettings-desktop-schemas
66 wrapProgram "$out/bin/glabels-3" \
67 --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
71 updateScript = gnome.updateScript {
73 versionPolicy = "none";
78 description = "Create labels and business cards";
79 homepage = "https://github.com/jimevins/glabels";
80 license = with licenses; [
84 platforms = platforms.unix;
85 maintainers = [ maintainers.nico202 ];