mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
glib: correct update script
This commit is contained in:
parent
92c64d63f8
commit
d4ecaf699e
@ -198,7 +198,10 @@ stdenv.mkDerivation rec {
|
|||||||
getSchemaDataDirPath = pkg: makeSchemaDataDirPath pkg pkg.name;
|
getSchemaDataDirPath = pkg: makeSchemaDataDirPath pkg pkg.name;
|
||||||
|
|
||||||
inherit flattenInclude;
|
inherit flattenInclude;
|
||||||
updateScript = gnome.updateScript { packageName = "glib"; };
|
updateScript = gnome.updateScript {
|
||||||
|
packageName = "glib";
|
||||||
|
versionPolicy = "odd-unstable";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user