Unverified Commit 722854c0 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gnome2.GConf: fix build by pinning python312 (#424359)

parents e17095d4 944c7f60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  ORBit2,
  libxml2,
  polkit,
  python3,
  python312,
  intltool,
}:

@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    pkg-config
    intltool
    python3
    python312
    glib
  ];