nota: migrate to pkgs/by-name

This commit is contained in:
magicquark
2025-09-07 03:58:57 +01:00
parent 38c4f0e410
commit ff0db11ae7
2 changed files with 1 additions and 4 deletions
@@ -1,11 +1,10 @@
{
mkDerivation,
haskellPackages,
fetchurl,
lib,
}:
mkDerivation rec {
haskellPackages.mkDerivation rec {
pname = "nota";
version = "1.0";
-2
View File
@@ -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 {