Unverified Commit 91fe2fbd authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

hugin: move override into package.nix (#485690)

parents 20fc5eef a3cc19a7
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@
  sqlite,
  vigra,
  wrapGAppsHook3,
  wxGTK,
  wxGTK32,
  wxGTK' ? wxGTK32,
  zlib,
}:

@@ -65,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
    panotools
    sqlite
    vigra
    wxGTK
    wxGTK'
    zlib
  ];

@@ -74,7 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
    makeWrapper
    pkg-config
    wrapGAppsHook3
    wxGTK
    wxGTK'
  ];

  strictDeps = true;
+0 −4
Original line number Diff line number Diff line
@@ -10356,10 +10356,6 @@ with pkgs;

  hpack = haskell.lib.compose.justStaticExecutables haskellPackages.hpack;

  hugin = callPackage ../by-name/hu/hugin/package.nix {
    wxGTK = wxGTK32;
  };

  huggle = libsForQt5.callPackage ../applications/misc/huggle { };

  hyperion-ng = libsForQt5.callPackage ../applications/video/hyperion-ng { };