1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00

set doCheck

This commit is contained in:
2025-12-25 08:49:09 +01:00
parent 54b545bf75
commit 0752f23082
4 changed files with 7 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ stdenv.mkDerivation {
mkdir $out
make install
'';
doCheck = true;
src = fetchFromGitHub {
owner = "huzheng001";
repo = "stardict-3";