Unverified Commit e60ea019 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

jq: set mainProgram

parent 37f8d83e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,5 +76,6 @@ stdenv.mkDerivation rec {
    maintainers = with maintainers; [ raskin globin artturin ];
    platforms = platforms.unix;
    downloadPage = "https://stedolan.github.io/jq/download/";
    mainProgram = "jq";
  };
}