gnome3.gtksourceviewmm.updateScript: allow unstable versions
This commit is contained in:
parent
195fc315ef
commit
79ad3690f9
@ -10,7 +10,11 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript { packageName = "gtksourceviewmm"; attrPath = "gnome3.gtksourceviewmm"; };
|
updateScript = gnome3.updateScript {
|
||||||
|
packageName = "gtksourceviewmm";
|
||||||
|
attrPath = "gnome3.gtksourceviewmm";
|
||||||
|
versionPolicy = "none";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user