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