Merge pull request #192618 from superherointj/broken-nasc

nasc: mark broken
This commit is contained in:
figsoda 2022-09-23 10:05:55 -04:00 committed by GitHub
commit 11ea0525b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,5 +83,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.gpl3Plus;
mainProgram = "com.github.parnold_x.nasc";
broken = true; # at 2022-09-23
};
}