mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
cobang: set platform
to support lib.platforms.linux
I have built cobang on the architecture `aarch64-linux` and it works for me. Since the program is written in python I will assume that it will work on all Linux architectures so I have set `platform` to support `lib.platforms.linux`
This commit is contained in:
parent
d92725b029
commit
c8510e5cf2
@ -97,8 +97,8 @@ buildPythonApplication rec {
|
||||
description = "QR code scanner desktop app for Linux";
|
||||
homepage = "https://github.com/hongquan/CoBang";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ aleksana dvaerum ];
|
||||
mainProgram = "cobang";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user