nota: migrate to pkgs/by-name
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
{
|
||||
mkDerivation,
|
||||
haskellPackages,
|
||||
fetchurl,
|
||||
lib,
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
haskellPackages.mkDerivation rec {
|
||||
pname = "nota";
|
||||
version = "1.0";
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user