Commit ff0db11a authored by magicquark's avatar magicquark
Browse files

nota: migrate to pkgs/by-name

parent 38c4f0e4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{
  mkDerivation,
  haskellPackages,
  fetchurl,
  lib,
}:

mkDerivation rec {
haskellPackages.mkDerivation rec {
  pname = "nota";
  version = "1.0";

+0 −2
Original line number Diff line number Diff line
@@ -14464,8 +14464,6 @@ with pkgs;

  liblapack = lapack-reference;

  nota = haskellPackages.callPackage ../applications/science/math/nota { };

  notus-scanner = with python3Packages; toPythonApplication notus-scanner;

  openblas = callPackage ../development/libraries/science/math/openblas {