Unverified Commit 5762bc65 authored by quantenzitrone's avatar quantenzitrone
Browse files

libhandy{,_0}: move to pkgs/by-name

this shouldn't create any rebuilds
parent 8d80ea9a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# Needed for apps that still depend on the unstable version of the library (not libhandy-1)
{
  lib,
  stdenv,
+0 −5
Original line number Diff line number Diff line
@@ -3082,11 +3082,6 @@ with pkgs;
    ;
  lerna = lerna_8;

  libhandy = callPackage ../development/libraries/libhandy { };

  # Needed for apps that still depend on the unstable version of the library (not libhandy-1)
  libhandy_0 = callPackage ../development/libraries/libhandy/0.x.nix { };

  libint = callPackage ../development/libraries/libint { };
  libintPsi4 = callPackage ../development/libraries/libint {
    enableFortran = false;