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.
launchpad/nixpkgs/master
Alyssa Ross 3 years ago
parent c06cb69ca0
commit 43884eb1f3
  1. 15
      pkgs/development/compilers/vala/default.nix

@ -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…
Cancel
Save