mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
vala.updateScript: init
#59372 was replaced with #98304, which was merged as
74c5472090
, so I'm following the
instructions in the comment and enabling the updateScript. Seems to work.
This commit is contained in:
parent
c06cb69ca0
commit
43884eb1f3
@ -1,5 +1,5 @@
|
||||
{ stdenv, lib, fetchurl, fetchpatch, pkg-config, flex, bison, libxslt, autoconf, autoreconfHook
|
||||
, graphviz, glib, libiconv, libintl, libtool, expat, substituteAll
|
||||
, gnome, graphviz, glib, libiconv, libintl, libtool, expat, substituteAll
|
||||
}:
|
||||
|
||||
let
|
||||
@ -88,13 +88,12 @@ let
|
||||
|
||||
doCheck = false; # fails, requires dbus daemon
|
||||
|
||||
# Wait for PR #59372
|
||||
# passthru = {
|
||||
# updateScript = gnome.updateScript {
|
||||
# attrPath = "${pname}_${lib.versions.major version}_${lib.versions.minor version}";
|
||||
# packageName = pname;
|
||||
# };
|
||||
# };
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
attrPath = "${pname}_${lib.versions.major version}_${lib.versions.minor version}";
|
||||
packageName = pname;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Compiler for GObject type system";
|
||||
|
Loading…
Reference in New Issue
Block a user