dap: drop (#405596)

authored by rewine and committed by GitHub e06e469c 3225b228

+1 -38
-38
pkgs/by-name/da/dap/package.nix
··· 1 - { 2 - lib, 3 - stdenv, 4 - fetchurl, 5 - }: 6 - 7 - stdenv.mkDerivation rec { 8 - pname = "dap"; 9 - version = "3.10"; 10 - 11 - src = fetchurl { 12 - url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; 13 - sha256 = "Bk5sty/438jLb1PpurMQ5OqMbr6JqUuuQjcg2bejh2Y="; 14 - }; 15 - 16 - hardeningDisable = [ "format" ]; 17 - 18 - meta = with lib; { 19 - homepage = "https://www.gnu.org/software/dap"; 20 - description = "Small statistics and graphics package based on C"; 21 - longDescription = '' 22 - Dap is a small statistics and graphics package based on C. Version 3.0 and 23 - later of Dap can read SBS programs (based on the utterly famous, industry 24 - standard statistics system with similar initials - you know the one I 25 - mean)! The user wishing to perform basic statistical analyses is now freed 26 - from learning and using C syntax for straightforward tasks, while 27 - retaining access to the C-style graphics and statistics features provided 28 - by the original implementation. Dap provides core methods of data 29 - management, analysis, and graphics that are commonly used in statistical 30 - consulting practice (univariate statistics, correlations and regression, 31 - ANOVA, categorical data analysis, logistic regression, and nonparametric 32 - analyses). 33 - ''; 34 - license = licenses.gpl3Plus; 35 - maintainers = with maintainers; [ ]; 36 - platforms = platforms.unix; 37 - }; 38 - }
···
+1
pkgs/top-level/aliases.nix
··· 496 497 ### D ### 498 499 dart_stable = throw "'dart_stable' has been renamed to/replaced by 'dart'"; # Converted to throw 2024-10-17 500 dart-sass-embedded = throw "dart-sass-embedded has been removed from nixpkgs, as is now included in Dart Sass itself."; 501 dat = nodePackages.dat;
··· 496 497 ### D ### 498 499 + dap = throw "'dap' has been removed because it doesn't compile and has been unmaintained since 2014"; # Added 2025-05-10 500 dart_stable = throw "'dart_stable' has been renamed to/replaced by 'dart'"; # Converted to throw 2024-10-17 501 dart-sass-embedded = throw "dart-sass-embedded has been removed from nixpkgs, as is now included in Dart Sass itself."; 502 dat = nodePackages.dat;