16 stdenv.mkDerivation (finalAttrs: {
20 src = fetchFromGitHub {
23 rev = finalAttrs.version;
24 hash = "sha256-YRRm8/yDwQIUjzqYzlqij8h2ri39Q7L8jVh5fgrZbGs=";
33 # The build scripts copy the entire translations directory from Qt
34 # which ends up being read-only because it's in the store.
36 chmod +w resources/translations
48 passthru.tests.version = testers.testVersion {
49 package = finalAttrs.finalPackage;
50 command = "QT_QPA_PLATFORM=offscreen ${finalAttrs.meta.mainProgram} --version";
54 description = "Official authentication app for German ID card and residence permit";
55 downloadPage = "https://github.com/Governikus/AusweisApp2/releases";
56 homepage = "https://www.ausweisapp.bund.de/open-source-software";
57 license = lib.licenses.eupl12;
58 mainProgram = "AusweisApp";
59 maintainers = with lib.maintainers; [b4dm4n];
60 platforms = lib.platforms.linux;