sawfish: change platforms to linux
I can't find any indiciation that this package should work on MacOS. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "sawfish";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user