wpaperd: set platform to linux only

This commit is contained in:
figsoda 2022-12-09 16:29:18 -05:00 committed by GitHub
parent d68cf2916b
commit 2bb6a27de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/danyspin97/wpaperd";
license = licenses.gpl3Plus;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ DPDmancul ];
};
}