Skip to content

Commit

Permalink
DONTDROP saleae-logic: Use platforms instead of assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Dec 4, 2024
1 parent cf50976 commit fa55c94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/by-name/sa/saleae-logic/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ let

in

assert stdenv.hostPlatform.system == "x86_64-linux";

stdenv.mkDerivation rec {
pname = "saleae-logic";
version = "1.2.18";
Expand Down Expand Up @@ -92,7 +90,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.saleae.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = platforms.linux;
platforms = intersectLists platforms.x86_64 platforms.linux;
maintainers = [ maintainers.bjornfor ];
};
}

0 comments on commit fa55c94

Please sign in to comment.