Commit 5c69e529 authored by yasunori0418's avatar yasunori0418 Committed by yasunori0418
Browse files

sheldon: enable on unix platforms

Delete unnecessary platforms specification because installation is not possible in mac environment
parent 0dcbd794
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/rossmacarthur/sheldon";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ seqizz ];
    platforms = platforms.linux;
    platforms = platforms.unix;
    mainProgram = "sheldon";
  };
}