Unverified Commit 762e5232 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

libgpod: move to pkgs/by-name, unpin autotools (#426565)

parents 99474182 931442f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchurl,
  fetchpatch,
  perlPackages,
  gtk-doc,
  intltool,
  autoreconfHook,
  pkg-config,
@@ -63,6 +64,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs =
    [
      autoreconfHook
      gtk-doc
      intltool
      pkg-config
      udevCheckHook
+0 −4
Original line number Diff line number Diff line
@@ -8613,10 +8613,6 @@ with pkgs;
    genPosixLockObjOnly = true;
  };

  libgpod = callPackage ../development/libraries/libgpod {
    autoreconfHook = buildPackages.autoreconfHook269;
  };

  libindicator-gtk2 = libindicator.override { gtkVersion = "2"; };
  libindicator-gtk3 = libindicator.override { gtkVersion = "3"; };
  inherit (callPackage ../development/libraries/libliftoff { }) libliftoff_0_4 libliftoff_0_5;