Fix pureref platforms
This commit is contained in:
parent
1ea3abc11a
commit
f2a54cfa1a
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ appimageTools.wrapType1 rec {
|
|||
homepage = "https://www.pureref.com";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ elnudev ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue